diff --git a/.copywrite.hcl b/.copywrite.hcl index d48d3a5..31a0a9d 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -9,6 +9,7 @@ project { # files or folders should be ignored header_ignore = [ "**/testdata/**", + "licensecheck/copyright_test.go", # Forked and modified project "addlicense/**", diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d1b79aa..18e4d53 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2023, 2025 # SPDX-License-Identifier: MPL-2.0 version: 2 before: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 947abf2..5f6078f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2023, 2025 # SPDX-License-Identifier: MPL-2.0 --- diff --git a/LICENSE b/LICENSE index 49d46b2..9d4cbad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 HashiCorp, Inc. +Copyright IBM Corp. 2023, 2025 Mozilla Public License Version 2.0 ================================== diff --git a/cmd/debug.go b/cmd/debug.go index 759365e..6a64fd0 100644 --- a/cmd/debug.go +++ b/cmd/debug.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/dispatch.go b/cmd/dispatch.go index 66a3019..13b1376 100644 --- a/cmd/dispatch.go +++ b/cmd/dispatch.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/headers.go b/cmd/headers.go index 7cae659..481f244 100644 --- a/cmd/headers.go +++ b/cmd/headers.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/init.go b/cmd/init.go index 70a35ea..2fd89ad 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/license.go b/cmd/license.go index fe842ea..eff5dac 100644 --- a/cmd/license.go +++ b/cmd/license.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/report.go b/cmd/report.go index 4a24144..c561b3e 100644 --- a/cmd/report.go +++ b/cmd/report.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/report_prs.go b/cmd/report_prs.go index 533f5a3..fac727a 100644 --- a/cmd/report_prs.go +++ b/cmd/report_prs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/report_repos.go b/cmd/report_repos.go index 8f632f8..62c43b0 100644 --- a/cmd/report_repos.go +++ b/cmd/report_repos.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/root.go b/cmd/root.go index cccb9e6..7c32b40 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/utils.go b/cmd/utils.go index 1de9b73..f5813d8 100644 --- a/cmd/utils.go +++ b/cmd/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/cmd/utils_test.go b/cmd/utils_test.go index fb393a6..773b2e5 100644 --- a/cmd/utils_test.go +++ b/cmd/utils_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/config/config.go b/config/config.go index bfa503c..16786ff 100644 --- a/config/config.go +++ b/config/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package config diff --git a/config/config_test.go b/config/config_test.go index 25cac2c..442ea0d 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package config diff --git a/dispatch/dispatch.go b/dispatch/dispatch.go index 2a883ea..fedc8a7 100644 --- a/dispatch/dispatch.go +++ b/dispatch/dispatch.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package dispatch diff --git a/github/actions/core.go b/github/actions/core.go index a3ecad0..ec6ba01 100644 --- a/github/actions/core.go +++ b/github/actions/core.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package actions diff --git a/github/actions/core_test.go b/github/actions/core_test.go index 0074334..cc959e3 100644 --- a/github/actions/core_test.go +++ b/github/actions/core_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package actions diff --git a/github/client.go b/github/client.go index 04843b7..d62c2c0 100644 --- a/github/client.go +++ b/github/client.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package github diff --git a/github/repo.go b/github/repo.go index 5a241c4..ed5b041 100644 --- a/github/repo.go +++ b/github/repo.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package github diff --git a/licensecheck/copyright.go b/licensecheck/copyright.go index 62b4415..b9672a8 100644 --- a/licensecheck/copyright.go +++ b/licensecheck/copyright.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package licensecheck diff --git a/licensecheck/copyright_test.go b/licensecheck/copyright_test.go index 332d6a1..f862490 100644 --- a/licensecheck/copyright_test.go +++ b/licensecheck/copyright_test.go @@ -1,6 +1,3 @@ -// Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 - package licensecheck import ( diff --git a/licensecheck/licensecheck.go b/licensecheck/licensecheck.go index bab6131..bbaaeed 100644 --- a/licensecheck/licensecheck.go +++ b/licensecheck/licensecheck.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package licensecheck diff --git a/licensecheck/licensecheck_test.go b/licensecheck/licensecheck_test.go index a0ae0ed..486698e 100644 --- a/licensecheck/licensecheck_test.go +++ b/licensecheck/licensecheck_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package licensecheck diff --git a/licensecheck/licensetext.go b/licensecheck/licensetext.go index c63608d..591227c 100644 --- a/licensecheck/licensetext.go +++ b/licensecheck/licensetext.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package licensecheck diff --git a/main.go b/main.go index 56bdcf0..4d440a3 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/repodata/repodata.go b/repodata/repodata.go index 77e5aa7..51f1ea1 100644 --- a/repodata/repodata.go +++ b/repodata/repodata.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package repodata diff --git a/repodata/repodata_test.go b/repodata/repodata_test.go index 57391a6..1d9a606 100644 --- a/repodata/repodata_test.go +++ b/repodata/repodata_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package repodata