diff --git a/checks/evaluation/cii_best_practices.go b/checks/evaluation/cii_best_practices.go index 3c654c0f005..61d3a98865b 100644 --- a/checks/evaluation/cii_best_practices.go +++ b/checks/evaluation/cii_best_practices.go @@ -1,4 +1,4 @@ -// Copyright OpenSSF Scorecard Authors +// Copyright 2022 OpenSSF Scorecard 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/checks/raw/maintained.go b/checks/raw/maintained.go index 9daae13280a..9a06ed86048 100644 --- a/checks/raw/maintained.go +++ b/checks/raw/maintained.go @@ -1,4 +1,4 @@ -// Copyright OpenSSF Scorecard Authors +// Copyright 2022 OpenSSF Scorecard 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/checks/raw/pinned_dependencies.go b/checks/raw/pinned_dependencies.go index 91b628b1208..0b608b77972 100644 --- a/checks/raw/pinned_dependencies.go +++ b/checks/raw/pinned_dependencies.go @@ -1,4 +1,4 @@ -// Copyright OpenSSF Scorecard Authors +// Copyright 2022 OpenSSF Scorecard 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/options/flags.go b/options/flags.go index a9b103d9a08..66a48c2b85a 100644 --- a/options/flags.go +++ b/options/flags.go @@ -1,4 +1,4 @@ -// Copyright OpenSSF Authors. +// Copyright 2022 OpenSSF Scorecard Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.