From: Kruti Date: Fri, 3 May 2024 16:15:25 +0000 (-0700) Subject: Copyright update. X-Git-Tag: stable-12.5.0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0ffd2a0bf2a1f22cce695adad374628c832555c;p=thirdparty%2Fopen-vm-tools.git Copyright update. --- diff --git a/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h b/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h index 72f9e3bbd..92a216eb8 100644 --- a/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h +++ b/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h @@ -1,7 +1,6 @@ /********************************************************* * 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 diff --git a/open-vm-tools/services/plugins/serviceDiscovery/get-connection-info.sh b/open-vm-tools/services/plugins/serviceDiscovery/get-connection-info.sh index 804f651ee..0a3c0e1c0 100644 --- a/open-vm-tools/services/plugins/serviceDiscovery/get-connection-info.sh +++ b/open-vm-tools/services/plugins/serviceDiscovery/get-connection-info.sh @@ -1,6 +1,9 @@ #!/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; }