From afd37f59249133464029280ddd9cfcf44845cb9b Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 12 Aug 2021 17:05:33 -0700 Subject: [PATCH] Fix formatting of license header comment text It looks like the formatting of the license header comments in Python files was corrupted at some point by the file being formatted as a different language (likely Go). --- .github/workflows/assets/validate-registry/tests/__init__.py | 2 +- .github/workflows/assets/validate-registry/tests/test_all.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assets/validate-registry/tests/__init__.py b/.github/workflows/assets/validate-registry/tests/__init__.py index 795888f6..c17f72d1 100644 --- a/.github/workflows/assets/validate-registry/tests/__init__.py +++ b/.github/workflows/assets/validate-registry/tests/__init__.py @@ -4,7 +4,7 @@ # # This software is released under the GNU General Public License version 3, # The terms of this license can be found at: -# https: // www.gnu.org/licenses/gpl-3.0.en.html +# https://www.gnu.org/licenses/gpl-3.0.en.html # # You can be released from the requirements of the above licenses by purchasing # a commercial license. Buying such a license is mandatory if you want to diff --git a/.github/workflows/assets/validate-registry/tests/test_all.py b/.github/workflows/assets/validate-registry/tests/test_all.py index c3c7b150..c6432b37 100644 --- a/.github/workflows/assets/validate-registry/tests/test_all.py +++ b/.github/workflows/assets/validate-registry/tests/test_all.py @@ -4,7 +4,7 @@ # # This software is released under the GNU General Public License version 3, # The terms of this license can be found at: -# https: // www.gnu.org/licenses/gpl-3.0.en.html +# https://www.gnu.org/licenses/gpl-3.0.en.html # # You can be released from the requirements of the above licenses by purchasing # a commercial license. Buying such a license is mandatory if you want to