diff --git a/Dockerfile b/Dockerfile index 5f566d79..895eacba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2016, 2024 # SPDX-License-Identifier: MPL-2.0 FROM gcr.io/distroless/static-debian12:nonroot as default diff --git a/LICENSE b/LICENSE index be44aeb5..62ff5777 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016 HashiCorp, Inc. +Copyright IBM Corp. 2016, 2024 Mozilla Public License, version 2.0 diff --git a/handlers.go b/handlers.go index 0642264c..d8e67112 100644 --- a/handlers.go +++ b/handlers.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2016, 2024 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/main.go b/main.go index 281c4f21..47077537 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2016, 2024 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/version/version.go b/version/version.go index 650dcbdd..35a926b2 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2016, 2024 // SPDX-License-Identifier: MPL-2.0 package version