diff --git a/container-structure-test.yaml b/container-structure-test.yaml index 70510b81..f31e0aec 100644 --- a/container-structure-test.yaml +++ b/container-structure-test.yaml @@ -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 schemaVersion: "2.0.0" diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index ed549f4d..40718e14 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 c863c793..1c7d09fb 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 fc1fa5fe..442279b8 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 eb96deb2..5321052c 100755 --- 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 e85c0a16..75abff58 100755 --- 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 ## AWS-EKS diff --git a/modules/aws_autoscaling/main.tf b/modules/aws_autoscaling/main.tf index b60c7af7..6db3fa0e 100644 --- a/modules/aws_autoscaling/main.tf +++ b/modules/aws_autoscaling/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 diff --git a/modules/aws_autoscaling/outputs.tf b/modules/aws_autoscaling/outputs.tf index ffb6bae1..95635f3a 100644 --- a/modules/aws_autoscaling/outputs.tf +++ b/modules/aws_autoscaling/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 "autoscaler_account" { diff --git a/modules/aws_autoscaling/variables.tf b/modules/aws_autoscaling/variables.tf index 2b89c046..ed77d695 100644 --- a/modules/aws_autoscaling/variables.tf +++ b/modules/aws_autoscaling/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/aws_ebs_csi/main.tf b/modules/aws_ebs_csi/main.tf index 9eea0ca8..ad6560e4 100644 --- a/modules/aws_ebs_csi/main.tf +++ b/modules/aws_ebs_csi/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 diff --git a/modules/aws_ebs_csi/outputs.tf b/modules/aws_ebs_csi/outputs.tf index 9f4dc9bb..61dbbae5 100644 --- a/modules/aws_ebs_csi/outputs.tf +++ b/modules/aws_ebs_csi/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 "ebs_csi_account" { diff --git a/modules/aws_ebs_csi/variables.tf b/modules/aws_ebs_csi/variables.tf index a96f3919..3e8928d6 100644 --- a/modules/aws_ebs_csi/variables.tf +++ b/modules/aws_ebs_csi/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/aws_fsx_ontap/main.tf b/modules/aws_fsx_ontap/main.tf index 468e1bf4..b8f3c4d5 100644 --- a/modules/aws_fsx_ontap/main.tf +++ b/modules/aws_fsx_ontap/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 # Permissions based off the IAM Policies required to manage fsx_ontap resources in this project diff --git a/modules/aws_fsx_ontap/outputs.tf b/modules/aws_fsx_ontap/outputs.tf index d4951c84..d204c2b1 100644 --- a/modules/aws_fsx_ontap/outputs.tf +++ b/modules/aws_fsx_ontap/outputs.tf @@ -1,2 +1,2 @@ -# 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 diff --git a/modules/aws_fsx_ontap/variables.tf b/modules/aws_fsx_ontap/variables.tf index 3eaed5ca..5b8278ff 100644 --- a/modules/aws_fsx_ontap/variables.tf +++ b/modules/aws_fsx_ontap/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/aws_vm/main.tf b/modules/aws_vm/main.tf index 70ab14cb..f647036e 100644 --- a/modules/aws_vm/main.tf +++ b/modules/aws_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 # Reference: https://github.com/terraform-providers/terraform-provider-aws diff --git a/modules/aws_vm/outputs.tf b/modules/aws_vm/outputs.tf index 3c4ba98b..ec026601 100644 --- a/modules/aws_vm/outputs.tf +++ b/modules/aws_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_address" { diff --git a/modules/aws_vm/variables.tf b/modules/aws_vm/variables.tf index 8121de5d..37ab34e4 100644 --- a/modules/aws_vm/variables.tf +++ b/modules/aws_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/aws_vpc/main.tf b/modules/aws_vpc/main.tf index 214b11d4..9df2fae8 100644 --- a/modules/aws_vpc/main.tf +++ b/modules/aws_vpc/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 # This is customized based on - https://github.com/terraform-aws-modules/terraform-aws-vpc diff --git a/modules/aws_vpc/outputs.tf b/modules/aws_vpc/outputs.tf index 2a7c8f6a..c61539ee 100644 --- a/modules/aws_vpc/outputs.tf +++ b/modules/aws_vpc/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 #vpc_id diff --git a/modules/aws_vpc/variables.tf b/modules/aws_vpc/variables.tf index 4ab3cb4b..d1fe1ef6 100644 --- a/modules/aws_vpc/variables.tf +++ b/modules/aws_vpc/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 "public_subnet_azs" { diff --git a/modules/kubeconfig/main.tf b/modules/kubeconfig/main.tf index f7c7e0ba..d2d4d95d 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 diff --git a/modules/kubeconfig/outputs.tf b/modules/kubeconfig/outputs.tf index 6502f708..be938bae 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 c5e0ca27..95b19d81 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/outputs.tf b/outputs.tf index d636f502..1e6f9e82 100755 --- 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_endpoint" { diff --git a/security.tf b/security.tf index d1b7b56f..0153fbd9 100644 --- a/security.tf +++ b/security.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 "aws_security_group" "sg" { diff --git a/variables.tf b/variables.tf index b157dca1..324b9325 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 ## Global diff --git a/versions.tf b/versions.tf index f2049920..8336ecdf 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 d7e4a8bc..b4628a06 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 {