Skip to content

Commit 6fafd26

Browse files
authored
Merge pull request #45532 from hashicorp/f-update-copyrights-batch3
IBM copyright update, internal
2 parents ac50d6c + ce02b0e commit 6fafd26

File tree

2,287 files changed

+2290
-2287
lines changed

Some content is hidden

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

2,287 files changed

+2290
-2287
lines changed

.ci/tools/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
package main
55

66
import (
7+
_ "github.com/YakDriver/copyplop"
78
_ "github.com/YakDriver/tfproviderdocs"
89
_ "github.com/client9/misspell/cmd/misspell"
910
_ "github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
10-
_ "github.com/YakDriver/copyplop"
1111
_ "github.com/hashicorp/go-changelog/cmd/changelog-build"
1212
_ "github.com/katbyte/terrafmt"
1313
_ "github.com/pavius/impi/cmd/impi"

.copyplop.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ license:
1212

1313
files:
1414
include_paths:
15-
- "internal/service/[a-m]**"
16-
- "internal/service/[t-z]**"
15+
- "internal/**"
1716
extensions:
1817
- ".go"
1918

internal/acctest/acctest.go

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. 2014, 2025
22
// SPDX-License-Identifier: MPL-2.0
33

44
package acctest

internal/acctest/arn.go

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. 2014, 2025
22
// SPDX-License-Identifier: MPL-2.0
33

44
package acctest

internal/acctest/configs.go

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. 2014, 2025
22
// SPDX-License-Identifier: MPL-2.0
33

44
package acctest

internal/acctest/configs_test.go

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. 2014, 2025
22
// SPDX-License-Identifier: MPL-2.0
33

44
package acctest_test

internal/acctest/consts_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/acctest/context.go

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. 2014, 2025
22
// SPDX-License-Identifier: MPL-2.0
33

44
package acctest

internal/acctest/crypto.go

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. 2014, 2025
22
// SPDX-License-Identifier: MPL-2.0
33

44
package acctest

internal/acctest/crypto_test.go

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. 2014, 2025
22
// SPDX-License-Identifier: MPL-2.0
33

44
package acctest_test

0 commit comments

Comments
 (0)