refactor: remove copyright year; add newline

This commit is contained in:
mrjoelkamp
2024-10-18 09:33:52 -05:00
parent 425161028f
commit 8a9489fcad
13 changed files with 19 additions and 13 deletions

View File

@@ -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.

View File

@@ -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.

2
NOTICE
View File

@@ -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).

View File

@@ -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 (

View File

@@ -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 (

View File

@@ -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 (

View File

@@ -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 (

View File

@@ -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 (

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.
*/

View File

@@ -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.