Skip to content

Commit b5deaa0

Browse files
Merge remote-tracking branch 'remotes/from/ce/release/1.21.x' into release/1.21.x
2 parents 59a526a + a20f035 commit b5deaa0

File tree

5,411 files changed

+5428
-5431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,411 files changed

+5428
-5431
lines changed

.build/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) HashiCorp, Inc.
2+
# Copyright IBM Corp. 2016, 2025
33
# SPDX-License-Identifier: BUSL-1.1
44

55
set -e

.build/go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) HashiCorp, Inc.
2+
# Copyright IBM Corp. 2016, 2025
33
# SPDX-License-Identifier: BUSL-1.1
44
set -e
55

.build/system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) HashiCorp, Inc.
2+
# Copyright IBM Corp. 2016, 2025
33
# SPDX-License-Identifier: BUSL-1.1
44

55
set -e

.copywrite.hcl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
schema_version = 1
22

33
project {
4-
license = "BUSL-1.1"
5-
copyright_year = 2024
4+
license = "BUSL-1.1"
5+
copyright_year = 2025
6+
copyright_holder = "IBM Corp."
67

78
# (OPTIONAL) A list of globs that should not have copyright/license headers.
89
# Supports doublestar glob patterns for more flexibility in defining which
@@ -12,5 +13,8 @@ project {
1213
"ui/node_modules/**",
1314
"enos/modules/k8s_deploy_vault/raft-config.hcl",
1415
"plugins/database/postgresql/scram/**",
16+
"enos/.enos/**",
17+
"enos/k8s/.enos/**",
18+
"enos/.terraform/**",
1519
]
1620
}

.github/.secret_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2016, 2025
22
# SPDX-License-Identifier: BUSL-1.1
33

44
paths-ignore:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2016, 2025
22
# SPDX-License-Identifier: BUSL-1.1
33

44
contact_links:

.github/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2016, 2025
22
# SPDX-License-Identifier: BUSL-1.1
33

44
self-hosted-runner:

.github/actions/build-vault/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2016, 2025
22
# SPDX-License-Identifier: BUSL-1.1
33

44
---

.github/actions/changed-files/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2016, 2025
22
# SPDX-License-Identifier: BUSL-1.1
33

44
---

.github/actions/checkout/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2016, 2025
22
# SPDX-License-Identifier: BUSL-1.1
33

44
---

0 commit comments

Comments
 (0)