diff --git a/cmd/reimage/main.go b/cmd/reimage/main.go index 2173625..d9dffdd 100644 --- a/cmd/reimage/main.go +++ b/cmd/reimage/main.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 // Package main is the main reimage binary diff --git a/cmd/reimage/version.go b/cmd/reimage/version.go index 4b2fd3a..bddaa38 100644 --- a/cmd/reimage/version.go +++ b/cmd/reimage/version.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/grafeas.go b/grafeas.go index c6d8e51..b156d96 100644 --- a/grafeas.go +++ b/grafeas.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 // Package reimage provides tools for processing/updating the images listed in k8s manifests diff --git a/kms.go b/kms.go index 3b94004..68bf019 100644 --- a/kms.go +++ b/kms.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 // Package reimage provides tools for processing/updating the images listed in k8s manifests diff --git a/reimage.go b/reimage.go index 5c767e4..ec23f78 100644 --- a/reimage.go +++ b/reimage.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 // Package reimage provides tools for processing/updating the images listed in k8s manifests diff --git a/reimage_test.go b/reimage_test.go index a373558..cfa5cdf 100644 --- a/reimage_test.go +++ b/reimage_test.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package reimage diff --git a/trivy.go b/trivy.go index 69a982e..cd1e8dd 100644 --- a/trivy.go +++ b/trivy.go @@ -1,3 +1,6 @@ +// Copyright 2021-2024 Zenauth Ltd. +// SPDX-License-Identifier: Apache-2.0 + package reimage import (