1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-29 14:01:15 +03:00

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).
This commit is contained in:
per1234
2021-08-12 17:05:33 -07:00
parent 4ebe9b7759
commit afd37f5924
2 changed files with 2 additions and 2 deletions

View File

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

View File

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