]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump svtminion integration script to release version 2026.01.09
authorKruti Pendharkar <kp025370@broadcom.com>
Tue, 12 May 2026 16:42:30 +0000 (09:42 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Thu, 14 May 2026 04:49:53 +0000 (21:49 -0700)
and update copyrights.

open-vm-tools/services/plugins/componentMgr/svtminion.sh

index e0b6bf4fc772fc1cea689b66e537739cd860936f..26ade52f6c8de3c009e2b2321d419daeb22c6e5d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2021-2024 Broadcom Inc.
+# Copyright (c) 2021-2026 Broadcom Inc. All Rights Reserved.
 # SPDX-License-Identifier: Apache-2
 
 ## Salt VMware Tools Integration script
@@ -19,7 +19,7 @@ set -o pipefail
 # using bash for now
 # run this script as root, as needed to run Salt
 
-readonly SCRIPT_VERSION="2024.12.05"
+readonly SCRIPT_VERSION="2026.01.09"
 
 # definitions
 
@@ -89,7 +89,7 @@ call
 "
 
 readonly salt_minion_service_wrapper=\
-"# Copyright 2021-2024 VMware, Inc.
+"# Copyright (c) 2021-2026 Broadcom Inc. All Rights Reserved.
 # SPDX-License-Identifier: Apache-2
 
 [Unit]
@@ -1287,7 +1287,7 @@ _create_pre_3006_helper_scripts() {
 
         echo "#!/usr/bin/env bash
 
-# Copyright (c) 2021 VMware, Inc. All rights reserved.
+# Copyright (c) 2021-2026 Broadcom Inc. All Rights Reserved.
 " > "${abs_filepath}" || {
             _error_log "$0:${FUNCNAME[0]} failed to create helper file "\
                 "'salt-${idx}' in directory /usr/bin, retcode '$?'";