diff --git a/Dockerfile b/Dockerfile index eb33197..b30a984 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2024 Docker attest-provider authors +# Copyright Docker attest-provider authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index dc02277..8954a11 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Docker attest-provider authors +# Copyright Docker attest-provider authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 4d13e30..f730b82 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Docker attest-provider -Copyright 2024 Docker attest-provider authors +Copyright Docker attest-provider authors This product includes software developed at Docker, Inc. (https://www.docker.com). diff --git a/main.go b/main.go index 274b29e..1fcbd93 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* - Copyright 2024 Docker attest-provider authors + Copyright Docker attest-provider authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ + package main import ( diff --git a/main_test.go b/main_test.go index 3a69401..4552ad5 100644 --- a/main_test.go +++ b/main_test.go @@ -1,5 +1,5 @@ /* - Copyright 2024 Docker attest-provider authors + Copyright Docker attest-provider authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ + package main import ( diff --git a/pkg/handler/mutate.go b/pkg/handler/mutate.go index 706b61a..61bd70b 100644 --- a/pkg/handler/mutate.go +++ b/pkg/handler/mutate.go @@ -1,5 +1,5 @@ /* - Copyright 2024 Docker attest-provider authors + Copyright Docker attest-provider authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ + package handler import ( diff --git a/pkg/handler/validate.go b/pkg/handler/validate.go index dadd06e..412dc5b 100644 --- a/pkg/handler/validate.go +++ b/pkg/handler/validate.go @@ -1,5 +1,5 @@ /* - Copyright 2024 Docker attest-provider authors + Copyright Docker attest-provider authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ + package handler import ( diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index 6bee4cb..9d6419b 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -1,5 +1,5 @@ /* - Copyright 2024 Docker attest-provider authors + Copyright Docker attest-provider authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ + package utils import ( diff --git a/scripts/generate-tls-cert.sh b/scripts/generate-tls-cert.sh index 4a165d7..c0c7b82 100755 --- a/scripts/generate-tls-cert.sh +++ b/scripts/generate-tls-cert.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2024 Docker attest-provider authors +# Copyright Docker attest-provider authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/template/bash.txt b/template/bash.txt index f6d9a61..5ca1ba8 100644 --- a/template/bash.txt +++ b/template/bash.txt @@ -1,4 +1,4 @@ -# Copyright 2024 Docker attest-provider authors +# Copyright Docker attest-provider authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/template/dockerfile.txt b/template/dockerfile.txt index 72a6fa8..bfbf0aa 100644 --- a/template/dockerfile.txt +++ b/template/dockerfile.txt @@ -1,4 +1,4 @@ -# Copyright 2024 Docker attest-provider authors +# Copyright Docker attest-provider authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/template/go.txt b/template/go.txt index 4752b96..1076ea9 100644 --- a/template/go.txt +++ b/template/go.txt @@ -1,5 +1,5 @@ /* - Copyright 2024 Docker attest-provider authors + Copyright Docker attest-provider authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,3 +13,4 @@ See the License for the specific language governing permissions and limitations under the License. */ + diff --git a/template/makefile.txt b/template/makefile.txt index 72a6fa8..bfbf0aa 100644 --- a/template/makefile.txt +++ b/template/makefile.txt @@ -1,4 +1,4 @@ -# Copyright 2024 Docker attest-provider authors +# Copyright Docker attest-provider authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.