Skip to content

Commit ca4ba01

Browse files
authored
docs: Updated copyright to 2024 (#375)
1 parent 38bdf66 commit ca4ba01

36 files changed

+36
-36
lines changed

container-structure-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
1+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
schemaVersion: "2.0.0"

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -e

files/tools/iac_git_info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
# We need to return an error if things don't work

files/tools/iac_tooling_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
# We need to return an error if things don't work

files/tools/terraform_env_variable_helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
echo -e "\nUsage: You must have an active az cli login 'az login' before this script will work"

iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
1+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
data "azurerm_user_assigned_identity" "uai" {

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
1+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
locals {

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
1+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
## Azure-AKS

modules/aks_node_pool/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
1+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Reference: https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool.html

modules/aks_node_pool/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2020-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
1+
# Copyright © 2020-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
variable "node_pool_name" {

0 commit comments

Comments
 (0)