diff --git a/Dockerfile b/Dockerfile index 362bc8e..709c96b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 ARG TERRAFORM_VERSION=1.7.3 diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index b2d8d21..9f40cc7 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 set -e diff --git a/files/tools/iac_git_info.sh b/files/tools/iac_git_info.sh index c863c79..1c7d09f 100755 --- a/files/tools/iac_git_info.sh +++ b/files/tools/iac_git_info.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # We need to return an error if things don't work diff --git a/files/tools/iac_tooling_version.sh b/files/tools/iac_tooling_version.sh index 5110b7d..2b836d0 100755 --- a/files/tools/iac_tooling_version.sh +++ b/files/tools/iac_tooling_version.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # We need to return an error if things don't work diff --git a/locals.tf b/locals.tf index c446f1b..763bb18 100644 --- a/locals.tf +++ b/locals.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 locals { diff --git a/main.tf b/main.tf index a2e6d4a..d31e57f 100644 --- a/main.tf +++ b/main.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 ## GCP-GKE diff --git a/modules/google_vm/main.tf b/modules/google_vm/main.tf index 0117063..b525218 100755 --- a/modules/google_vm/main.tf +++ b/modules/google_vm/main.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 module "address" { diff --git a/modules/google_vm/outputs.tf b/modules/google_vm/outputs.tf index da5fa1d..2dc63c7 100755 --- a/modules/google_vm/outputs.tf +++ b/modules/google_vm/outputs.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 output "private_ip" { diff --git a/modules/google_vm/variables.tf b/modules/google_vm/variables.tf index 2939f5a..51dc307 100755 --- a/modules/google_vm/variables.tf +++ b/modules/google_vm/variables.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 variable "name" { diff --git a/modules/kubeconfig/locals.tf b/modules/kubeconfig/locals.tf index a1dc910..ae37ef4 100644 --- a/modules/kubeconfig/locals.tf +++ b/modules/kubeconfig/locals.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # Local variables diff --git a/modules/kubeconfig/main.tf b/modules/kubeconfig/main.tf index 5253141..9d275df 100644 --- a/modules/kubeconfig/main.tf +++ b/modules/kubeconfig/main.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # Create service account secret diff --git a/modules/kubeconfig/outputs.tf b/modules/kubeconfig/outputs.tf index dd35718..a080d21 100644 --- a/modules/kubeconfig/outputs.tf +++ b/modules/kubeconfig/outputs.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 output "kube_config" { diff --git a/modules/kubeconfig/variables.tf b/modules/kubeconfig/variables.tf index 42275f6..f0f99bb 100644 --- a/modules/kubeconfig/variables.tf +++ b/modules/kubeconfig/variables.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 variable "prefix" { diff --git a/modules/network/main.tf b/modules/network/main.tf index af8389a..bab7da4 100644 --- a/modules/network/main.tf +++ b/modules/network/main.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 data "google_compute_network" "vpc" { diff --git a/modules/network/outputs.tf b/modules/network/outputs.tf index 83658d8..58572ed 100755 --- a/modules/network/outputs.tf +++ b/modules/network/outputs.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 output "network_name" { diff --git a/modules/network/variables.tf b/modules/network/variables.tf index b03ee9d..b7fa33f 100644 --- a/modules/network/variables.tf +++ b/modules/network/variables.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 variable "prefix" { diff --git a/network.tf b/network.tf index 86319dc..03c10ff 100644 --- a/network.tf +++ b/network.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 data "google_compute_address" "nat_address" { diff --git a/outputs.tf b/outputs.tf index 65b945c..aa95b10 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 output "cluster_name" { diff --git a/variables.tf b/variables.tf index 4efabb3..cc7d119 100644 --- a/variables.tf +++ b/variables.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 variable "prefix" { diff --git a/versions.tf b/versions.tf index c2aba61..f473e75 100644 --- a/versions.tf +++ b/versions.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 terraform { diff --git a/vms.tf b/vms.tf index 05bc25a..3b1fcfa 100644 --- a/vms.tf +++ b/vms.tf @@ -1,4 +1,4 @@ -# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2021-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 locals {