/*********************************************************
* Copyright (c) 2007-2024 Broadcom. All Rights Reserved.
- * Broadcom Confidential. The term "Broadcom" refers to Broadcom Inc.
- * and/or its subsidiaries.
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
#!/bin/sh
-# Copyright (C) 2020 VMware, Inc. All rights reserved.
+####################################################################
+# Copyright (c) 2020-2024 Broadcom. All Rights Reserved.
+# The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
+####################################################################
# check if necesary commands exist
command -v ss >/dev/null 2>&1 || { echo >&2 "ss doesn't exist"; exit 1; }