From: Katy Feng Date: Wed, 18 Jan 2023 03:08:33 +0000 (-0800) Subject: Salt-Minion 1.4 copyright and license updates. X-Git-Tag: stable-12.2.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193200d3ce31461f876f4779ced3ca5c85f32459;p=thirdparty%2Fopen-vm-tools.git Salt-Minion 1.4 copyright and license updates. --- diff --git a/open-vm-tools/services/plugins/componentMgr/svtminion.sh b/open-vm-tools/services/plugins/componentMgr/svtminion.sh index 02ba7a7cd..1db8727af 100644 --- a/open-vm-tools/services/plugins/componentMgr/svtminion.sh +++ b/open-vm-tools/services/plugins/componentMgr/svtminion.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2022 VMware, Inc. All rights reserved. +# Copyright (c) 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2 ## Salt VMware Tools Integration script ## integration with Component Manager and GuestStore Helper @@ -14,7 +15,7 @@ set -o pipefail # using bash for now # run this script as root, as needed to run salt -readonly SCRIPT_VERSION='1.3' +readonly SCRIPT_VERSION='1.4' # definitions