diff --git a/LICENSE b/LICENSE index b7df72e..1834ad5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 HashiCorp, Inc. +Copyright IBM Corp. 2014, 2025 Mozilla Public License, version 2.0 diff --git a/cli.go b/cli.go index 5726d50..657ba8c 100644 --- a/cli.go +++ b/cli.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cli_test.go b/cli_test.go index d4ea768..83cfb3f 100644 --- a/cli_test.go +++ b/cli_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/config.go b/config.go index e0fe6fd..83f87a0 100644 --- a/config.go +++ b/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/config_exclude.go b/config_exclude.go index 54eaa24..69ab010 100644 --- a/config_exclude.go +++ b/config_exclude.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/config_exclude_test.go b/config_exclude_test.go index 506422a..aaea59e 100644 --- a/config_exclude_test.go +++ b/config_exclude_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/config_prefix.go b/config_prefix.go index decaf0d..28b4456 100644 --- a/config_prefix.go +++ b/config_prefix.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/config_prefix_test.go b/config_prefix_test.go index 59d9705..2b1e74b 100644 --- a/config_prefix_test.go +++ b/config_prefix_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/config_test.go b/config_test.go index 1e71aaf..d4eaaf7 100644 --- a/config_test.go +++ b/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile index c4dda45..647a025 100644 --- a/docker/alpine/Dockerfile +++ b/docker/alpine/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/docker/alpine/docker-entrypoint.sh b/docker/alpine/docker-entrypoint.sh index 60073b0..147b9f1 100644 --- a/docker/alpine/docker-entrypoint.sh +++ b/docker/alpine/docker-entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/dumb-init /bin/sh -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 set -e diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile index e732570..01f3e3c 100644 --- a/docker/scratch/Dockerfile +++ b/docker/scratch/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/flags.go b/flags.go index 144615f..09404f3 100644 --- a/flags.go +++ b/flags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/main.go b/main.go index e19cec7..aa8e018 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main // import "github.com/hashicorp/consul-replicate" diff --git a/mapstructure.go b/mapstructure.go index d522037..3b05edb 100644 --- a/mapstructure.go +++ b/mapstructure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/runner.go b/runner.go index cdc758a..3091a5f 100644 --- a/runner.go +++ b/runner.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/scripts/integration.sh b/scripts/integration.sh index 492b0e6..369899b 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 set -e diff --git a/version/version.go b/version/version.go index e0de164..c5c9fbf 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package version