diff --git a/summarize_test_results.py b/summarize_test_results.py index 059d72e..c386c64 100644 --- a/summarize_test_results.py +++ b/summarize_test_results.py @@ -1,5 +1,6 @@ # -# Copyright The CloudNativePG Contributors +# Copyright © contributors to CloudNativePG, established as +# CloudNativePG a Series of LF Projects, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,6 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# """Creates a summary of all the "strategy matrix" branches in GH actions that are running the E2E Test Suite. Produces a Markdown file which can be fed into diff --git a/test_summary.py b/test_summary.py index e56a106..4abc4f6 100644 --- a/test_summary.py +++ b/test_summary.py @@ -1,5 +1,6 @@ # -# Copyright The CloudNativePG Contributors +# Copyright © contributors to CloudNativePG, established as +# CloudNativePG a Series of LF Projects, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,6 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# import unittest import summarize_test_results