From 64eb22967f0d1dede3efae9bd2ff655185085a63 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:20:47 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- LICENSE | 2 +- arch.sh | 2 ++ centos_5_x.sh | 2 ++ centos_6_x.sh | 2 ++ centos_7_x.sh | 2 ++ debian.sh | 2 ++ freebsd.sh | 2 ++ mac_os_x.sh | 2 ++ solaris.sh | 2 ++ ubuntu.sh | 2 ++ windows.ps1 | 2 ++ 11 files changed, 21 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4fa67eb..5725963 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2012, 2023 +Copyright IBM Corp. 2012, 2026 Mozilla Public License Version 2.0 ================================== diff --git a/arch.sh b/arch.sh index 9b2b410..fc82212 100755 --- a/arch.sh +++ b/arch.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Copyright IBM Corp. 2012, 2026 + # # This bootstraps Puppet on Arch Linux. # diff --git a/centos_5_x.sh b/centos_5_x.sh index e715f54..1463f55 100755 --- a/centos_5_x.sh +++ b/centos_5_x.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Copyright IBM Corp. 2012, 2026 + # This bootstraps Puppet on CentOS 5.x # It has been tested on CentOS 5.6 64bit diff --git a/centos_6_x.sh b/centos_6_x.sh index d7c78dd..30e5435 100755 --- a/centos_6_x.sh +++ b/centos_6_x.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Copyright IBM Corp. 2012, 2026 + # Bootstrap Puppet on CentOS 6.x # Tested on CentOS 6.5 64bit diff --git a/centos_7_x.sh b/centos_7_x.sh index ec923da..7ed5200 100755 --- a/centos_7_x.sh +++ b/centos_7_x.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Copyright IBM Corp. 2012, 2026 + # This bootstraps Puppet on CentOS 7.x # It has been tested on CentOS 7.0 64bit diff --git a/debian.sh b/debian.sh index a11daf3..e9e1070 100755 --- a/debian.sh +++ b/debian.sh @@ -1,4 +1,6 @@ #!/usr/bin/env sh +# Copyright IBM Corp. 2012, 2026 + # This bootstraps Puppet on Debian set -e diff --git a/freebsd.sh b/freebsd.sh index 6abaabe..9f0f367 100755 --- a/freebsd.sh +++ b/freebsd.sh @@ -1,4 +1,6 @@ #!/usr/bin/env sh +# Copyright IBM Corp. 2012, 2026 + set -e diff --git a/mac_os_x.sh b/mac_os_x.sh index 68ceade..acd7937 100755 --- a/mac_os_x.sh +++ b/mac_os_x.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Copyright IBM Corp. 2012, 2026 + # # This bootstraps Puppet on Mac OS X 10.9 - 10.12 && is depecrated for 10.7/10.8 # diff --git a/solaris.sh b/solaris.sh index e219363..bbd0cf8 100755 --- a/solaris.sh +++ b/solaris.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Copyright IBM Corp. 2012, 2026 + # # This bootstraps Puppet on Solaris 10/11. # diff --git a/ubuntu.sh b/ubuntu.sh index 699fb7c..b8dd219 100755 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Copyright IBM Corp. 2012, 2026 + # # This bootstraps Puppet on Ubuntu 12.04 LTS. # diff --git a/windows.ps1 b/windows.ps1 index 944bc94..a2f51d9 100644 --- a/windows.ps1 +++ b/windows.ps1 @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2012, 2026 + <# .SYNOPSIS Installs Puppet on this machine.