You've already forked library-registry
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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user