From 2169bc44c7cd4a8943e9cc5964d4bfc238dd5c44 Mon Sep 17 00:00:00 2001 From: Arnaud J Le Hors Date: Fri, 2 Dec 2022 00:08:48 +0100 Subject: [PATCH] Use new project name in Copyright notices (#2505) Signed-off-by: Arnaud J Le Hors Signed-off-by: Arnaud J Le Hors --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/depsreview.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/goreleaser.yaml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/publishimage.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/verify.yml | 2 +- Dockerfile | 2 +- LICENSE | 2 +- attestor/Dockerfile | 2 +- attestor/command/check.go | 2 +- attestor/command/cli.go | 2 +- attestor/command/sign.go | 2 +- attestor/policy/attestation_policy.go | 2 +- attestor/policy/attestation_policy_test.go | 2 +- attestor/policy/testdata/policy-binauthz-allowlist.yaml | 2 +- attestor/policy/testdata/policy-binauthz-invalid.yaml | 2 +- attestor/policy/testdata/policy-binauthz-missingparam.yaml | 2 +- attestor/policy/testdata/policy-binauthz.yaml | 2 +- attestor/root.go | 2 +- checker/check_request.go | 2 +- checker/check_result.go | 2 +- checker/check_runner.go | 2 +- checker/client.go | 2 +- checker/detail_logger.go | 2 +- checker/detail_logger_impl.go | 2 +- checker/raw_result.go | 2 +- checks/all_checks.go | 2 +- checks/all_checks_test.go | 2 +- checks/binary_artifact.go | 2 +- checks/binary_artifact_test.go | 2 +- checks/branch_protection.go | 2 +- checks/branch_protection_test.go | 2 +- checks/ci_tests.go | 2 +- checks/cii_best_practices.go | 2 +- checks/cii_best_practices_test.go | 2 +- checks/code_review.go | 2 +- checks/code_review_test.go | 2 +- checks/contributors.go | 2 +- checks/contributors_test.go | 2 +- checks/dangerous_workflow.go | 2 +- checks/dependency_update_tool.go | 2 +- checks/dependency_update_tool_test.go | 2 +- checks/errors.go | 2 +- checks/evaluation/binary_artifacts.go | 2 +- checks/evaluation/binary_artifacts_test.go | 2 +- checks/evaluation/branch_protection.go | 2 +- checks/evaluation/branch_protection_test.go | 2 +- checks/evaluation/ci_tests.go | 2 +- checks/evaluation/ci_tests_test.go | 2 +- checks/evaluation/cii_best_practices.go | 2 +- checks/evaluation/code_review.go | 2 +- checks/evaluation/code_review_test.go | 2 +- checks/evaluation/contributors.go | 2 +- checks/evaluation/dangerous_workflow.go | 2 +- checks/evaluation/dependency_update_tool.go | 2 +- checks/evaluation/dependency_update_tool_test.go | 2 +- checks/evaluation/fuzzing.go | 2 +- checks/evaluation/license.go | 2 +- checks/evaluation/maintained.go | 2 +- checks/evaluation/packaging.go | 2 +- checks/evaluation/permissions.go | 2 +- checks/evaluation/pinned_dependencies.go | 2 +- checks/evaluation/pinned_dependencies_test.go | 2 +- checks/evaluation/security_policy.go | 2 +- checks/evaluation/security_policy_test.go | 2 +- checks/evaluation/signed_releases.go | 2 +- checks/evaluation/vulnerabilities.go | 2 +- checks/evaluation/vulnerabilities_test.go | 2 +- checks/evaluation/webhooks.go | 2 +- checks/evaluation/webhooks_test.go | 2 +- checks/fileparser/errors.go | 2 +- checks/fileparser/github_workflow.go | 2 +- checks/fileparser/github_workflow_test.go | 2 +- checks/fileparser/listing.go | 2 +- checks/fileparser/listing_test.go | 2 +- checks/fuzzing.go | 2 +- checks/fuzzing_test.go | 2 +- checks/license.go | 2 +- checks/license_test.go | 2 +- checks/maintained.go | 2 +- checks/maintained_test.go | 2 +- checks/packaging.go | 2 +- checks/permissions.go | 2 +- checks/permissions_test.go | 2 +- checks/pinned_dependencies.go | 2 +- checks/raw/binary_artifact.go | 2 +- checks/raw/binary_artifact_test.go | 2 +- checks/raw/branch_protection.go | 2 +- checks/raw/branch_protection_test.go | 2 +- checks/raw/ci_tests.go | 2 +- checks/raw/cii_best_practices.go | 2 +- checks/raw/code_review.go | 2 +- checks/raw/code_review_test.go | 2 +- checks/raw/contributors.go | 2 +- checks/raw/dangerous_workflow.go | 2 +- checks/raw/dangerous_workflow_test.go | 2 +- checks/raw/dependency_update_tool.go | 2 +- checks/raw/dependency_update_tool_test.go | 2 +- checks/raw/errors.go | 2 +- checks/raw/fuzzing.go | 2 +- checks/raw/fuzzing_test.go | 2 +- checks/raw/license.go | 2 +- checks/raw/license_test.go | 2 +- checks/raw/maintained.go | 2 +- checks/raw/packaging.go | 2 +- checks/raw/permissions.go | 2 +- checks/raw/pinned_dependencies.go | 2 +- checks/raw/pinned_dependencies_test.go | 2 +- checks/raw/security_policy.go | 2 +- checks/raw/security_policy_test.go | 2 +- checks/raw/shell_download_validate.go | 2 +- checks/raw/shell_download_validate_test.go | 2 +- checks/raw/signed_releases.go | 2 +- .../testdata/.github/workflows/github-workflow-comments.yaml | 2 +- .../.github/workflows/github-workflow-curl-default.yaml | 2 +- .../.github/workflows/github-workflow-curl-no-default.yaml | 2 +- .../.github/workflows/github-workflow-download-lines.yaml | 2 +- .../.github/workflows/github-workflow-matrix-expression.yaml | 2 +- .../workflows/github-workflow-multiple-unpinned-uses.yaml | 2 +- .../.github/workflows/github-workflow-pkg-managers.yaml | 2 +- .../.github/workflows/github-workflow-wget-across-steps.yaml | 2 +- .../raw/testdata/.github/workflows/workflow-local-action.yaml | 2 +- .../workflow-mix-github-and-non-github-not-pinned.yaml | 2 +- .../workflows/workflow-mix-github-and-non-github-pinned.yaml | 2 +- .../workflows/workflow-mix-pinned-and-non-pinned-github.yaml | 2 +- .../workflow-mix-pinned-and-non-pinned-non-github.yaml | 2 +- .../.github/workflows/workflow-non-github-pinned.yaml | 2 +- .../raw/testdata/.github/workflows/workflow-not-pinned.yaml | 2 +- checks/raw/testdata/.github/workflows/workflow-pinned.yaml | 2 +- checks/raw/testdata/Dockerfile-args | 2 +- checks/raw/testdata/Dockerfile-aws-file | 2 +- checks/raw/testdata/Dockerfile-curl-file-sh | 2 +- checks/raw/testdata/Dockerfile-curl-sh | 2 +- checks/raw/testdata/Dockerfile-download-lines | 2 +- checks/raw/testdata/Dockerfile-download-multi-runs | 2 +- checks/raw/testdata/Dockerfile-gsutil-file | 2 +- checks/raw/testdata/Dockerfile-invalid | 2 +- checks/raw/testdata/Dockerfile-no-curl-sh | 2 +- checks/raw/testdata/Dockerfile-not-pinned | 2 +- checks/raw/testdata/Dockerfile-not-pinned-as | 2 +- checks/raw/testdata/Dockerfile-pinned | 2 +- checks/raw/testdata/Dockerfile-pinned-as | 2 +- checks/raw/testdata/Dockerfile-pinned-as-without-hash | 2 +- checks/raw/testdata/Dockerfile-pkg-managers | 2 +- checks/raw/testdata/Dockerfile-proc-subs | 2 +- checks/raw/testdata/Dockerfile-script-ok | 2 +- checks/raw/testdata/Dockerfile-some-python | 2 +- checks/raw/testdata/Dockerfile-wget-bin-sh | 2 +- checks/raw/testdata/Dockerfile-wget-file | 2 +- checks/raw/testdata/script-bash | 2 +- checks/raw/testdata/script-comments.sh | 2 +- checks/raw/testdata/script-free-from-download.sh | 2 +- checks/raw/testdata/script-invalid.sh | 2 +- checks/raw/testdata/script-pkg-managers | 2 +- checks/raw/testdata/shell_file_awk_shebang.sh | 2 +- checks/raw/testdata/shell_file_bash_shebang1.sh | 2 +- checks/raw/testdata/shell_file_bash_shebang2.sh | 2 +- checks/raw/testdata/shell_file_bash_shebang3.sh | 2 +- checks/raw/testdata/shell_file_mksh_shebang.sh | 2 +- checks/raw/testdata/shell_file_no_shebang.sh | 2 +- checks/raw/testdata/shell_file_sh_shebang.sh | 2 +- checks/raw/testdata/shell_file_zsh_shebang.sh | 2 +- checks/raw/vulnerabilities.go | 2 +- checks/raw/vulnerabilities_test.go | 2 +- checks/raw/webhook.go | 2 +- checks/raw/webhooks_test.go | 2 +- checks/sast.go | 2 +- checks/sast_test.go | 2 +- checks/security_policy.go | 2 +- checks/security_policy_test.go | 2 +- checks/signed_releases.go | 2 +- checks/signed_releases_test.go | 2 +- .../github-workflow-dangerous-pattern-default-checkout.yml | 2 +- .../github-workflow-dangerous-pattern-safe-trigger.yml | 2 +- .../github-workflow-dangerous-pattern-trusted-checkout.yml | 2 +- ...ub-workflow-dangerous-pattern-trusted-script-injection.yml | 2 +- ...flow-dangerous-pattern-untrusted-checkout-workflow_run.yml | 2 +- .../github-workflow-dangerous-pattern-untrusted-checkout.yml | 2 +- ...ow-dangerous-pattern-untrusted-inline-script-injection.yml | 2 +- ...-dangerous-pattern-untrusted-multiple-script-injection.yml | 2 +- ...-dangerous-pattern-untrusted-script-injection-wildcard.yml | 2 +- ...-workflow-dangerous-pattern-untrusted-script-injection.yml | 2 +- .../.github/workflows/github-workflow-packaging-cargo.yaml | 2 +- .../workflows/github-workflow-packaging-docker-action.yaml | 2 +- .../workflows/github-workflow-packaging-docker-push.yaml | 2 +- .../.github/workflows/github-workflow-packaging-gem.yaml | 2 +- .../.github/workflows/github-workflow-packaging-go.yaml | 2 +- .../.github/workflows/github-workflow-packaging-gradle.yaml | 2 +- .../workflows/github-workflow-packaging-maven-multi-line.yaml | 2 +- .../.github/workflows/github-workflow-packaging-maven.yaml | 2 +- .../workflows/github-workflow-packaging-npm-github.yaml | 2 +- .../.github/workflows/github-workflow-packaging-npm.yaml | 2 +- .../.github/workflows/github-workflow-packaging-nuget.yaml | 2 +- .../workflows/github-workflow-packaging-pypi-failing.yaml | 2 +- .../workflows/github-workflow-packaging-pypi-minimal.yaml | 2 +- .../.github/workflows/github-workflow-packaging-pypi.yaml | 2 +- .../github-workflow-packaging-python-semantic-release.yaml | 2 +- .../.github/workflows/github-workflow-permissions-absent.yaml | 2 +- .../workflows/github-workflow-permissions-actions.yaml | 2 +- ...ithub-workflow-permissions-contents-writes-no-release.yaml | 2 +- ...kflow-permissions-contents-writes-release-mvn-release.yaml | 2 +- .../github-workflow-permissions-contents-writes-release.yaml | 2 +- .../workflows/github-workflow-permissions-contents.yaml | 2 +- .../workflows/github-workflow-permissions-gh-pages.yaml | 2 +- .../workflows/github-workflow-permissions-jobs-only.yaml | 2 +- .../.github/workflows/github-workflow-permissions-none.yaml | 2 +- .../.github/workflows/github-workflow-permissions-nones.yaml | 2 +- .../github-workflow-permissions-packages-writes.yaml | 2 +- .../workflows/github-workflow-permissions-packages.yaml | 2 +- .../workflows/github-workflow-permissions-readall.yaml | 2 +- .../.github/workflows/github-workflow-permissions-reads.yaml | 2 +- .../github-workflow-permissions-run-codeql-write.yaml | 2 +- .../workflows/github-workflow-permissions-run-level-only.yaml | 2 +- .../github-workflow-permissions-run-no-codeql-write.yaml | 2 +- ...ithub-workflow-permissions-run-package-workflow-write.yaml | 2 +- .../github-workflow-permissions-run-package-write.yaml | 2 +- .../github-workflow-permissions-run-write-codeql-comment.yaml | 2 +- .../workflows/github-workflow-permissions-run-writes-2.yaml | 2 +- .../workflows/github-workflow-permissions-run-writes.yaml | 2 +- .../github-workflow-permissions-secevent-deployments.yaml | 2 +- .../workflows/github-workflow-permissions-status-checks.yaml | 2 +- .../workflows/github-workflow-permissions-top-level-only.yaml | 2 +- .../workflows/github-workflow-permissions-writeall.yaml | 2 +- .../.github/workflows/github-workflow-permissions-writes.yaml | 2 +- .../workflows/github-workflow-shells-all-windows-bash.yaml | 2 +- ...thub-workflow-shells-all-windows-matrix-include-empty.yaml | 2 +- .../github-workflow-shells-all-windows-matrix-include.yaml | 2 +- .../workflows/github-workflow-shells-all-windows-matrix.yaml | 2 +- .../.github/workflows/github-workflow-shells-all-windows.yaml | 2 +- .../workflows/github-workflow-shells-default-macos.yaml | 2 +- .../workflows/github-workflow-shells-default-ubuntu.yaml | 2 +- .../workflows/github-workflow-shells-default-windows.yaml | 2 +- .../github-workflow-shells-runner-windows-ubuntu.yaml | 2 +- .../workflows/github-workflow-shells-specified-job-step.yaml | 2 +- .../github-workflow-shells-specified-job-windows.yaml | 2 +- .../workflows/github-workflow-shells-specified-job.yaml | 2 +- .../workflows/github-workflow-shells-speficied-step.yaml | 2 +- .../.github/workflows/github-workflow-shells-two-shells.yaml | 2 +- .../workflows/github-workflow-shells-windows-bash.yaml | 2 +- checks/testdata/Dockerfile-pinned-without-hash | 2 +- checks/testdata/script-sh | 2 +- checks/testdata/script.sh | 2 +- checks/vulnerabilities.go | 2 +- checks/vulnerabilities_test.go | 2 +- checks/webhook.go | 2 +- checks/webhook_test.go | 2 +- clients/branch.go | 2 +- clients/checkruns.go | 2 +- clients/cii_blob_client.go | 2 +- clients/cii_client.go | 2 +- clients/cii_http_client.go | 2 +- clients/cii_response.go | 2 +- clients/commit.go | 2 +- clients/githubrepo/branches.go | 2 +- clients/githubrepo/branches_e2e_test.go | 2 +- clients/githubrepo/checkruns.go | 2 +- clients/githubrepo/client.go | 2 +- clients/githubrepo/contributors.go | 2 +- clients/githubrepo/copy.go | 2 +- clients/githubrepo/githubrepo_suite_test.go | 2 +- clients/githubrepo/graphql.go | 2 +- clients/githubrepo/graphql_e2e_test.go | 2 +- clients/githubrepo/languages.go | 2 +- clients/githubrepo/licenses.go | 2 +- clients/githubrepo/releases.go | 2 +- clients/githubrepo/repo.go | 2 +- clients/githubrepo/repo_test.go | 2 +- clients/githubrepo/roundtripper/census.go | 2 +- clients/githubrepo/roundtripper/rate_limit.go | 2 +- clients/githubrepo/roundtripper/roundtripper.go | 2 +- clients/githubrepo/roundtripper/tokens/accessor.go | 2 +- clients/githubrepo/roundtripper/tokens/round_robin.go | 2 +- clients/githubrepo/roundtripper/tokens/rpc.go | 2 +- clients/githubrepo/roundtripper/tokens/rpc_client.go | 2 +- clients/githubrepo/roundtripper/tokens/server/Dockerfile | 2 +- clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml | 2 +- clients/githubrepo/roundtripper/tokens/server/main.go | 2 +- clients/githubrepo/roundtripper/transport.go | 2 +- clients/githubrepo/search.go | 2 +- clients/githubrepo/searchCommits.go | 2 +- clients/githubrepo/searchCommits_test.go | 2 +- clients/githubrepo/search_test.go | 2 +- clients/githubrepo/stats/stats.go | 2 +- clients/githubrepo/statuses.go | 2 +- clients/githubrepo/tarball.go | 2 +- clients/githubrepo/tarball_test.go | 2 +- clients/githubrepo/webhook.go | 2 +- clients/githubrepo/workflows.go | 2 +- clients/gitlabrepo/branches.go | 2 +- clients/gitlabrepo/checkruns.go | 2 +- clients/gitlabrepo/client.go | 2 +- clients/gitlabrepo/commits.go | 2 +- clients/gitlabrepo/contributors.go | 2 +- clients/gitlabrepo/issues.go | 2 +- clients/gitlabrepo/languages.go | 2 +- clients/gitlabrepo/licenses.go | 2 +- clients/gitlabrepo/project.go | 2 +- clients/gitlabrepo/releases.go | 2 +- clients/gitlabrepo/repo.go | 2 +- clients/gitlabrepo/repo_test.go | 2 +- clients/gitlabrepo/search.go | 2 +- clients/gitlabrepo/searchCommits.go | 2 +- clients/gitlabrepo/searchCommits_test.go | 2 +- clients/gitlabrepo/search_test.go | 2 +- clients/gitlabrepo/statuses.go | 2 +- clients/gitlabrepo/webhook.go | 2 +- clients/gitlabrepo/workflows.go | 2 +- clients/issue.go | 2 +- clients/languages.go | 2 +- clients/licenses.go | 2 +- clients/localdir/client.go | 2 +- clients/localdir/client_test.go | 2 +- clients/localdir/repo.go | 2 +- clients/mockclients/cii_client.go | 2 +- clients/mockclients/license.txt | 2 +- clients/mockclients/repo.go | 2 +- clients/mockclients/repo_client.go | 2 +- clients/mockclients/vulnerabilities.go | 2 +- clients/osv.go | 2 +- clients/pull_request.go | 2 +- clients/release.go | 2 +- clients/repo.go | 2 +- clients/repo_client.go | 2 +- clients/search.go | 2 +- clients/statuses.go | 2 +- clients/user.go | 2 +- clients/vulnerabilities.go | 2 +- clients/webhook.go | 2 +- clients/workflows.go | 2 +- cloudbuild/scorecard-tag.yaml | 2 +- cloudbuild/scorecard.yaml | 2 +- cmd/package_managers.go | 2 +- cmd/package_managers_test.go | 2 +- cmd/packagemanager_client.go | 2 +- cmd/packagemanager_mockclient.go | 2 +- cmd/root.go | 2 +- cmd/serve.go | 2 +- codeql.js | 2 +- cron/cloudbuild/cii.yaml | 2 +- cron/cloudbuild/controller.yaml | 2 +- cron/cloudbuild/transfer.yaml | 2 +- cron/cloudbuild/webhook.release.yaml | 2 +- cron/cloudbuild/worker.yaml | 2 +- cron/config/config.go | 2 +- cron/config/config.yaml | 2 +- cron/config/config_test.go | 2 +- cron/config/testdata/basic.yaml | 2 +- cron/config/testdata/missing_field.yaml | 2 +- cron/config/testdata/optional_maps.yaml | 2 +- cron/data/blob.go | 2 +- cron/data/blob_test.go | 2 +- cron/data/format.go | 2 +- cron/data/format_test.go | 2 +- cron/data/iterator.go | 2 +- cron/data/iterator_test.go | 2 +- cron/data/metadata.pb.go | 2 +- cron/data/metadata.proto | 2 +- cron/data/request.pb.go | 2 +- cron/data/request.proto | 2 +- cron/data/summary.go | 2 +- cron/data/summary_test.go | 2 +- cron/data/writer.go | 2 +- cron/data/writer_test.go | 2 +- cron/internal/bq/Dockerfile | 2 +- cron/internal/bq/main.go | 2 +- cron/internal/bq/transfer.go | 2 +- cron/internal/cii/Dockerfile | 2 +- cron/internal/cii/main.go | 2 +- cron/internal/controller/Dockerfile | 2 +- cron/internal/controller/bucket.go | 2 +- cron/internal/controller/bucket_test.go | 2 +- cron/internal/controller/main.go | 2 +- cron/internal/data/add/main.go | 2 +- cron/internal/data/add/main_test.go | 2 +- cron/internal/data/update/dependency.go | 2 +- cron/internal/data/update/main.go | 2 +- cron/internal/data/validate/main.go | 2 +- cron/internal/format/json.go | 2 +- cron/internal/format/json_raw_results.go | 2 +- cron/internal/format/json_raw_results_test.go | 2 +- cron/internal/format/json_test.go | 2 +- cron/internal/format/mock_doc.go | 2 +- cron/internal/format/schema_gen.go | 2 +- cron/internal/format/schema_gen_test.go | 2 +- cron/internal/pubsub/publisher.go | 2 +- cron/internal/pubsub/publisher_test.go | 2 +- cron/internal/pubsub/subscriber.go | 2 +- cron/internal/pubsub/subscriber_gcs.go | 2 +- cron/internal/pubsub/subscriber_gocloud.go | 2 +- cron/internal/pubsub/subscriber_gocloud_test.go | 2 +- cron/internal/shuffle/main.go | 2 +- cron/internal/webhook/Dockerfile | 2 +- cron/internal/webhook/main.go | 2 +- cron/internal/worker/Dockerfile | 2 +- cron/internal/worker/main.go | 2 +- cron/k8s/auth.yaml | 2 +- cron/k8s/cii.yaml | 2 +- cron/k8s/controller.release.yaml | 2 +- cron/k8s/controller.yaml | 2 +- cron/k8s/transfer-raw.yaml | 2 +- cron/k8s/transfer.release-raw.yaml | 2 +- cron/k8s/transfer.release.yaml | 2 +- cron/k8s/transfer.yaml | 2 +- cron/k8s/webhook.release.yaml | 2 +- cron/k8s/worker.release.yaml | 2 +- cron/k8s/worker.yaml | 2 +- cron/monitoring/exporter.go | 2 +- cron/monitoring/printer.go | 2 +- cron/worker/worker.go | 2 +- cron/worker/worker_test.go | 2 +- dependencydiff/dependencydiff.go | 2 +- dependencydiff/dependencydiff_test.go | 2 +- dependencydiff/errors.go | 2 +- dependencydiff/mapping.go | 2 +- dependencydiff/raw_dependencies.go | 2 +- docs/checks/doc.go | 2 +- docs/checks/impl.go | 2 +- docs/checks/internal/checks.yaml | 2 +- docs/checks/internal/generate/main.go | 2 +- docs/checks/internal/reader.go | 2 +- docs/checks/internal/validate/main.go | 2 +- e2e/binary_artifacts_test.go | 2 +- e2e/branch_protection_test.go | 2 +- e2e/ci_tests_test.go | 2 +- e2e/cii_best_practices_test.go | 2 +- e2e/code_review_test.go | 2 +- e2e/contributors_test.go | 2 +- e2e/dangerous_workflow_test.go | 2 +- e2e/dependency_update_tool_test.go | 2 +- e2e/dependencydiff_test.go | 2 +- e2e/e2e_suite_test.go | 2 +- e2e/fuzzing_test.go | 2 +- e2e/license_test.go | 2 +- e2e/maintained_test.go | 2 +- e2e/packaging_test.go | 2 +- e2e/permissions_test.go | 2 +- e2e/pinned_dependencies_test.go | 2 +- e2e/sast_test.go | 2 +- e2e/security_policy_test.go | 2 +- e2e/signedreleases_test.go | 2 +- e2e/vulnerabilities_test.go | 2 +- errors/internal.go | 2 +- errors/public.go | 2 +- log/log.go | 2 +- main.go | 2 +- options/options.go | 2 +- options/options_test.go | 2 +- pkg/common.go | 2 +- pkg/common_test.go | 2 +- pkg/dependencydiff_result.go | 2 +- pkg/json.go | 2 +- pkg/json_raw_results.go | 2 +- pkg/json_test.go | 2 +- pkg/mock_doc.go | 2 +- pkg/sarif.go | 2 +- pkg/sarif_test.go | 2 +- pkg/scorecard.go | 2 +- pkg/scorecard_result.go | 2 +- pkg/scorecard_test.go | 2 +- policy/policy.go | 2 +- policy/policy.pb.go | 2 +- policy/policy.proto | 2 +- policy/policy_test.go | 2 +- policy/testdata/policy-invalid-check.yaml | 2 +- policy/testdata/policy-invalid-mode.yaml | 2 +- policy/testdata/policy-invalid-score-0.yaml | 2 +- policy/testdata/policy-invalid-score-10.yaml | 2 +- policy/testdata/policy-multiple-defs.yaml | 2 +- policy/testdata/policy-no-score-disabled.yaml | 2 +- policy/testdata/policy-ok.yaml | 2 +- remediation/remediations.go | 2 +- remediation/remediations_test.go | 2 +- scripts/version-ldflags | 2 +- stats/measures.go | 2 +- stats/tags.go | 2 +- stats/views.go | 2 +- tools/tools.go | 2 +- utests/utlib.go | 2 +- 481 files changed, 482 insertions(+), 482 deletions(-) mode change 100755 => 100644 scripts/version-ldflags diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 729dedd0477..c6d0dcd3ac4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index 9d04425e935..d7a51e3fb95 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/.github/workflows/docker.yml b/.github/workflows/docker.yml index 32980e8c6dd..48b314803a7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index f532f91422c..d8ad8dd8022 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/.github/workflows/integration.yml b/.github/workflows/integration.yml index d6813d81350..abbcc489728 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/.github/workflows/main.yml b/.github/workflows/main.yml index 9bcd3811e97..3d8a02fc2d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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. @@ -903,5 +903,5 @@ jobs: run: | go env -w GOFLAGS=-mod=mod go install github.com/google/addlicense@2fe3ee94479d08be985a84861de4e6b06a1c7208 - addlicense -ignore "**/script-empty.sh" -ignore "testdata/**" -ignore "**/testdata/**" -l apache -c 'Security Scorecard Authors' -v * + addlicense -ignore "**/script-empty.sh" -ignore "testdata/**" -ignore "**/testdata/**" -l apache -c 'OpenSSF Scorecard Authors' -v * git diff --exit-code diff --git a/.github/workflows/publishimage.yml b/.github/workflows/publishimage.yml index 2d427471749..fb0d607f10a 100644 --- a/.github/workflows/publishimage.yml +++ b/.github/workflows/publishimage.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/.github/workflows/stale.yml b/.github/workflows/stale.yml index 077a04d67bf..9ae16187077 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/.github/workflows/verify.yml b/.github/workflows/verify.yml index 49072b4cc40..22934ff20a8 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/Dockerfile b/Dockerfile index 1a40601c8d3..e8d66b69ad5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 Security Scorecard Authors +# Copyright 2020 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/LICENSE b/LICENSE index 15a7423edde..18f7f43fde8 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Security Scorecard Authors + Copyright 2020 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/attestor/Dockerfile b/attestor/Dockerfile index 8f4a0feed95..ec4d6949b04 100644 --- a/attestor/Dockerfile +++ b/attestor/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2022 Security 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/attestor/command/check.go b/attestor/command/check.go index 1b660d8aed1..f565729368c 100644 --- a/attestor/command/check.go +++ b/attestor/command/check.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/attestor/command/cli.go b/attestor/command/cli.go index b627d892eed..0f8e89239c8 100644 --- a/attestor/command/cli.go +++ b/attestor/command/cli.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/attestor/command/sign.go b/attestor/command/sign.go index 6d250d5e077..566f3d3e137 100644 --- a/attestor/command/sign.go +++ b/attestor/command/sign.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/attestor/policy/attestation_policy.go b/attestor/policy/attestation_policy.go index 8d47254cbfe..cb478898acf 100644 --- a/attestor/policy/attestation_policy.go +++ b/attestor/policy/attestation_policy.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/attestor/policy/attestation_policy_test.go b/attestor/policy/attestation_policy_test.go index dbb63243908..b38fb576e5f 100644 --- a/attestor/policy/attestation_policy_test.go +++ b/attestor/policy/attestation_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/attestor/policy/testdata/policy-binauthz-allowlist.yaml b/attestor/policy/testdata/policy-binauthz-allowlist.yaml index fa3f3103e7b..999ec1ecb75 100644 --- a/attestor/policy/testdata/policy-binauthz-allowlist.yaml +++ b/attestor/policy/testdata/policy-binauthz-allowlist.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/attestor/policy/testdata/policy-binauthz-invalid.yaml b/attestor/policy/testdata/policy-binauthz-invalid.yaml index ae259c94ebf..9ee70b10cd1 100644 --- a/attestor/policy/testdata/policy-binauthz-invalid.yaml +++ b/attestor/policy/testdata/policy-binauthz-invalid.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/attestor/policy/testdata/policy-binauthz-missingparam.yaml b/attestor/policy/testdata/policy-binauthz-missingparam.yaml index abe64833003..82e8d0b75bd 100644 --- a/attestor/policy/testdata/policy-binauthz-missingparam.yaml +++ b/attestor/policy/testdata/policy-binauthz-missingparam.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/attestor/policy/testdata/policy-binauthz.yaml b/attestor/policy/testdata/policy-binauthz.yaml index 1a14ff3bc07..e87a683e22b 100644 --- a/attestor/policy/testdata/policy-binauthz.yaml +++ b/attestor/policy/testdata/policy-binauthz.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/attestor/root.go b/attestor/root.go index b4b967d24f5..70245ecca2b 100644 --- a/attestor/root.go +++ b/attestor/root.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/checker/check_request.go b/checker/check_request.go index caaf66a08bf..bc938be6866 100644 --- a/checker/check_request.go +++ b/checker/check_request.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/checker/check_result.go b/checker/check_result.go index 2866d121f8c..f3fde78119a 100644 --- a/checker/check_result.go +++ b/checker/check_result.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/checker/check_runner.go b/checker/check_runner.go index 8df69565afa..edf5fcfb86b 100644 --- a/checker/check_runner.go +++ b/checker/check_runner.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/checker/client.go b/checker/client.go index 5653e5bccd7..fba3c459951 100644 --- a/checker/client.go +++ b/checker/client.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/checker/detail_logger.go b/checker/detail_logger.go index 0c09f3a0849..e08b73d6ed8 100644 --- a/checker/detail_logger.go +++ b/checker/detail_logger.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/checker/detail_logger_impl.go b/checker/detail_logger_impl.go index e93da1cf1e6..bca61339b21 100644 --- a/checker/detail_logger_impl.go +++ b/checker/detail_logger_impl.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/checker/raw_result.go b/checker/raw_result.go index 35548a3d0ea..c2789927051 100644 --- a/checker/raw_result.go +++ b/checker/raw_result.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/all_checks.go b/checks/all_checks.go index 31f3f6e4c0f..500310985e4 100644 --- a/checks/all_checks.go +++ b/checks/all_checks.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/all_checks_test.go b/checks/all_checks_test.go index ab20303b879..276bc7d789f 100644 --- a/checks/all_checks_test.go +++ b/checks/all_checks_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/binary_artifact.go b/checks/binary_artifact.go index 636a8f2dfce..354e9cbc1f6 100644 --- a/checks/binary_artifact.go +++ b/checks/binary_artifact.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/binary_artifact_test.go b/checks/binary_artifact_test.go index 94b4c8cee04..1634f158ae4 100644 --- a/checks/binary_artifact_test.go +++ b/checks/binary_artifact_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/branch_protection.go b/checks/branch_protection.go index a45bac720b3..bb48a863396 100644 --- a/checks/branch_protection.go +++ b/checks/branch_protection.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/branch_protection_test.go b/checks/branch_protection_test.go index 0b5f5a5f41c..699a097a663 100644 --- a/checks/branch_protection_test.go +++ b/checks/branch_protection_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/ci_tests.go b/checks/ci_tests.go index 5cd76488975..913aa90ad05 100644 --- a/checks/ci_tests.go +++ b/checks/ci_tests.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/cii_best_practices.go b/checks/cii_best_practices.go index f24ad36afe5..fd7f5679ff0 100644 --- a/checks/cii_best_practices.go +++ b/checks/cii_best_practices.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/cii_best_practices_test.go b/checks/cii_best_practices_test.go index 81fe156a462..943e52a7aef 100644 --- a/checks/cii_best_practices_test.go +++ b/checks/cii_best_practices_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/code_review.go b/checks/code_review.go index 11bfff72918..17372e52b1f 100644 --- a/checks/code_review.go +++ b/checks/code_review.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/code_review_test.go b/checks/code_review_test.go index ee1aca1ab47..1b48c06093f 100644 --- a/checks/code_review_test.go +++ b/checks/code_review_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/contributors.go b/checks/contributors.go index c30d59a6ed5..c8e000a8c5d 100644 --- a/checks/contributors.go +++ b/checks/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/contributors_test.go b/checks/contributors_test.go index df81343db9b..d059325e8e2 100644 --- a/checks/contributors_test.go +++ b/checks/contributors_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/dangerous_workflow.go b/checks/dangerous_workflow.go index 62a4d96c84e..5b12f488df4 100644 --- a/checks/dangerous_workflow.go +++ b/checks/dangerous_workflow.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/dependency_update_tool.go b/checks/dependency_update_tool.go index 5f0f2b490a9..fee37c1973e 100644 --- a/checks/dependency_update_tool.go +++ b/checks/dependency_update_tool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/dependency_update_tool_test.go b/checks/dependency_update_tool_test.go index 4e33c5f094d..2b21e6f99c9 100644 --- a/checks/dependency_update_tool_test.go +++ b/checks/dependency_update_tool_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/errors.go b/checks/errors.go index 703a2bb02b1..a31ea46f9cb 100644 --- a/checks/errors.go +++ b/checks/errors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/binary_artifacts.go b/checks/evaluation/binary_artifacts.go index dcb9e08ce54..f8ef247f600 100644 --- a/checks/evaluation/binary_artifacts.go +++ b/checks/evaluation/binary_artifacts.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/binary_artifacts_test.go b/checks/evaluation/binary_artifacts_test.go index 3f63ce16606..7a4ccab29e4 100644 --- a/checks/evaluation/binary_artifacts_test.go +++ b/checks/evaluation/binary_artifacts_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/evaluation/branch_protection.go b/checks/evaluation/branch_protection.go index ff97276d8d2..939426b0725 100644 --- a/checks/evaluation/branch_protection.go +++ b/checks/evaluation/branch_protection.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/evaluation/branch_protection_test.go b/checks/evaluation/branch_protection_test.go index ff628977aa5..4bf1ca64ba9 100644 --- a/checks/evaluation/branch_protection_test.go +++ b/checks/evaluation/branch_protection_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/evaluation/ci_tests.go b/checks/evaluation/ci_tests.go index e77284877d2..f8d4163e80f 100644 --- a/checks/evaluation/ci_tests.go +++ b/checks/evaluation/ci_tests.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/evaluation/ci_tests_test.go b/checks/evaluation/ci_tests_test.go index 4f1515dc207..edf949f8baa 100644 --- a/checks/evaluation/ci_tests_test.go +++ b/checks/evaluation/ci_tests_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/evaluation/cii_best_practices.go b/checks/evaluation/cii_best_practices.go index b18b7231b8e..3c654c0f005 100644 --- a/checks/evaluation/cii_best_practices.go +++ b/checks/evaluation/cii_best_practices.go @@ -1,4 +1,4 @@ -// Copyright Security Scorecard Authors +// Copyright 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/evaluation/code_review.go b/checks/evaluation/code_review.go index a9ff288bb34..f838d2216c6 100644 --- a/checks/evaluation/code_review.go +++ b/checks/evaluation/code_review.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/code_review_test.go b/checks/evaluation/code_review_test.go index caddfa3fcc4..794a6823086 100644 --- a/checks/evaluation/code_review_test.go +++ b/checks/evaluation/code_review_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/contributors.go b/checks/evaluation/contributors.go index 201c9c16b31..1425f608d96 100644 --- a/checks/evaluation/contributors.go +++ b/checks/evaluation/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/dangerous_workflow.go b/checks/evaluation/dangerous_workflow.go index faf9ce8f28c..be37c6cdee5 100644 --- a/checks/evaluation/dangerous_workflow.go +++ b/checks/evaluation/dangerous_workflow.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/dependency_update_tool.go b/checks/evaluation/dependency_update_tool.go index 053d4a8be23..c527b82b8e3 100644 --- a/checks/evaluation/dependency_update_tool.go +++ b/checks/evaluation/dependency_update_tool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/evaluation/dependency_update_tool_test.go b/checks/evaluation/dependency_update_tool_test.go index 8e98afba569..3774c1e75db 100644 --- a/checks/evaluation/dependency_update_tool_test.go +++ b/checks/evaluation/dependency_update_tool_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/evaluation/fuzzing.go b/checks/evaluation/fuzzing.go index 32d206a5130..90695ff73d4 100644 --- a/checks/evaluation/fuzzing.go +++ b/checks/evaluation/fuzzing.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/license.go b/checks/evaluation/license.go index f5dbc9538d6..efba2fc0b56 100644 --- a/checks/evaluation/license.go +++ b/checks/evaluation/license.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/maintained.go b/checks/evaluation/maintained.go index 182ff6992e6..a4fd2bfc66d 100644 --- a/checks/evaluation/maintained.go +++ b/checks/evaluation/maintained.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/packaging.go b/checks/evaluation/packaging.go index f869c92ed20..fa5b930ebae 100644 --- a/checks/evaluation/packaging.go +++ b/checks/evaluation/packaging.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/permissions.go b/checks/evaluation/permissions.go index e429f096c4f..eeb612ccf0d 100644 --- a/checks/evaluation/permissions.go +++ b/checks/evaluation/permissions.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/pinned_dependencies.go b/checks/evaluation/pinned_dependencies.go index 89786ff30cb..ed840c3a0fd 100644 --- a/checks/evaluation/pinned_dependencies.go +++ b/checks/evaluation/pinned_dependencies.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/pinned_dependencies_test.go b/checks/evaluation/pinned_dependencies_test.go index fa0640f86d6..3028adf9128 100644 --- a/checks/evaluation/pinned_dependencies_test.go +++ b/checks/evaluation/pinned_dependencies_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/evaluation/security_policy.go b/checks/evaluation/security_policy.go index 82bdb5df011..df0f895e374 100644 --- a/checks/evaluation/security_policy.go +++ b/checks/evaluation/security_policy.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/security_policy_test.go b/checks/evaluation/security_policy_test.go index b772e3def10..e8c714ae84c 100644 --- a/checks/evaluation/security_policy_test.go +++ b/checks/evaluation/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/evaluation/signed_releases.go b/checks/evaluation/signed_releases.go index cb54cf33bae..86e8b45d6f8 100644 --- a/checks/evaluation/signed_releases.go +++ b/checks/evaluation/signed_releases.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/vulnerabilities.go b/checks/evaluation/vulnerabilities.go index d747165a3d1..0c71d7a4d69 100644 --- a/checks/evaluation/vulnerabilities.go +++ b/checks/evaluation/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/evaluation/vulnerabilities_test.go b/checks/evaluation/vulnerabilities_test.go index 8d7dbd68ebd..c524b357fd1 100644 --- a/checks/evaluation/vulnerabilities_test.go +++ b/checks/evaluation/vulnerabilities_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/evaluation/webhooks.go b/checks/evaluation/webhooks.go index b48314f3aac..adce23a1b7c 100644 --- a/checks/evaluation/webhooks.go +++ b/checks/evaluation/webhooks.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/evaluation/webhooks_test.go b/checks/evaluation/webhooks_test.go index 61a8763c931..4fefeb47e30 100644 --- a/checks/evaluation/webhooks_test.go +++ b/checks/evaluation/webhooks_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/fileparser/errors.go b/checks/fileparser/errors.go index 2ca8f1e0053..88a6768f7be 100644 --- a/checks/fileparser/errors.go +++ b/checks/fileparser/errors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/fileparser/github_workflow.go b/checks/fileparser/github_workflow.go index 2428ef7000b..5f70c9a9478 100644 --- a/checks/fileparser/github_workflow.go +++ b/checks/fileparser/github_workflow.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/fileparser/github_workflow_test.go b/checks/fileparser/github_workflow_test.go index 3a1e8d5ab40..4702c80a626 100644 --- a/checks/fileparser/github_workflow_test.go +++ b/checks/fileparser/github_workflow_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/fileparser/listing.go b/checks/fileparser/listing.go index 0319824124c..aab72e085c5 100644 --- a/checks/fileparser/listing.go +++ b/checks/fileparser/listing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/fileparser/listing_test.go b/checks/fileparser/listing_test.go index ff14e0084fa..0c55518d223 100644 --- a/checks/fileparser/listing_test.go +++ b/checks/fileparser/listing_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/fuzzing.go b/checks/fuzzing.go index c4919333124..1e92d02142b 100644 --- a/checks/fuzzing.go +++ b/checks/fuzzing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/fuzzing_test.go b/checks/fuzzing_test.go index 8f36a048e40..3e6e515975d 100644 --- a/checks/fuzzing_test.go +++ b/checks/fuzzing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/license.go b/checks/license.go index 5cbed675b9a..99c87a1b839 100644 --- a/checks/license.go +++ b/checks/license.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/license_test.go b/checks/license_test.go index b514c887d6e..253d13ca754 100644 --- a/checks/license_test.go +++ b/checks/license_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/maintained.go b/checks/maintained.go index c38cd91719c..ec653d6a20e 100644 --- a/checks/maintained.go +++ b/checks/maintained.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/maintained_test.go b/checks/maintained_test.go index da7b0c109bd..25f496de60e 100644 --- a/checks/maintained_test.go +++ b/checks/maintained_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/packaging.go b/checks/packaging.go index 6f937cb4e19..248a9b558d3 100644 --- a/checks/packaging.go +++ b/checks/packaging.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/permissions.go b/checks/permissions.go index 0dbcbb4d299..1b6fa52c8d7 100644 --- a/checks/permissions.go +++ b/checks/permissions.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/permissions_test.go b/checks/permissions_test.go index bdc2628abf5..1c747a35557 100644 --- a/checks/permissions_test.go +++ b/checks/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/pinned_dependencies.go b/checks/pinned_dependencies.go index 1720a2fb470..3a0cbe9170e 100644 --- a/checks/pinned_dependencies.go +++ b/checks/pinned_dependencies.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/binary_artifact.go b/checks/raw/binary_artifact.go index ea63aaa187a..a5c8404d7c7 100644 --- a/checks/raw/binary_artifact.go +++ b/checks/raw/binary_artifact.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/binary_artifact_test.go b/checks/raw/binary_artifact_test.go index 9b7b966daed..2f29599ac6a 100644 --- a/checks/raw/binary_artifact_test.go +++ b/checks/raw/binary_artifact_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/branch_protection.go b/checks/raw/branch_protection.go index 9a8b0838e7f..f777e498d28 100644 --- a/checks/raw/branch_protection.go +++ b/checks/raw/branch_protection.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/branch_protection_test.go b/checks/raw/branch_protection_test.go index 71364c272df..e477b079678 100644 --- a/checks/raw/branch_protection_test.go +++ b/checks/raw/branch_protection_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/ci_tests.go b/checks/raw/ci_tests.go index c5f92cbdb02..5fe8fbe3ab8 100644 --- a/checks/raw/ci_tests.go +++ b/checks/raw/ci_tests.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/cii_best_practices.go b/checks/raw/cii_best_practices.go index 032005a9d5d..e95675fcfdb 100644 --- a/checks/raw/cii_best_practices.go +++ b/checks/raw/cii_best_practices.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/code_review.go b/checks/raw/code_review.go index fee6dad65a8..bb7992ca97d 100644 --- a/checks/raw/code_review.go +++ b/checks/raw/code_review.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/code_review_test.go b/checks/raw/code_review_test.go index 8242a944447..eace20d3b5e 100644 --- a/checks/raw/code_review_test.go +++ b/checks/raw/code_review_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/contributors.go b/checks/raw/contributors.go index 9f149abad5f..e8a9d56b327 100644 --- a/checks/raw/contributors.go +++ b/checks/raw/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/dangerous_workflow.go b/checks/raw/dangerous_workflow.go index d6d47189704..31883f4c6c1 100644 --- a/checks/raw/dangerous_workflow.go +++ b/checks/raw/dangerous_workflow.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/dangerous_workflow_test.go b/checks/raw/dangerous_workflow_test.go index 7714caa6069..3e0e43a65ce 100644 --- a/checks/raw/dangerous_workflow_test.go +++ b/checks/raw/dangerous_workflow_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/dependency_update_tool.go b/checks/raw/dependency_update_tool.go index 9580e75f3ad..2f927269238 100644 --- a/checks/raw/dependency_update_tool.go +++ b/checks/raw/dependency_update_tool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/dependency_update_tool_test.go b/checks/raw/dependency_update_tool_test.go index b7bf6252d4a..f3e8adfd35f 100644 --- a/checks/raw/dependency_update_tool_test.go +++ b/checks/raw/dependency_update_tool_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/errors.go b/checks/raw/errors.go index d01c31277c3..23eb5aeb7eb 100644 --- a/checks/raw/errors.go +++ b/checks/raw/errors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/fuzzing.go b/checks/raw/fuzzing.go index 7aa47671d81..c659460c520 100644 --- a/checks/raw/fuzzing.go +++ b/checks/raw/fuzzing.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/fuzzing_test.go b/checks/raw/fuzzing_test.go index 15f4cb29d04..4aa8d0ce2c4 100644 --- a/checks/raw/fuzzing_test.go +++ b/checks/raw/fuzzing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/license.go b/checks/raw/license.go index 73849ac186e..b24ebe22480 100644 --- a/checks/raw/license.go +++ b/checks/raw/license.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/license_test.go b/checks/raw/license_test.go index 3a8ebb130f7..c6055ee90ec 100644 --- a/checks/raw/license_test.go +++ b/checks/raw/license_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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 fafed8fe300..9daae13280a 100644 --- a/checks/raw/maintained.go +++ b/checks/raw/maintained.go @@ -1,4 +1,4 @@ -// Copyright Security Scorecard Authors +// Copyright 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/packaging.go b/checks/raw/packaging.go index 9e0a0e30b5a..99178d51527 100644 --- a/checks/raw/packaging.go +++ b/checks/raw/packaging.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/permissions.go b/checks/raw/permissions.go index 499446f775a..52d0c8b1818 100644 --- a/checks/raw/permissions.go +++ b/checks/raw/permissions.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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 48a2e344583..91b628b1208 100644 --- a/checks/raw/pinned_dependencies.go +++ b/checks/raw/pinned_dependencies.go @@ -1,4 +1,4 @@ -// Copyright Security Scorecard Authors +// Copyright 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_test.go b/checks/raw/pinned_dependencies_test.go index 58efddb7be4..bd6005d90ab 100644 --- a/checks/raw/pinned_dependencies_test.go +++ b/checks/raw/pinned_dependencies_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/security_policy.go b/checks/raw/security_policy.go index 997d78d6ed3..e9670b7c5b1 100644 --- a/checks/raw/security_policy.go +++ b/checks/raw/security_policy.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/security_policy_test.go b/checks/raw/security_policy_test.go index 67abd80ca2f..a934ef3278d 100644 --- a/checks/raw/security_policy_test.go +++ b/checks/raw/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/shell_download_validate.go b/checks/raw/shell_download_validate.go index a7d77ef8f05..89d4c129a7e 100644 --- a/checks/raw/shell_download_validate.go +++ b/checks/raw/shell_download_validate.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/shell_download_validate_test.go b/checks/raw/shell_download_validate_test.go index bb47a7cc59c..b40912f46b7 100644 --- a/checks/raw/shell_download_validate_test.go +++ b/checks/raw/shell_download_validate_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/signed_releases.go b/checks/raw/signed_releases.go index 39b3343b75c..1997dacfb15 100644 --- a/checks/raw/signed_releases.go +++ b/checks/raw/signed_releases.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/testdata/.github/workflows/github-workflow-comments.yaml b/checks/raw/testdata/.github/workflows/github-workflow-comments.yaml index 2cd92fa8181..39b742cf14b 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-comments.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-comments.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-curl-default.yaml b/checks/raw/testdata/.github/workflows/github-workflow-curl-default.yaml index 8239868c634..54dd0bccbc8 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-curl-default.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-curl-default.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-curl-no-default.yaml b/checks/raw/testdata/.github/workflows/github-workflow-curl-no-default.yaml index 3367c6f73c9..a51bdcf356b 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-curl-no-default.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-curl-no-default.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-download-lines.yaml b/checks/raw/testdata/.github/workflows/github-workflow-download-lines.yaml index 7990e2db327..87217156440 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-download-lines.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-download-lines.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-matrix-expression.yaml b/checks/raw/testdata/.github/workflows/github-workflow-matrix-expression.yaml index 35f25ec1413..6e35e703358 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-matrix-expression.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-matrix-expression.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-multiple-unpinned-uses.yaml b/checks/raw/testdata/.github/workflows/github-workflow-multiple-unpinned-uses.yaml index 66c2793358d..9758f530da5 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-multiple-unpinned-uses.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-multiple-unpinned-uses.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-pkg-managers.yaml b/checks/raw/testdata/.github/workflows/github-workflow-pkg-managers.yaml index 42136653b0f..1e90c0f3b14 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-pkg-managers.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-pkg-managers.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-wget-across-steps.yaml b/checks/raw/testdata/.github/workflows/github-workflow-wget-across-steps.yaml index 3248dd62cbd..c2bc5927bef 100644 --- a/checks/raw/testdata/.github/workflows/github-workflow-wget-across-steps.yaml +++ b/checks/raw/testdata/.github/workflows/github-workflow-wget-across-steps.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/workflow-local-action.yaml b/checks/raw/testdata/.github/workflows/workflow-local-action.yaml index a8c68e88b70..be84fd7cbdc 100644 --- a/checks/raw/testdata/.github/workflows/workflow-local-action.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-local-action.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/workflow-mix-github-and-non-github-not-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-not-pinned.yaml index 8862b6b233a..9d3b2c4ffe3 100644 --- a/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-not-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-not-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/workflow-mix-github-and-non-github-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-pinned.yaml index 3a0c5aff993..5d781321030 100644 --- a/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-mix-github-and-non-github-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-github.yaml b/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-github.yaml index 2fcd915dd7f..552e0307f18 100644 --- a/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-github.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-github.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-non-github.yaml b/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-non-github.yaml index be5a692b15c..292fd02fc69 100644 --- a/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-non-github.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-mix-pinned-and-non-pinned-non-github.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/workflow-non-github-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-non-github-pinned.yaml index 7716ee5ae2f..5cee34accb7 100644 --- a/checks/raw/testdata/.github/workflows/workflow-non-github-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-non-github-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/workflow-not-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-not-pinned.yaml index 8693f7a2797..cf73f568ae3 100644 --- a/checks/raw/testdata/.github/workflows/workflow-not-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-not-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/workflow-pinned.yaml b/checks/raw/testdata/.github/workflows/workflow-pinned.yaml index 13e9aa60c4a..ae7e61a76ea 100644 --- a/checks/raw/testdata/.github/workflows/workflow-pinned.yaml +++ b/checks/raw/testdata/.github/workflows/workflow-pinned.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-args b/checks/raw/testdata/Dockerfile-args index 440c4465980..72641b31a4d 100644 --- a/checks/raw/testdata/Dockerfile-args +++ b/checks/raw/testdata/Dockerfile-args @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-aws-file b/checks/raw/testdata/Dockerfile-aws-file index b1833c43562..f0e4a0d90c3 100644 --- a/checks/raw/testdata/Dockerfile-aws-file +++ b/checks/raw/testdata/Dockerfile-aws-file @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-curl-file-sh b/checks/raw/testdata/Dockerfile-curl-file-sh index 5eb4343ce09..13f2f97a3e2 100644 --- a/checks/raw/testdata/Dockerfile-curl-file-sh +++ b/checks/raw/testdata/Dockerfile-curl-file-sh @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-curl-sh b/checks/raw/testdata/Dockerfile-curl-sh index a7895983771..e80a7e194dc 100644 --- a/checks/raw/testdata/Dockerfile-curl-sh +++ b/checks/raw/testdata/Dockerfile-curl-sh @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-download-lines b/checks/raw/testdata/Dockerfile-download-lines index 3f0f4a787b5..f2eb22a5531 100644 --- a/checks/raw/testdata/Dockerfile-download-lines +++ b/checks/raw/testdata/Dockerfile-download-lines @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-download-multi-runs b/checks/raw/testdata/Dockerfile-download-multi-runs index f6e642f56d5..d34c55b650d 100644 --- a/checks/raw/testdata/Dockerfile-download-multi-runs +++ b/checks/raw/testdata/Dockerfile-download-multi-runs @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-gsutil-file b/checks/raw/testdata/Dockerfile-gsutil-file index ef5e77d9567..359984546c4 100644 --- a/checks/raw/testdata/Dockerfile-gsutil-file +++ b/checks/raw/testdata/Dockerfile-gsutil-file @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/checks/raw/testdata/Dockerfile-invalid b/checks/raw/testdata/Dockerfile-invalid index 34d16b0231a..dadd044fa94 100644 --- a/checks/raw/testdata/Dockerfile-invalid +++ b/checks/raw/testdata/Dockerfile-invalid @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-no-curl-sh b/checks/raw/testdata/Dockerfile-no-curl-sh index 4b57faa1baf..1682730be3a 100644 --- a/checks/raw/testdata/Dockerfile-no-curl-sh +++ b/checks/raw/testdata/Dockerfile-no-curl-sh @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-not-pinned b/checks/raw/testdata/Dockerfile-not-pinned index 00a8b7f304a..1f6bd47fae8 100644 --- a/checks/raw/testdata/Dockerfile-not-pinned +++ b/checks/raw/testdata/Dockerfile-not-pinned @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-not-pinned-as b/checks/raw/testdata/Dockerfile-not-pinned-as index ee0c1b90233..81313041d47 100644 --- a/checks/raw/testdata/Dockerfile-not-pinned-as +++ b/checks/raw/testdata/Dockerfile-not-pinned-as @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-pinned b/checks/raw/testdata/Dockerfile-pinned index c6aed5b34e6..f2a1c63b3e3 100644 --- a/checks/raw/testdata/Dockerfile-pinned +++ b/checks/raw/testdata/Dockerfile-pinned @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-pinned-as b/checks/raw/testdata/Dockerfile-pinned-as index 1b1a1d544fa..00417916eef 100644 --- a/checks/raw/testdata/Dockerfile-pinned-as +++ b/checks/raw/testdata/Dockerfile-pinned-as @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-pinned-as-without-hash b/checks/raw/testdata/Dockerfile-pinned-as-without-hash index d2907cd4c94..01a0d10ce31 100644 --- a/checks/raw/testdata/Dockerfile-pinned-as-without-hash +++ b/checks/raw/testdata/Dockerfile-pinned-as-without-hash @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-pkg-managers b/checks/raw/testdata/Dockerfile-pkg-managers index d3ac28070f5..292c0eeefad 100644 --- a/checks/raw/testdata/Dockerfile-pkg-managers +++ b/checks/raw/testdata/Dockerfile-pkg-managers @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-proc-subs b/checks/raw/testdata/Dockerfile-proc-subs index c74a352676f..179b99274b7 100644 --- a/checks/raw/testdata/Dockerfile-proc-subs +++ b/checks/raw/testdata/Dockerfile-proc-subs @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-script-ok b/checks/raw/testdata/Dockerfile-script-ok index 959a7386253..37261b0e4ea 100644 --- a/checks/raw/testdata/Dockerfile-script-ok +++ b/checks/raw/testdata/Dockerfile-script-ok @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-some-python b/checks/raw/testdata/Dockerfile-some-python index 45af285dc99..84c8d825394 100644 --- a/checks/raw/testdata/Dockerfile-some-python +++ b/checks/raw/testdata/Dockerfile-some-python @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-wget-bin-sh b/checks/raw/testdata/Dockerfile-wget-bin-sh index 9d1c53f5acf..f97b4c33b54 100644 --- a/checks/raw/testdata/Dockerfile-wget-bin-sh +++ b/checks/raw/testdata/Dockerfile-wget-bin-sh @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-wget-file b/checks/raw/testdata/Dockerfile-wget-file index d8e891a3b2b..1b1cdb1b22f 100644 --- a/checks/raw/testdata/Dockerfile-wget-file +++ b/checks/raw/testdata/Dockerfile-wget-file @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/checks/raw/testdata/script-bash b/checks/raw/testdata/script-bash index 7a764fae4a0..4603ac2e16e 100644 --- a/checks/raw/testdata/script-bash +++ b/checks/raw/testdata/script-bash @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/script-comments.sh b/checks/raw/testdata/script-comments.sh index ee30d5bc5e4..1776e0ad64f 100644 --- a/checks/raw/testdata/script-comments.sh +++ b/checks/raw/testdata/script-comments.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/script-free-from-download.sh b/checks/raw/testdata/script-free-from-download.sh index a982841488f..9023e574198 100644 --- a/checks/raw/testdata/script-free-from-download.sh +++ b/checks/raw/testdata/script-free-from-download.sh @@ -1,5 +1,5 @@ #!/bin/env sh -e -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/script-invalid.sh b/checks/raw/testdata/script-invalid.sh index 2f8645cc665..a824c86ddbc 100644 --- a/checks/raw/testdata/script-invalid.sh +++ b/checks/raw/testdata/script-invalid.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/script-pkg-managers b/checks/raw/testdata/script-pkg-managers index 29cb5cdc5ae..fcf2d705035 100644 --- a/checks/raw/testdata/script-pkg-managers +++ b/checks/raw/testdata/script-pkg-managers @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/shell_file_awk_shebang.sh b/checks/raw/testdata/shell_file_awk_shebang.sh index 523d4bb3ac1..f84203e0e7d 100644 --- a/checks/raw/testdata/shell_file_awk_shebang.sh +++ b/checks/raw/testdata/shell_file_awk_shebang.sh @@ -1,5 +1,5 @@ #!/usr/bin/awk -f -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/shell_file_bash_shebang1.sh b/checks/raw/testdata/shell_file_bash_shebang1.sh index f863dd70d69..f2e91a6107e 100644 --- a/checks/raw/testdata/shell_file_bash_shebang1.sh +++ b/checks/raw/testdata/shell_file_bash_shebang1.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/shell_file_bash_shebang2.sh b/checks/raw/testdata/shell_file_bash_shebang2.sh index 80b9ec9fc86..57027892923 100644 --- a/checks/raw/testdata/shell_file_bash_shebang2.sh +++ b/checks/raw/testdata/shell_file_bash_shebang2.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/shell_file_bash_shebang3.sh b/checks/raw/testdata/shell_file_bash_shebang3.sh index 757f6c2b1b4..3aa94603cf6 100644 --- a/checks/raw/testdata/shell_file_bash_shebang3.sh +++ b/checks/raw/testdata/shell_file_bash_shebang3.sh @@ -1,5 +1,5 @@ #!/bin/env bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/shell_file_mksh_shebang.sh b/checks/raw/testdata/shell_file_mksh_shebang.sh index 864246e0a1f..98e5001d0b0 100644 --- a/checks/raw/testdata/shell_file_mksh_shebang.sh +++ b/checks/raw/testdata/shell_file_mksh_shebang.sh @@ -1,5 +1,5 @@ #!/bin/mksh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/shell_file_no_shebang.sh b/checks/raw/testdata/shell_file_no_shebang.sh index 23bdd546930..1569b5b7712 100644 --- a/checks/raw/testdata/shell_file_no_shebang.sh +++ b/checks/raw/testdata/shell_file_no_shebang.sh @@ -1,5 +1,5 @@ # Empty file -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/shell_file_sh_shebang.sh b/checks/raw/testdata/shell_file_sh_shebang.sh index 5e785db6499..7f2c3dfd2d7 100644 --- a/checks/raw/testdata/shell_file_sh_shebang.sh +++ b/checks/raw/testdata/shell_file_sh_shebang.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/shell_file_zsh_shebang.sh b/checks/raw/testdata/shell_file_zsh_shebang.sh index 669a06271c2..84510ee50de 100644 --- a/checks/raw/testdata/shell_file_zsh_shebang.sh +++ b/checks/raw/testdata/shell_file_zsh_shebang.sh @@ -1,5 +1,5 @@ #!/bin/zsh -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/vulnerabilities.go b/checks/raw/vulnerabilities.go index 86356330264..70f739565b0 100644 --- a/checks/raw/vulnerabilities.go +++ b/checks/raw/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/vulnerabilities_test.go b/checks/raw/vulnerabilities_test.go index 9de4b316db9..77258783212 100644 --- a/checks/raw/vulnerabilities_test.go +++ b/checks/raw/vulnerabilities_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/webhook.go b/checks/raw/webhook.go index 42aa2029734..a908e32980b 100644 --- a/checks/raw/webhook.go +++ b/checks/raw/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/webhooks_test.go b/checks/raw/webhooks_test.go index f38e5af14e5..2fc23df1887 100644 --- a/checks/raw/webhooks_test.go +++ b/checks/raw/webhooks_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/sast.go b/checks/sast.go index 61855d107ed..86198c39bb2 100644 --- a/checks/sast.go +++ b/checks/sast.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/sast_test.go b/checks/sast_test.go index e4fb124ab55..1ed5080fe62 100644 --- a/checks/sast_test.go +++ b/checks/sast_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/security_policy.go b/checks/security_policy.go index 29192cc14ee..53f3f5091b0 100644 --- a/checks/security_policy.go +++ b/checks/security_policy.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/security_policy_test.go b/checks/security_policy_test.go index be541d529e9..fb7e7dc610c 100644 --- a/checks/security_policy_test.go +++ b/checks/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/signed_releases.go b/checks/signed_releases.go index b8856922e9b..be2dfe98a61 100644 --- a/checks/signed_releases.go +++ b/checks/signed_releases.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/signed_releases_test.go b/checks/signed_releases_test.go index 2f85a784652..71cd68b61f8 100644 --- a/checks/signed_releases_test.go +++ b/checks/signed_releases_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/testdata/.github/workflows/github-workflow-dangerous-pattern-default-checkout.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-default-checkout.yml index 12c33a292b4..52aa8cb6fad 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-default-checkout.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-default-checkout.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-safe-trigger.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-safe-trigger.yml index 6fa2c1c1b70..074f161c417 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-safe-trigger.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-safe-trigger.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-checkout.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-checkout.yml index b2f70ace94a..c59f49c311b 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-checkout.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-checkout.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-script-injection.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-script-injection.yml index 1c224d061e7..776fea24270 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-script-injection.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-trusted-script-injection.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout-workflow_run.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout-workflow_run.yml index 63ce0451e7c..228250e1739 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout-workflow_run.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout-workflow_run.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout.yml index 272192d1ec9..28c81422f35 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-checkout.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-inline-script-injection.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-inline-script-injection.yml index 414f2af1f7e..00ff97b8fdf 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-inline-script-injection.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-inline-script-injection.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-multiple-script-injection.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-multiple-script-injection.yml index e61693db987..306f09c6ee3 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-multiple-script-injection.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-multiple-script-injection.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection-wildcard.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection-wildcard.yml index 5931807ebb6..1a126288152 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection-wildcard.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection-wildcard.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection.yml b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection.yml index a5e99e6ab7c..d84fcd74251 100644 --- a/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection.yml +++ b/checks/testdata/.github/workflows/github-workflow-dangerous-pattern-untrusted-script-injection.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-cargo.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-cargo.yaml index 9612f831e32..250a5b0fbdb 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-cargo.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-cargo.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-docker-action.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-docker-action.yaml index ae45d62f7b2..c3ef270ef78 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-docker-action.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-docker-action.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-docker-push.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-docker-push.yaml index ca08ea6ca32..6b6a0b40905 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-docker-push.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-docker-push.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-gem.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-gem.yaml index 416ad343adf..bdd75ac83e2 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-gem.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-gem.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-go.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-go.yaml index 29c17d0698e..cb321115833 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-go.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-go.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-gradle.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-gradle.yaml index 31817a80331..ca3140f4092 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-gradle.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-gradle.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-maven-multi-line.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-maven-multi-line.yaml index 7f755dd0c56..af471ca3a4a 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-maven-multi-line.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-maven-multi-line.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security 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/testdata/.github/workflows/github-workflow-packaging-maven.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-maven.yaml index c34818ba043..3866483bf88 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-maven.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-maven.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-npm-github.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-npm-github.yaml index 793a75af15d..a0a646ae0d8 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-npm-github.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-npm-github.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-npm.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-npm.yaml index c9d0ebec32b..f879d565bac 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-npm.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-npm.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-nuget.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-nuget.yaml index 8f582d04fe9..b36cdfcc283 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-nuget.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-nuget.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-pypi-failing.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-pypi-failing.yaml index ff60717a7f7..79a4412f89d 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-pypi-failing.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-pypi-failing.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-pypi-minimal.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-pypi-minimal.yaml index 18b3406df19..fc30626f1b0 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-pypi-minimal.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-pypi-minimal.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-pypi.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-pypi.yaml index 273a911ae86..b95ef3e387a 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-pypi.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-pypi.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml b/checks/testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml index 2aae7b3fadf..7a2b4b178bf 100644 --- a/checks/testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml +++ b/checks/testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security 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/testdata/.github/workflows/github-workflow-permissions-absent.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-absent.yaml index 95ba2c8d394..67e6505a970 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-absent.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-absent.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-actions.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-actions.yaml index 6703492eb40..55a4f55d02b 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-actions.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-actions.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-contents-writes-no-release.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-no-release.yaml index 3d6c2845e06..1a44623da75 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-no-release.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-no-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-contents-writes-release-mvn-release.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release-mvn-release.yaml index cbe36626083..a4b4c404073 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release-mvn-release.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release-mvn-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security 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/testdata/.github/workflows/github-workflow-permissions-contents-writes-release.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release.yaml index cc1c7c551ec..93626f3c247 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-contents-writes-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security 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/testdata/.github/workflows/github-workflow-permissions-contents.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-contents.yaml index 6703492eb40..55a4f55d02b 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-contents.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-contents.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-gh-pages.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-gh-pages.yaml index 95b9069f6e5..b6e75effcd9 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-gh-pages.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-gh-pages.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-jobs-only.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-jobs-only.yaml index 2bf1fd06b14..763413c3846 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-jobs-only.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-jobs-only.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-none.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-none.yaml index d1fddda02a7..8defc9287b2 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-none.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-none.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-nones.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-nones.yaml index 26ef48f671e..e23b9a7b78f 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-nones.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-nones.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-packages-writes.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-packages-writes.yaml index 7a79737857f..80fc12ce352 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-packages-writes.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-packages-writes.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-packages.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-packages.yaml index cf1e550770c..588791b9e02 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-packages.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-packages.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-readall.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-readall.yaml index f040089f861..82166f67d34 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-readall.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-readall.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-reads.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-reads.yaml index 2e02ec1ed5f..ff0becfe8bd 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-reads.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-reads.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-run-codeql-write.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-codeql-write.yaml index fb2a2b4958d..0ddfb89bb0b 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-codeql-write.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-codeql-write.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-run-level-only.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-level-only.yaml index 8ab8c239641..b42bfd84034 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-level-only.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-level-only.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-run-no-codeql-write.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-no-codeql-write.yaml index efa40b7a571..93d4db50ce5 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-no-codeql-write.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-no-codeql-write.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-run-package-workflow-write.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-package-workflow-write.yaml index 86020162cd6..94b85f3de7d 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-package-workflow-write.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-package-workflow-write.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-run-package-write.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-package-write.yaml index bb5fe9555d8..84cb56e1d7b 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-package-write.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-package-write.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-run-write-codeql-comment.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-write-codeql-comment.yaml index 44eb3e1b7c4..965c11cb52e 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-write-codeql-comment.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-write-codeql-comment.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-run-writes-2.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-writes-2.yaml index b08170e9494..73732bffd2e 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-writes-2.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-writes-2.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-run-writes.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-run-writes.yaml index cfb7c84e9bc..73bfb7dd9cc 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-run-writes.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-run-writes.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-secevent-deployments.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-secevent-deployments.yaml index 33de433a8af..73b16003bfa 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-secevent-deployments.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-secevent-deployments.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-status-checks.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-status-checks.yaml index 1b199f3f2b3..6997d1ae6db 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-status-checks.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-status-checks.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-top-level-only.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-top-level-only.yaml index 791070b65c2..e7bdd901822 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-top-level-only.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-top-level-only.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-writeall.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-writeall.yaml index 2c05e76d847..259661c2bb9 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-writeall.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-writeall.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-permissions-writes.yaml b/checks/testdata/.github/workflows/github-workflow-permissions-writes.yaml index 5c144925292..56ca72ac7b1 100644 --- a/checks/testdata/.github/workflows/github-workflow-permissions-writes.yaml +++ b/checks/testdata/.github/workflows/github-workflow-permissions-writes.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-all-windows-bash.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-bash.yaml index 38480f602cc..417ffa8c202 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-bash.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-bash.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include-empty.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include-empty.yaml index 5245efe8615..573da707362 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include-empty.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include-empty.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include.yaml index 76ed37a8326..86d2ee2c124 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix-include.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-all-windows-matrix.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix.yaml index bc538a288ab..34a467ba482 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows-matrix.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-all-windows.yaml b/checks/testdata/.github/workflows/github-workflow-shells-all-windows.yaml index 8d031804cbc..1d76c93e41f 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-all-windows.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-all-windows.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-default-macos.yaml b/checks/testdata/.github/workflows/github-workflow-shells-default-macos.yaml index 10305efa179..2518c928e42 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-default-macos.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-default-macos.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-default-ubuntu.yaml b/checks/testdata/.github/workflows/github-workflow-shells-default-ubuntu.yaml index f97409fb0e1..5fe25a9b94c 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-default-ubuntu.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-default-ubuntu.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-default-windows.yaml b/checks/testdata/.github/workflows/github-workflow-shells-default-windows.yaml index fd00ae5d803..a5f7284c981 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-default-windows.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-default-windows.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-runner-windows-ubuntu.yaml b/checks/testdata/.github/workflows/github-workflow-shells-runner-windows-ubuntu.yaml index 22b390c7187..fd505794d7d 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-runner-windows-ubuntu.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-runner-windows-ubuntu.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-specified-job-step.yaml b/checks/testdata/.github/workflows/github-workflow-shells-specified-job-step.yaml index de5cb095265..dec738f23a6 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-specified-job-step.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-specified-job-step.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-specified-job-windows.yaml b/checks/testdata/.github/workflows/github-workflow-shells-specified-job-windows.yaml index 3c297274783..16926dc32dd 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-specified-job-windows.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-specified-job-windows.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-specified-job.yaml b/checks/testdata/.github/workflows/github-workflow-shells-specified-job.yaml index a0bbef556b9..dbe999c15bd 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-specified-job.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-specified-job.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-speficied-step.yaml b/checks/testdata/.github/workflows/github-workflow-shells-speficied-step.yaml index 2c0c86bcc11..f05038e6c4e 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-speficied-step.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-speficied-step.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-two-shells.yaml b/checks/testdata/.github/workflows/github-workflow-shells-two-shells.yaml index 51df8df3659..f3ebea268d5 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-two-shells.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-two-shells.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/.github/workflows/github-workflow-shells-windows-bash.yaml b/checks/testdata/.github/workflows/github-workflow-shells-windows-bash.yaml index 5d1dceddb32..70d0b94d4ad 100644 --- a/checks/testdata/.github/workflows/github-workflow-shells-windows-bash.yaml +++ b/checks/testdata/.github/workflows/github-workflow-shells-windows-bash.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/Dockerfile-pinned-without-hash b/checks/testdata/Dockerfile-pinned-without-hash index 4b23ed37d73..33dba2049dd 100644 --- a/checks/testdata/Dockerfile-pinned-without-hash +++ b/checks/testdata/Dockerfile-pinned-without-hash @@ -1,5 +1,5 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/script-sh b/checks/testdata/script-sh index 4c47b1acbee..ad7f13bebf3 100644 --- a/checks/testdata/script-sh +++ b/checks/testdata/script-sh @@ -1,5 +1,5 @@ #!/bin/env bash -euo pipefail -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/testdata/script.sh b/checks/testdata/script.sh index ffa6e33ea89..963fa94acbd 100644 --- a/checks/testdata/script.sh +++ b/checks/testdata/script.sh @@ -1,5 +1,5 @@ #!/bin/env sh -e -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/vulnerabilities.go b/checks/vulnerabilities.go index 22944b48bca..5f950dca488 100644 --- a/checks/vulnerabilities.go +++ b/checks/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/vulnerabilities_test.go b/checks/vulnerabilities_test.go index f0cee6c942b..30379f44e43 100644 --- a/checks/vulnerabilities_test.go +++ b/checks/vulnerabilities_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/webhook.go b/checks/webhook.go index bad9370de71..7a571aaced4 100644 --- a/checks/webhook.go +++ b/checks/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/webhook_test.go b/checks/webhook_test.go index 00c4d28e59c..205ff6af894 100644 --- a/checks/webhook_test.go +++ b/checks/webhook_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/branch.go b/clients/branch.go index 73f58f6aeea..0481a893fdd 100644 --- a/clients/branch.go +++ b/clients/branch.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/checkruns.go b/clients/checkruns.go index bb9432340d4..a30e6d4b191 100644 --- a/clients/checkruns.go +++ b/clients/checkruns.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/cii_blob_client.go b/clients/cii_blob_client.go index d9d908dbbc7..48eb7797cff 100644 --- a/clients/cii_blob_client.go +++ b/clients/cii_blob_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/cii_client.go b/clients/cii_client.go index d28287d55fe..c0f407eeaf6 100644 --- a/clients/cii_client.go +++ b/clients/cii_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/cii_http_client.go b/clients/cii_http_client.go index 29767f69f44..3500f63d9d2 100644 --- a/clients/cii_http_client.go +++ b/clients/cii_http_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/cii_response.go b/clients/cii_response.go index ace9ae45258..57438dd7731 100644 --- a/clients/cii_response.go +++ b/clients/cii_response.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/commit.go b/clients/commit.go index 184eeeda6d0..4dac9a16c8f 100644 --- a/clients/commit.go +++ b/clients/commit.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/branches.go b/clients/githubrepo/branches.go index 659f1f0eac6..e563cb03f34 100644 --- a/clients/githubrepo/branches.go +++ b/clients/githubrepo/branches.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/branches_e2e_test.go b/clients/githubrepo/branches_e2e_test.go index 0396e750f2c..7b1a4214c8b 100644 --- a/clients/githubrepo/branches_e2e_test.go +++ b/clients/githubrepo/branches_e2e_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/checkruns.go b/clients/githubrepo/checkruns.go index 3629e9f3945..5514762f086 100644 --- a/clients/githubrepo/checkruns.go +++ b/clients/githubrepo/checkruns.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/client.go b/clients/githubrepo/client.go index 6bd33936ae3..07aa2ed295a 100644 --- a/clients/githubrepo/client.go +++ b/clients/githubrepo/client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/contributors.go b/clients/githubrepo/contributors.go index 7b25adce8c5..796b4675ac8 100644 --- a/clients/githubrepo/contributors.go +++ b/clients/githubrepo/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/copy.go b/clients/githubrepo/copy.go index 9148a856036..af6864e9654 100644 --- a/clients/githubrepo/copy.go +++ b/clients/githubrepo/copy.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/githubrepo_suite_test.go b/clients/githubrepo/githubrepo_suite_test.go index 1fbb72b42f2..edc1dd33afa 100644 --- a/clients/githubrepo/githubrepo_suite_test.go +++ b/clients/githubrepo/githubrepo_suite_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/graphql.go b/clients/githubrepo/graphql.go index 7b0477ddbbe..283865db0eb 100644 --- a/clients/githubrepo/graphql.go +++ b/clients/githubrepo/graphql.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/graphql_e2e_test.go b/clients/githubrepo/graphql_e2e_test.go index a47d6531f3d..9eb860ac183 100644 --- a/clients/githubrepo/graphql_e2e_test.go +++ b/clients/githubrepo/graphql_e2e_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/languages.go b/clients/githubrepo/languages.go index a58f219c33d..fb4feeff3d7 100644 --- a/clients/githubrepo/languages.go +++ b/clients/githubrepo/languages.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/licenses.go b/clients/githubrepo/licenses.go index b0f6763cb3e..df812f34596 100644 --- a/clients/githubrepo/licenses.go +++ b/clients/githubrepo/licenses.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/releases.go b/clients/githubrepo/releases.go index ab9bef8b268..80b8280b9b6 100644 --- a/clients/githubrepo/releases.go +++ b/clients/githubrepo/releases.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/repo.go b/clients/githubrepo/repo.go index 693ca7eccf7..f0f24da28b8 100644 --- a/clients/githubrepo/repo.go +++ b/clients/githubrepo/repo.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/clients/githubrepo/repo_test.go b/clients/githubrepo/repo_test.go index dc9ed65e691..85a507d2c7c 100644 --- a/clients/githubrepo/repo_test.go +++ b/clients/githubrepo/repo_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/clients/githubrepo/roundtripper/census.go b/clients/githubrepo/roundtripper/census.go index 11c8fb26824..28fb65e439b 100644 --- a/clients/githubrepo/roundtripper/census.go +++ b/clients/githubrepo/roundtripper/census.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/clients/githubrepo/roundtripper/rate_limit.go b/clients/githubrepo/roundtripper/rate_limit.go index 8fb55af3f4b..60878f0c316 100644 --- a/clients/githubrepo/roundtripper/rate_limit.go +++ b/clients/githubrepo/roundtripper/rate_limit.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/clients/githubrepo/roundtripper/roundtripper.go b/clients/githubrepo/roundtripper/roundtripper.go index bcc1c1580e1..5a6752f4e53 100644 --- a/clients/githubrepo/roundtripper/roundtripper.go +++ b/clients/githubrepo/roundtripper/roundtripper.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/clients/githubrepo/roundtripper/tokens/accessor.go b/clients/githubrepo/roundtripper/tokens/accessor.go index 903e0fcb851..12f86ec734b 100644 --- a/clients/githubrepo/roundtripper/tokens/accessor.go +++ b/clients/githubrepo/roundtripper/tokens/accessor.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/roundtripper/tokens/round_robin.go b/clients/githubrepo/roundtripper/tokens/round_robin.go index d90e9b81e39..32c7d85b70b 100644 --- a/clients/githubrepo/roundtripper/tokens/round_robin.go +++ b/clients/githubrepo/roundtripper/tokens/round_robin.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/roundtripper/tokens/rpc.go b/clients/githubrepo/roundtripper/tokens/rpc.go index 055aaaa4e30..a1ef990e714 100644 --- a/clients/githubrepo/roundtripper/tokens/rpc.go +++ b/clients/githubrepo/roundtripper/tokens/rpc.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/roundtripper/tokens/rpc_client.go b/clients/githubrepo/roundtripper/tokens/rpc_client.go index 6fe30f4c9f5..3af82406253 100644 --- a/clients/githubrepo/roundtripper/tokens/rpc_client.go +++ b/clients/githubrepo/roundtripper/tokens/rpc_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/roundtripper/tokens/server/Dockerfile b/clients/githubrepo/roundtripper/tokens/server/Dockerfile index a0e71ff3e83..968dd6a3c8e 100644 --- a/clients/githubrepo/roundtripper/tokens/server/Dockerfile +++ b/clients/githubrepo/roundtripper/tokens/server/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml b/clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml index 606fa70774d..2de35aeaf22 100644 --- a/clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml +++ b/clients/githubrepo/roundtripper/tokens/server/cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/clients/githubrepo/roundtripper/tokens/server/main.go b/clients/githubrepo/roundtripper/tokens/server/main.go index 178fa57967a..3a06bf56047 100644 --- a/clients/githubrepo/roundtripper/tokens/server/main.go +++ b/clients/githubrepo/roundtripper/tokens/server/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/roundtripper/transport.go b/clients/githubrepo/roundtripper/transport.go index 51e947428d4..a9824edc2fe 100644 --- a/clients/githubrepo/roundtripper/transport.go +++ b/clients/githubrepo/roundtripper/transport.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/search.go b/clients/githubrepo/search.go index bf766424beb..52601e62378 100644 --- a/clients/githubrepo/search.go +++ b/clients/githubrepo/search.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/searchCommits.go b/clients/githubrepo/searchCommits.go index 4fd8baf3330..36a2e589ec0 100644 --- a/clients/githubrepo/searchCommits.go +++ b/clients/githubrepo/searchCommits.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/githubrepo/searchCommits_test.go b/clients/githubrepo/searchCommits_test.go index f649d1984a8..2263651f5eb 100644 --- a/clients/githubrepo/searchCommits_test.go +++ b/clients/githubrepo/searchCommits_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/githubrepo/search_test.go b/clients/githubrepo/search_test.go index d7c41782b1b..15c21334aae 100644 --- a/clients/githubrepo/search_test.go +++ b/clients/githubrepo/search_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/stats/stats.go b/clients/githubrepo/stats/stats.go index 304b8d98954..e320c910478 100644 --- a/clients/githubrepo/stats/stats.go +++ b/clients/githubrepo/stats/stats.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/statuses.go b/clients/githubrepo/statuses.go index c5907264fb2..493f0d98b3f 100644 --- a/clients/githubrepo/statuses.go +++ b/clients/githubrepo/statuses.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/tarball.go b/clients/githubrepo/tarball.go index 55505f4284e..e72ff69c305 100644 --- a/clients/githubrepo/tarball.go +++ b/clients/githubrepo/tarball.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/tarball_test.go b/clients/githubrepo/tarball_test.go index be13c1866f6..f99b5ee7de3 100644 --- a/clients/githubrepo/tarball_test.go +++ b/clients/githubrepo/tarball_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/githubrepo/webhook.go b/clients/githubrepo/webhook.go index a3a320123c6..549032ac32d 100644 --- a/clients/githubrepo/webhook.go +++ b/clients/githubrepo/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/githubrepo/workflows.go b/clients/githubrepo/workflows.go index 7c53a5668bb..470f7459ee9 100644 --- a/clients/githubrepo/workflows.go +++ b/clients/githubrepo/workflows.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/gitlabrepo/branches.go b/clients/gitlabrepo/branches.go index b4d4e41eb4f..7ca6189cc98 100644 --- a/clients/gitlabrepo/branches.go +++ b/clients/gitlabrepo/branches.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/checkruns.go b/clients/gitlabrepo/checkruns.go index 436cbbd1f4a..a666dd03a26 100644 --- a/clients/gitlabrepo/checkruns.go +++ b/clients/gitlabrepo/checkruns.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/client.go b/clients/gitlabrepo/client.go index 10fb9e23312..8597afea30d 100644 --- a/clients/gitlabrepo/client.go +++ b/clients/gitlabrepo/client.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/commits.go b/clients/gitlabrepo/commits.go index 9fcabe06580..505e932588c 100644 --- a/clients/gitlabrepo/commits.go +++ b/clients/gitlabrepo/commits.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/contributors.go b/clients/gitlabrepo/contributors.go index d212f9f2db2..e695e35d8b2 100644 --- a/clients/gitlabrepo/contributors.go +++ b/clients/gitlabrepo/contributors.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/issues.go b/clients/gitlabrepo/issues.go index 04a1410cafa..d47b2b3af08 100644 --- a/clients/gitlabrepo/issues.go +++ b/clients/gitlabrepo/issues.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/languages.go b/clients/gitlabrepo/languages.go index 1d1982c8478..1346fabe012 100644 --- a/clients/gitlabrepo/languages.go +++ b/clients/gitlabrepo/languages.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/licenses.go b/clients/gitlabrepo/licenses.go index 7026c4fb4ec..ec011c5048e 100644 --- a/clients/gitlabrepo/licenses.go +++ b/clients/gitlabrepo/licenses.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/project.go b/clients/gitlabrepo/project.go index d386d70416e..595f83a5224 100644 --- a/clients/gitlabrepo/project.go +++ b/clients/gitlabrepo/project.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/releases.go b/clients/gitlabrepo/releases.go index 8324fc3c9bd..016af359d86 100644 --- a/clients/gitlabrepo/releases.go +++ b/clients/gitlabrepo/releases.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/repo.go b/clients/gitlabrepo/repo.go index 3a1600f311e..df97ae925ab 100644 --- a/clients/gitlabrepo/repo.go +++ b/clients/gitlabrepo/repo.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/repo_test.go b/clients/gitlabrepo/repo_test.go index d6e13e27f6a..6892bfb5f03 100644 --- a/clients/gitlabrepo/repo_test.go +++ b/clients/gitlabrepo/repo_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/search.go b/clients/gitlabrepo/search.go index f18ae2b488a..cb1a2f5cbf1 100644 --- a/clients/gitlabrepo/search.go +++ b/clients/gitlabrepo/search.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/searchCommits.go b/clients/gitlabrepo/searchCommits.go index de1b846246d..1fa1ea9f727 100644 --- a/clients/gitlabrepo/searchCommits.go +++ b/clients/gitlabrepo/searchCommits.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/searchCommits_test.go b/clients/gitlabrepo/searchCommits_test.go index cceef167efe..a509d62543e 100644 --- a/clients/gitlabrepo/searchCommits_test.go +++ b/clients/gitlabrepo/searchCommits_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/search_test.go b/clients/gitlabrepo/search_test.go index a198e8d5455..2cd7e65edca 100644 --- a/clients/gitlabrepo/search_test.go +++ b/clients/gitlabrepo/search_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/statuses.go b/clients/gitlabrepo/statuses.go index 184e62b936c..bce2e198dde 100644 --- a/clients/gitlabrepo/statuses.go +++ b/clients/gitlabrepo/statuses.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/webhook.go b/clients/gitlabrepo/webhook.go index d7aba2cabea..2d2970fd678 100644 --- a/clients/gitlabrepo/webhook.go +++ b/clients/gitlabrepo/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/gitlabrepo/workflows.go b/clients/gitlabrepo/workflows.go index 3739043f4f3..e90ef5e86d0 100644 --- a/clients/gitlabrepo/workflows.go +++ b/clients/gitlabrepo/workflows.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/issue.go b/clients/issue.go index ef687a31295..5ca6e0ba941 100644 --- a/clients/issue.go +++ b/clients/issue.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/languages.go b/clients/languages.go index 417c67084c9..c9778b04648 100644 --- a/clients/languages.go +++ b/clients/languages.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/licenses.go b/clients/licenses.go index 7f2e6ed89cf..72d00c4e185 100644 --- a/clients/licenses.go +++ b/clients/licenses.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/localdir/client.go b/clients/localdir/client.go index 67c6e5f0571..092541f9673 100644 --- a/clients/localdir/client.go +++ b/clients/localdir/client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/localdir/client_test.go b/clients/localdir/client_test.go index 53a28220bb0..c11db84c296 100644 --- a/clients/localdir/client_test.go +++ b/clients/localdir/client_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/clients/localdir/repo.go b/clients/localdir/repo.go index 07a73158b41..01dfaf6a531 100644 --- a/clients/localdir/repo.go +++ b/clients/localdir/repo.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/mockclients/cii_client.go b/clients/mockclients/cii_client.go index c1f6b5b8001..21cabcedfe6 100644 --- a/clients/mockclients/cii_client.go +++ b/clients/mockclients/cii_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/mockclients/license.txt b/clients/mockclients/license.txt index dbaea1cd47d..c7a103a0d90 100644 --- a/clients/mockclients/license.txt +++ b/clients/mockclients/license.txt @@ -1,4 +1,4 @@ -Copyright 2021 Security Scorecard Authors +Copyright 2021 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/clients/mockclients/repo.go b/clients/mockclients/repo.go index ad1dac165d7..5a5c1e0ba27 100644 --- a/clients/mockclients/repo.go +++ b/clients/mockclients/repo.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/mockclients/repo_client.go b/clients/mockclients/repo_client.go index aa02caa16b3..3c3d7f5d605 100644 --- a/clients/mockclients/repo_client.go +++ b/clients/mockclients/repo_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/mockclients/vulnerabilities.go b/clients/mockclients/vulnerabilities.go index 7f7c53f23db..de94e4fa712 100644 --- a/clients/mockclients/vulnerabilities.go +++ b/clients/mockclients/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/osv.go b/clients/osv.go index 486001702e1..32b60b2ba8e 100644 --- a/clients/osv.go +++ b/clients/osv.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/pull_request.go b/clients/pull_request.go index 2905e2487c9..f36d3ce832b 100644 --- a/clients/pull_request.go +++ b/clients/pull_request.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/release.go b/clients/release.go index c0e1c018749..32d47a0f2ec 100644 --- a/clients/release.go +++ b/clients/release.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/repo.go b/clients/repo.go index 36c56826441..eac20dd0683 100644 --- a/clients/repo.go +++ b/clients/repo.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/repo_client.go b/clients/repo_client.go index 025c8c39c3f..62b8fd770a8 100644 --- a/clients/repo_client.go +++ b/clients/repo_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/search.go b/clients/search.go index 349b9f79ab4..6e707fb3651 100644 --- a/clients/search.go +++ b/clients/search.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/statuses.go b/clients/statuses.go index 21f5e896e02..6bc739a8871 100644 --- a/clients/statuses.go +++ b/clients/statuses.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/user.go b/clients/user.go index 70e360b1bcb..60166f270d9 100644 --- a/clients/user.go +++ b/clients/user.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/vulnerabilities.go b/clients/vulnerabilities.go index 9c0b0b2012d..61de35f668b 100644 --- a/clients/vulnerabilities.go +++ b/clients/vulnerabilities.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/clients/webhook.go b/clients/webhook.go index 0b3f464dbef..1269db56a93 100644 --- a/clients/webhook.go +++ b/clients/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/clients/workflows.go b/clients/workflows.go index 02e5cbe58de..1e64464f8cd 100644 --- a/clients/workflows.go +++ b/clients/workflows.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cloudbuild/scorecard-tag.yaml b/cloudbuild/scorecard-tag.yaml index c1c99b7b455..7d54700e172 100644 --- a/cloudbuild/scorecard-tag.yaml +++ b/cloudbuild/scorecard-tag.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cloudbuild/scorecard.yaml b/cloudbuild/scorecard.yaml index 25a4353fc81..0303b580b66 100644 --- a/cloudbuild/scorecard.yaml +++ b/cloudbuild/scorecard.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cmd/package_managers.go b/cmd/package_managers.go index 3ec0188a2c6..a18ecbd25a8 100644 --- a/cmd/package_managers.go +++ b/cmd/package_managers.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/cmd/package_managers_test.go b/cmd/package_managers_test.go index 1aedc6cabcc..b4e398109f4 100644 --- a/cmd/package_managers_test.go +++ b/cmd/package_managers_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/cmd/packagemanager_client.go b/cmd/packagemanager_client.go index cf9b591975d..f453d22cfd0 100644 --- a/cmd/packagemanager_client.go +++ b/cmd/packagemanager_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cmd/packagemanager_mockclient.go b/cmd/packagemanager_mockclient.go index 11b7a14599c..40cc49d369f 100644 --- a/cmd/packagemanager_mockclient.go +++ b/cmd/packagemanager_mockclient.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cmd/root.go b/cmd/root.go index 079fa38bb7e..2cce7bc9ef5 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/cmd/serve.go b/cmd/serve.go index 2ad8419eb93..412db075ca5 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/codeql.js b/codeql.js index 0b00d81f8f7..e2e81c3f5a1 100644 --- a/codeql.js +++ b/codeql.js @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/cloudbuild/cii.yaml b/cron/cloudbuild/cii.yaml index c3c2856f572..02fed0febfc 100644 --- a/cron/cloudbuild/cii.yaml +++ b/cron/cloudbuild/cii.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/cloudbuild/controller.yaml b/cron/cloudbuild/controller.yaml index a7db912eafc..ff9b3b685a6 100644 --- a/cron/cloudbuild/controller.yaml +++ b/cron/cloudbuild/controller.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/cloudbuild/transfer.yaml b/cron/cloudbuild/transfer.yaml index e370777ef3e..74d795272ea 100644 --- a/cron/cloudbuild/transfer.yaml +++ b/cron/cloudbuild/transfer.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/cloudbuild/webhook.release.yaml b/cron/cloudbuild/webhook.release.yaml index 4d44834831b..1d52a705608 100644 --- a/cron/cloudbuild/webhook.release.yaml +++ b/cron/cloudbuild/webhook.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/cloudbuild/worker.yaml b/cron/cloudbuild/worker.yaml index e1663203a48..288b82383da 100644 --- a/cron/cloudbuild/worker.yaml +++ b/cron/cloudbuild/worker.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/config/config.go b/cron/config/config.go index e913cef61fd..a8bfb2f74b7 100644 --- a/cron/config/config.go +++ b/cron/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/config/config.yaml b/cron/config/config.yaml index 7d279ca8ef3..27e7d2643f0 100644 --- a/cron/config/config.yaml +++ b/cron/config/config.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/config/config_test.go b/cron/config/config_test.go index 397fd6eb822..82e607f3123 100644 --- a/cron/config/config_test.go +++ b/cron/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/config/testdata/basic.yaml b/cron/config/testdata/basic.yaml index 7f902f54ad6..cc3151e513f 100644 --- a/cron/config/testdata/basic.yaml +++ b/cron/config/testdata/basic.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/config/testdata/missing_field.yaml b/cron/config/testdata/missing_field.yaml index 7f902f54ad6..cc3151e513f 100644 --- a/cron/config/testdata/missing_field.yaml +++ b/cron/config/testdata/missing_field.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/config/testdata/optional_maps.yaml b/cron/config/testdata/optional_maps.yaml index 865df1c1a40..e10772e8d9a 100644 --- a/cron/config/testdata/optional_maps.yaml +++ b/cron/config/testdata/optional_maps.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Security 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/cron/data/blob.go b/cron/data/blob.go index 94097f57621..133030c4946 100644 --- a/cron/data/blob.go +++ b/cron/data/blob.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/blob_test.go b/cron/data/blob_test.go index 2c2121a5c50..07708ebc77a 100644 --- a/cron/data/blob_test.go +++ b/cron/data/blob_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/format.go b/cron/data/format.go index 9cf43c9eb72..11b4800682f 100644 --- a/cron/data/format.go +++ b/cron/data/format.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/format_test.go b/cron/data/format_test.go index 5e7a3267d27..de96d189f60 100644 --- a/cron/data/format_test.go +++ b/cron/data/format_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/iterator.go b/cron/data/iterator.go index c6bf93407b7..00d61ee358f 100644 --- a/cron/data/iterator.go +++ b/cron/data/iterator.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/iterator_test.go b/cron/data/iterator_test.go index e39d5adfbdd..8091d615022 100644 --- a/cron/data/iterator_test.go +++ b/cron/data/iterator_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/metadata.pb.go b/cron/data/metadata.pb.go index 938deaae53f..2bd2942569f 100644 --- a/cron/data/metadata.pb.go +++ b/cron/data/metadata.pb.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/metadata.proto b/cron/data/metadata.proto index 38caf1e1c52..28ee8ec1d1b 100644 --- a/cron/data/metadata.proto +++ b/cron/data/metadata.proto @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/request.pb.go b/cron/data/request.pb.go index 175572a82b8..a5732ee1caf 100644 --- a/cron/data/request.pb.go +++ b/cron/data/request.pb.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/request.proto b/cron/data/request.proto index ac3718ec879..674c1a37adc 100644 --- a/cron/data/request.proto +++ b/cron/data/request.proto @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/summary.go b/cron/data/summary.go index 056cec8edd1..bacbcd3a58a 100644 --- a/cron/data/summary.go +++ b/cron/data/summary.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/summary_test.go b/cron/data/summary_test.go index 6cd2f91e293..50bb8b2fd4c 100644 --- a/cron/data/summary_test.go +++ b/cron/data/summary_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/cron/data/writer.go b/cron/data/writer.go index e079282e42e..fec1d403366 100644 --- a/cron/data/writer.go +++ b/cron/data/writer.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/data/writer_test.go b/cron/data/writer_test.go index 1decf3a224e..f847d12eea3 100644 --- a/cron/data/writer_test.go +++ b/cron/data/writer_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/bq/Dockerfile b/cron/internal/bq/Dockerfile index cc7f6152682..a67920a2d26 100644 --- a/cron/internal/bq/Dockerfile +++ b/cron/internal/bq/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/internal/bq/main.go b/cron/internal/bq/main.go index e36ae726e66..efb3ad10d31 100644 --- a/cron/internal/bq/main.go +++ b/cron/internal/bq/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/bq/transfer.go b/cron/internal/bq/transfer.go index 0091141540a..cf61244bd10 100644 --- a/cron/internal/bq/transfer.go +++ b/cron/internal/bq/transfer.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/cii/Dockerfile b/cron/internal/cii/Dockerfile index eea74114c12..44c5f1b3692 100644 --- a/cron/internal/cii/Dockerfile +++ b/cron/internal/cii/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/internal/cii/main.go b/cron/internal/cii/main.go index cece18af447..53cea8a3acc 100644 --- a/cron/internal/cii/main.go +++ b/cron/internal/cii/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/controller/Dockerfile b/cron/internal/controller/Dockerfile index 3bf27f4ed64..9dd74ffa638 100644 --- a/cron/internal/controller/Dockerfile +++ b/cron/internal/controller/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/internal/controller/bucket.go b/cron/internal/controller/bucket.go index 0cf7bbfdf80..ddd9b9a5d8c 100644 --- a/cron/internal/controller/bucket.go +++ b/cron/internal/controller/bucket.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/cron/internal/controller/bucket_test.go b/cron/internal/controller/bucket_test.go index 38e78b419e9..a3eb695b1b1 100644 --- a/cron/internal/controller/bucket_test.go +++ b/cron/internal/controller/bucket_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/cron/internal/controller/main.go b/cron/internal/controller/main.go index 8030e2d4f33..cc66ba805d2 100644 --- a/cron/internal/controller/main.go +++ b/cron/internal/controller/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/data/add/main.go b/cron/internal/data/add/main.go index d214ef1b9fe..b663f77bd58 100644 --- a/cron/internal/data/add/main.go +++ b/cron/internal/data/add/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/data/add/main_test.go b/cron/internal/data/add/main_test.go index 27a9c04291a..78bcc683b7f 100644 --- a/cron/internal/data/add/main_test.go +++ b/cron/internal/data/add/main_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/data/update/dependency.go b/cron/internal/data/update/dependency.go index 8f1e13b3cfc..fde69bac255 100644 --- a/cron/internal/data/update/dependency.go +++ b/cron/internal/data/update/dependency.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/data/update/main.go b/cron/internal/data/update/main.go index d3d9f49e492..e1d03b592b7 100644 --- a/cron/internal/data/update/main.go +++ b/cron/internal/data/update/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/data/validate/main.go b/cron/internal/data/validate/main.go index aeb8141badc..96c10d56dc8 100644 --- a/cron/internal/data/validate/main.go +++ b/cron/internal/data/validate/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/format/json.go b/cron/internal/format/json.go index 8b5a8801a17..b07f24390e8 100644 --- a/cron/internal/format/json.go +++ b/cron/internal/format/json.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/format/json_raw_results.go b/cron/internal/format/json_raw_results.go index f5682c4309c..1a2d6e64331 100644 --- a/cron/internal/format/json_raw_results.go +++ b/cron/internal/format/json_raw_results.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/cron/internal/format/json_raw_results_test.go b/cron/internal/format/json_raw_results_test.go index 1714cd87745..9b7c9bbd210 100644 --- a/cron/internal/format/json_raw_results_test.go +++ b/cron/internal/format/json_raw_results_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/cron/internal/format/json_test.go b/cron/internal/format/json_test.go index 90186053657..4236753fb76 100644 --- a/cron/internal/format/json_test.go +++ b/cron/internal/format/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/format/mock_doc.go b/cron/internal/format/mock_doc.go index 13b95dd85ea..782d3fbc81b 100644 --- a/cron/internal/format/mock_doc.go +++ b/cron/internal/format/mock_doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/format/schema_gen.go b/cron/internal/format/schema_gen.go index 2a33b0702d6..5e7c046c872 100644 --- a/cron/internal/format/schema_gen.go +++ b/cron/internal/format/schema_gen.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/format/schema_gen_test.go b/cron/internal/format/schema_gen_test.go index 3ca8970af9d..f267b0182ae 100644 --- a/cron/internal/format/schema_gen_test.go +++ b/cron/internal/format/schema_gen_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/pubsub/publisher.go b/cron/internal/pubsub/publisher.go index 6310e166ef9..5adf752fd8c 100644 --- a/cron/internal/pubsub/publisher.go +++ b/cron/internal/pubsub/publisher.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/pubsub/publisher_test.go b/cron/internal/pubsub/publisher_test.go index 3f09815756a..8e53f1f8c57 100644 --- a/cron/internal/pubsub/publisher_test.go +++ b/cron/internal/pubsub/publisher_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/pubsub/subscriber.go b/cron/internal/pubsub/subscriber.go index 86ecff60d9a..3dba81f102a 100644 --- a/cron/internal/pubsub/subscriber.go +++ b/cron/internal/pubsub/subscriber.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/pubsub/subscriber_gcs.go b/cron/internal/pubsub/subscriber_gcs.go index b9373e1b467..a160c596b16 100644 --- a/cron/internal/pubsub/subscriber_gcs.go +++ b/cron/internal/pubsub/subscriber_gcs.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/pubsub/subscriber_gocloud.go b/cron/internal/pubsub/subscriber_gocloud.go index faaf7ca6d89..fcf1699a319 100644 --- a/cron/internal/pubsub/subscriber_gocloud.go +++ b/cron/internal/pubsub/subscriber_gocloud.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/pubsub/subscriber_gocloud_test.go b/cron/internal/pubsub/subscriber_gocloud_test.go index 88ab12888d0..92d23c2ac7a 100644 --- a/cron/internal/pubsub/subscriber_gocloud_test.go +++ b/cron/internal/pubsub/subscriber_gocloud_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/shuffle/main.go b/cron/internal/shuffle/main.go index 805b0c189d7..e04a10da6a0 100644 --- a/cron/internal/shuffle/main.go +++ b/cron/internal/shuffle/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/webhook/Dockerfile b/cron/internal/webhook/Dockerfile index ca8e1cedddb..3251717bfe5 100644 --- a/cron/internal/webhook/Dockerfile +++ b/cron/internal/webhook/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/internal/webhook/main.go b/cron/internal/webhook/main.go index 42649a7f807..2324cd908d4 100644 --- a/cron/internal/webhook/main.go +++ b/cron/internal/webhook/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/internal/worker/Dockerfile b/cron/internal/worker/Dockerfile index 016faa5affa..7218b94042c 100644 --- a/cron/internal/worker/Dockerfile +++ b/cron/internal/worker/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/internal/worker/main.go b/cron/internal/worker/main.go index 1b8f0836ef1..f5555f1a2f1 100644 --- a/cron/internal/worker/main.go +++ b/cron/internal/worker/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/k8s/auth.yaml b/cron/k8s/auth.yaml index de9f828b5d7..a1da9537e88 100644 --- a/cron/k8s/auth.yaml +++ b/cron/k8s/auth.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/cii.yaml b/cron/k8s/cii.yaml index b9dcdb67a2c..8757131d63f 100644 --- a/cron/k8s/cii.yaml +++ b/cron/k8s/cii.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/controller.release.yaml b/cron/k8s/controller.release.yaml index 31963c15f2e..7cffad6b2fc 100644 --- a/cron/k8s/controller.release.yaml +++ b/cron/k8s/controller.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/controller.yaml b/cron/k8s/controller.yaml index 52d28564f0d..1944643fd12 100644 --- a/cron/k8s/controller.yaml +++ b/cron/k8s/controller.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/transfer-raw.yaml b/cron/k8s/transfer-raw.yaml index 17e4cd60f34..6b1f6b59d8c 100644 --- a/cron/k8s/transfer-raw.yaml +++ b/cron/k8s/transfer-raw.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/transfer.release-raw.yaml b/cron/k8s/transfer.release-raw.yaml index 0f9f458f8c1..2e12fdb091d 100644 --- a/cron/k8s/transfer.release-raw.yaml +++ b/cron/k8s/transfer.release-raw.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/transfer.release.yaml b/cron/k8s/transfer.release.yaml index 3e9493b3965..e1e4205e386 100644 --- a/cron/k8s/transfer.release.yaml +++ b/cron/k8s/transfer.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/transfer.yaml b/cron/k8s/transfer.yaml index 3a1c8905797..7991319ba23 100644 --- a/cron/k8s/transfer.yaml +++ b/cron/k8s/transfer.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/webhook.release.yaml b/cron/k8s/webhook.release.yaml index 7dc66901c06..8653c1bd251 100644 --- a/cron/k8s/webhook.release.yaml +++ b/cron/k8s/webhook.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/worker.release.yaml b/cron/k8s/worker.release.yaml index 2924ad3f490..dc445052a41 100644 --- a/cron/k8s/worker.release.yaml +++ b/cron/k8s/worker.release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/k8s/worker.yaml b/cron/k8s/worker.yaml index 30898a0c03c..9ffe36809e1 100644 --- a/cron/k8s/worker.yaml +++ b/cron/k8s/worker.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/cron/monitoring/exporter.go b/cron/monitoring/exporter.go index 84721d56525..91de039164e 100644 --- a/cron/monitoring/exporter.go +++ b/cron/monitoring/exporter.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/monitoring/printer.go b/cron/monitoring/printer.go index fdd8f7b7cb0..af6a0bff216 100644 --- a/cron/monitoring/printer.go +++ b/cron/monitoring/printer.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/cron/worker/worker.go b/cron/worker/worker.go index 71b57d4fcbf..a1720778242 100644 --- a/cron/worker/worker.go +++ b/cron/worker/worker.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/cron/worker/worker_test.go b/cron/worker/worker_test.go index cbe7451f207..d1b04f7d396 100644 --- a/cron/worker/worker_test.go +++ b/cron/worker/worker_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/dependencydiff/dependencydiff.go b/dependencydiff/dependencydiff.go index c8096edbdb4..ed0f9774092 100644 --- a/dependencydiff/dependencydiff.go +++ b/dependencydiff/dependencydiff.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/dependencydiff/dependencydiff_test.go b/dependencydiff/dependencydiff_test.go index f344fd90346..07d38043c17 100644 --- a/dependencydiff/dependencydiff_test.go +++ b/dependencydiff/dependencydiff_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/dependencydiff/errors.go b/dependencydiff/errors.go index ae88388a2f2..72b57f56794 100644 --- a/dependencydiff/errors.go +++ b/dependencydiff/errors.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/dependencydiff/mapping.go b/dependencydiff/mapping.go index b1f4b60f6e3..285fd88173d 100644 --- a/dependencydiff/mapping.go +++ b/dependencydiff/mapping.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/dependencydiff/raw_dependencies.go b/dependencydiff/raw_dependencies.go index ce6d594a24c..2f753687c6e 100644 --- a/dependencydiff/raw_dependencies.go +++ b/dependencydiff/raw_dependencies.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/docs/checks/doc.go b/docs/checks/doc.go index 14961bac72e..7ad27ec2ab3 100644 --- a/docs/checks/doc.go +++ b/docs/checks/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/docs/checks/impl.go b/docs/checks/impl.go index b41fcb09879..b65d9620b76 100644 --- a/docs/checks/impl.go +++ b/docs/checks/impl.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/docs/checks/internal/checks.yaml b/docs/checks/internal/checks.yaml index bb4188a547b..e2e893b460f 100644 --- a/docs/checks/internal/checks.yaml +++ b/docs/checks/internal/checks.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/docs/checks/internal/generate/main.go b/docs/checks/internal/generate/main.go index 0d3cd72a3db..21604eaa17b 100644 --- a/docs/checks/internal/generate/main.go +++ b/docs/checks/internal/generate/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/docs/checks/internal/reader.go b/docs/checks/internal/reader.go index 4f262fa1fdf..0724d3414dd 100644 --- a/docs/checks/internal/reader.go +++ b/docs/checks/internal/reader.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/docs/checks/internal/validate/main.go b/docs/checks/internal/validate/main.go index 830a561091b..3f77ec20c4e 100644 --- a/docs/checks/internal/validate/main.go +++ b/docs/checks/internal/validate/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/e2e/binary_artifacts_test.go b/e2e/binary_artifacts_test.go index 0a3ef3b9138..b8577552f21 100644 --- a/e2e/binary_artifacts_test.go +++ b/e2e/binary_artifacts_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/branch_protection_test.go b/e2e/branch_protection_test.go index c1c45b1a74a..0fcaa5a6191 100644 --- a/e2e/branch_protection_test.go +++ b/e2e/branch_protection_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/ci_tests_test.go b/e2e/ci_tests_test.go index 83e5923b597..2c691914ed5 100644 --- a/e2e/ci_tests_test.go +++ b/e2e/ci_tests_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/cii_best_practices_test.go b/e2e/cii_best_practices_test.go index 1bd09cd396a..a15d7237a3a 100644 --- a/e2e/cii_best_practices_test.go +++ b/e2e/cii_best_practices_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/code_review_test.go b/e2e/code_review_test.go index fb923d2a405..b4aeee7225b 100644 --- a/e2e/code_review_test.go +++ b/e2e/code_review_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/contributors_test.go b/e2e/contributors_test.go index 2d02f6c83d8..92c6a789b65 100644 --- a/e2e/contributors_test.go +++ b/e2e/contributors_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/dangerous_workflow_test.go b/e2e/dangerous_workflow_test.go index e3b826e5002..ecdb21e0727 100644 --- a/e2e/dangerous_workflow_test.go +++ b/e2e/dangerous_workflow_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/dependency_update_tool_test.go b/e2e/dependency_update_tool_test.go index baf8686eafc..79f08131673 100644 --- a/e2e/dependency_update_tool_test.go +++ b/e2e/dependency_update_tool_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/dependencydiff_test.go b/e2e/dependencydiff_test.go index 98fed969238..5b0e1da69ea 100644 --- a/e2e/dependencydiff_test.go +++ b/e2e/dependencydiff_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/e2e_suite_test.go b/e2e/e2e_suite_test.go index 2581e274b40..d635af23b6a 100644 --- a/e2e/e2e_suite_test.go +++ b/e2e/e2e_suite_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/fuzzing_test.go b/e2e/fuzzing_test.go index 7f83d684a4d..d6f40ad1ae5 100644 --- a/e2e/fuzzing_test.go +++ b/e2e/fuzzing_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/license_test.go b/e2e/license_test.go index de6364c05a3..3081c866fbd 100644 --- a/e2e/license_test.go +++ b/e2e/license_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/maintained_test.go b/e2e/maintained_test.go index e4694d3c8b7..228f08823c8 100644 --- a/e2e/maintained_test.go +++ b/e2e/maintained_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/packaging_test.go b/e2e/packaging_test.go index 810d61e4962..197505660da 100644 --- a/e2e/packaging_test.go +++ b/e2e/packaging_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/permissions_test.go b/e2e/permissions_test.go index 66f04eb8422..348dccd8a70 100644 --- a/e2e/permissions_test.go +++ b/e2e/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/pinned_dependencies_test.go b/e2e/pinned_dependencies_test.go index 6b2e72bc4ae..ad6b05683e5 100644 --- a/e2e/pinned_dependencies_test.go +++ b/e2e/pinned_dependencies_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/sast_test.go b/e2e/sast_test.go index 40d0626230a..82c48546fa8 100644 --- a/e2e/sast_test.go +++ b/e2e/sast_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/security_policy_test.go b/e2e/security_policy_test.go index ec5bd21568e..0329de9519d 100644 --- a/e2e/security_policy_test.go +++ b/e2e/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/signedreleases_test.go b/e2e/signedreleases_test.go index 0f2ea85cd6d..3f6e88d308a 100644 --- a/e2e/signedreleases_test.go +++ b/e2e/signedreleases_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/e2e/vulnerabilities_test.go b/e2e/vulnerabilities_test.go index 1983a18a91d..31de6d4110d 100644 --- a/e2e/vulnerabilities_test.go +++ b/e2e/vulnerabilities_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/errors/internal.go b/errors/internal.go index 9412f875e82..b5fa989e24f 100644 --- a/errors/internal.go +++ b/errors/internal.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/errors/public.go b/errors/public.go index 0bb755c5da5..0e92e139406 100644 --- a/errors/public.go +++ b/errors/public.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/log/log.go b/log/log.go index aff02625d0c..368440c6ce5 100644 --- a/log/log.go +++ b/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/main.go b/main.go index 838fe937595..78224862cb5 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/options.go b/options/options.go index 25fafc0b212..b88788ca5ad 100644 --- a/options/options.go +++ b/options/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/options_test.go b/options/options_test.go index fc60b6a1429..b69d5c35e07 100644 --- a/options/options_test.go +++ b/options/options_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/pkg/common.go b/pkg/common.go index 4221c2af92d..83a92c71a81 100644 --- a/pkg/common.go +++ b/pkg/common.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/pkg/common_test.go b/pkg/common_test.go index 758dd59e1ec..aed018e30e6 100644 --- a/pkg/common_test.go +++ b/pkg/common_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/pkg/dependencydiff_result.go b/pkg/dependencydiff_result.go index c8608ef74b7..d0a7bd2ecfc 100644 --- a/pkg/dependencydiff_result.go +++ b/pkg/dependencydiff_result.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/pkg/json.go b/pkg/json.go index 0159ea4d024..610cde4ac58 100644 --- a/pkg/json.go +++ b/pkg/json.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/pkg/json_raw_results.go b/pkg/json_raw_results.go index 5ed0c4258e9..a9b2cb48e3d 100644 --- a/pkg/json_raw_results.go +++ b/pkg/json_raw_results.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/pkg/json_test.go b/pkg/json_test.go index 4649ed0552a..57c274590ff 100644 --- a/pkg/json_test.go +++ b/pkg/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/pkg/mock_doc.go b/pkg/mock_doc.go index 6bf4560d250..1baa2a8432c 100644 --- a/pkg/mock_doc.go +++ b/pkg/mock_doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/pkg/sarif.go b/pkg/sarif.go index 62ec42ee30d..9a183902ac5 100644 --- a/pkg/sarif.go +++ b/pkg/sarif.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/pkg/sarif_test.go b/pkg/sarif_test.go index 7350ec422b1..de87c496dab 100644 --- a/pkg/sarif_test.go +++ b/pkg/sarif_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/pkg/scorecard.go b/pkg/scorecard.go index e8ffb05cdb1..dbf7ef570c9 100644 --- a/pkg/scorecard.go +++ b/pkg/scorecard.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/pkg/scorecard_result.go b/pkg/scorecard_result.go index c1a0223b9a0..ebd506b0634 100644 --- a/pkg/scorecard_result.go +++ b/pkg/scorecard_result.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/pkg/scorecard_test.go b/pkg/scorecard_test.go index bd3a45f3d83..f2d47e2b314 100644 --- a/pkg/scorecard_test.go +++ b/pkg/scorecard_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/policy/policy.go b/policy/policy.go index 045a242f19a..68f46d4f598 100644 --- a/policy/policy.go +++ b/policy/policy.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/policy/policy.pb.go b/policy/policy.pb.go index c0c3a281170..4d73f360b87 100644 --- a/policy/policy.pb.go +++ b/policy/policy.pb.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/policy/policy.proto b/policy/policy.proto index cacdd02293c..9f2c63e9e74 100644 --- a/policy/policy.proto +++ b/policy/policy.proto @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/policy/policy_test.go b/policy/policy_test.go index 1fad0ad25bf..57290dd37d7 100644 --- a/policy/policy_test.go +++ b/policy/policy_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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/policy/testdata/policy-invalid-check.yaml b/policy/testdata/policy-invalid-check.yaml index 08d04e3eeba..85e154eb36c 100644 --- a/policy/testdata/policy-invalid-check.yaml +++ b/policy/testdata/policy-invalid-check.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-invalid-mode.yaml b/policy/testdata/policy-invalid-mode.yaml index 14c57ff6c45..b9f80566deb 100644 --- a/policy/testdata/policy-invalid-mode.yaml +++ b/policy/testdata/policy-invalid-mode.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-invalid-score-0.yaml b/policy/testdata/policy-invalid-score-0.yaml index ee5c2aaba39..b45d51c7ca9 100644 --- a/policy/testdata/policy-invalid-score-0.yaml +++ b/policy/testdata/policy-invalid-score-0.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-invalid-score-10.yaml b/policy/testdata/policy-invalid-score-10.yaml index cfa5b58dfe9..09284a613b8 100644 --- a/policy/testdata/policy-invalid-score-10.yaml +++ b/policy/testdata/policy-invalid-score-10.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-multiple-defs.yaml b/policy/testdata/policy-multiple-defs.yaml index ed3579961c0..2c0b32f3664 100644 --- a/policy/testdata/policy-multiple-defs.yaml +++ b/policy/testdata/policy-multiple-defs.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-no-score-disabled.yaml b/policy/testdata/policy-no-score-disabled.yaml index f4ba4377ad8..ae3f117d099 100644 --- a/policy/testdata/policy-no-score-disabled.yaml +++ b/policy/testdata/policy-no-score-disabled.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/policy/testdata/policy-ok.yaml b/policy/testdata/policy-ok.yaml index c793e41d5f8..fb5d236152f 100644 --- a/policy/testdata/policy-ok.yaml +++ b/policy/testdata/policy-ok.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 OpenSSF Scorecard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this exe except in compliance with the License. diff --git a/remediation/remediations.go b/remediation/remediations.go index 1a81100d20f..a507fd0b570 100644 --- a/remediation/remediations.go +++ b/remediation/remediations.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/remediation/remediations_test.go b/remediation/remediations_test.go index efdddf471cc..f39923f6f39 100644 --- a/remediation/remediations_test.go +++ b/remediation/remediations_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Security 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/scripts/version-ldflags b/scripts/version-ldflags old mode 100755 new mode 100644 index 6065e10ad67..d21ec1654c0 --- a/scripts/version-ldflags +++ b/scripts/version-ldflags @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2021 Security Scorecard Authors +# Copyright 2021 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/stats/measures.go b/stats/measures.go index 151772fc0e8..278d5fbf5a5 100644 --- a/stats/measures.go +++ b/stats/measures.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/stats/tags.go b/stats/tags.go index 0efb90b1f1e..bb4b0db34a5 100644 --- a/stats/tags.go +++ b/stats/tags.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/stats/views.go b/stats/views.go index ae48f0361df..949dd3e7ec7 100644 --- a/stats/views.go +++ b/stats/views.go @@ -1,4 +1,4 @@ -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/tools/tools.go b/tools/tools.go index ed280acec38..09108e535f6 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,7 +1,7 @@ //go:build tools // +build tools -// Copyright 2020 Security Scorecard Authors +// Copyright 2020 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/utests/utlib.go b/utests/utlib.go index 5cfabd34760..24b53a1457e 100644 --- a/utests/utlib.go +++ b/utests/utlib.go @@ -1,4 +1,4 @@ -// Copyright 2021 Security Scorecard Authors +// Copyright 2021 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.