diff --git a/LICENSE b/LICENSE index 7c47a3c..91e96a8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2021 HashiCorp, Inc. +Copyright IBM Corp. 2021, 2025 # Mozilla Public License Version 2.0 diff --git a/__tests__/__fixtures__/basic/pages/index.jsx b/__tests__/__fixtures__/basic/pages/index.jsx index 53a99c0..32b600d 100644 --- a/__tests__/__fixtures__/basic/pages/index.jsx +++ b/__tests__/__fixtures__/basic/pages/index.jsx @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/__tests__/__fixtures__/custom-output-directory/next.config.js b/__tests__/__fixtures__/custom-output-directory/next.config.js index 5f60a77..7405725 100644 --- a/__tests__/__fixtures__/custom-output-directory/next.config.js +++ b/__tests__/__fixtures__/custom-output-directory/next.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/__tests__/__fixtures__/custom-output-directory/pages/index.jsx b/__tests__/__fixtures__/custom-output-directory/pages/index.jsx index 53a99c0..32b600d 100644 --- a/__tests__/__fixtures__/custom-output-directory/pages/index.jsx +++ b/__tests__/__fixtures__/custom-output-directory/pages/index.jsx @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/__tests__/index.js b/__tests__/index.js index 00aa193..3d62f9c 100644 --- a/__tests__/index.js +++ b/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/compare.js b/compare.js index d3fdbff..d995f5d 100755 --- a/compare.js +++ b/compare.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/generate.js b/generate.js index 76166bf..5a24205 100755 --- a/generate.js +++ b/generate.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/generate.mjs b/generate.mjs index 164490d..e706322 100755 --- a/generate.mjs +++ b/generate.mjs @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ import { diff --git a/report.js b/report.js index 7fcfa1e..56d340d 100755 --- a/report.js +++ b/report.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/template.yml b/template.yml index 1c417a5..5ad8005 100644 --- a/template.yml +++ b/template.yml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2021, 2025 # SPDX-License-Identifier: MPL-2.0 name: 'Next.js Bundle Analysis' diff --git a/utils.js b/utils.js index 82b6470..3b8355c 100644 --- a/utils.js +++ b/utils.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */