From: Oliver Kurth Date: Thu, 30 Nov 2017 23:38:03 +0000 (-0800) Subject: Correcting the few copyright notice added to a few CAF related files bundled in Open... X-Git-Tag: stable-10.3.0~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6151fbafe8714c15614dd254ff8816cd28620f3c;p=thirdparty%2Fopen-vm-tools.git Correcting the few copyright notice added to a few CAF related files bundled in Open-VM-Tools. --- diff --git a/open-vm-tools/common-agent/etc/config/CommAmqpListener-appconfig b/open-vm-tools/common-agent/etc/config/CommAmqpListener-appconfig index 7adfca455..52a60c7b1 100644 --- a/open-vm-tools/common-agent/etc/config/CommAmqpListener-appconfig +++ b/open-vm-tools/common-agent/etc/config/CommAmqpListener-appconfig @@ -1,4 +1,4 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential [globals] response_dir=${output_dir}/responses diff --git a/open-vm-tools/common-agent/etc/config/cafenv-appconfig b/open-vm-tools/common-agent/etc/config/cafenv-appconfig index bcb3f2a40..32b3f8c73 100644 --- a/open-vm-tools/common-agent/etc/config/cafenv-appconfig +++ b/open-vm-tools/common-agent/etc/config/cafenv-appconfig @@ -1,4 +1,4 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential [globals] # Specifies where python is located. diff --git a/open-vm-tools/common-agent/etc/config/ma-appconfig b/open-vm-tools/common-agent/etc/config/ma-appconfig index 48c205242..0ea676299 100644 --- a/open-vm-tools/common-agent/etc/config/ma-appconfig +++ b/open-vm-tools/common-agent/etc/config/ma-appconfig @@ -1,4 +1,4 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential [globals] persistence_dir=${input_dir}/persistence diff --git a/open-vm-tools/common-agent/etc/config/providerFx-appconfig b/open-vm-tools/common-agent/etc/config/providerFx-appconfig index 2f538d2c0..747c7fbc0 100644 --- a/open-vm-tools/common-agent/etc/config/providerFx-appconfig +++ b/open-vm-tools/common-agent/etc/config/providerFx-appconfig @@ -1,4 +1,4 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential [globals] #response_dir=${output_dir}/responses diff --git a/open-vm-tools/common-agent/etc/install/caf-dbg.sh b/open-vm-tools/common-agent/etc/install/caf-dbg.sh index 3e960a88e..982b448fb 100644 --- a/open-vm-tools/common-agent/etc/install/caf-dbg.sh +++ b/open-vm-tools/common-agent/etc/install/caf-dbg.sh @@ -1,7 +1,7 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential - #!/bin/bash +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential + function prtHeader() { local header=$1 diff --git a/open-vm-tools/common-agent/etc/install/install.sh b/open-vm-tools/common-agent/etc/install/install.sh index d4b93653c..1086bf371 100644 --- a/open-vm-tools/common-agent/etc/install/install.sh +++ b/open-vm-tools/common-agent/etc/install/install.sh @@ -1,7 +1,7 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential - #!/bin/sh +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential + #Args #brokerAddr # - default: diff --git a/open-vm-tools/common-agent/etc/install/preupgrade.sh b/open-vm-tools/common-agent/etc/install/preupgrade.sh index 93a1026d9..26d8d82fe 100644 --- a/open-vm-tools/common-agent/etc/install/preupgrade.sh +++ b/open-vm-tools/common-agent/etc/install/preupgrade.sh @@ -1,7 +1,7 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential - #!/bin/sh +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential + installDir=$(dirname $(readlink -f $0)) configDir=$installDir/../config diff --git a/open-vm-tools/common-agent/etc/install/upgrade.sh b/open-vm-tools/common-agent/etc/install/upgrade.sh index 92527247b..e0991693d 100644 --- a/open-vm-tools/common-agent/etc/install/upgrade.sh +++ b/open-vm-tools/common-agent/etc/install/upgrade.sh @@ -1,7 +1,7 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential - #!/bin/sh +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential + #Standard env SCRIPT=`basename "$0"` diff --git a/open-vm-tools/common-agent/etc/scripts/caf-common b/open-vm-tools/common-agent/etc/scripts/caf-common index ea719a42a..38928fc73 100644 --- a/open-vm-tools/common-agent/etc/scripts/caf-common +++ b/open-vm-tools/common-agent/etc/scripts/caf-common @@ -1,7 +1,7 @@ -#Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential - #!/bin/sh +# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential + sourceCafenv() { local configDir=$1 local cafenvAppconfig="$configDir/cafenv-appconfig"