Skip to content

Commit 7a4cec2

Browse files
authored
Merge pull request #649 from vauxoo-dev/master-readme_licence_typo-luisg
gen-addon-readme: consistency between words "license" and "licence"
2 parents b89f767 + b5a0d85 commit 7a4cec2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/test_repo/__unported__/module3/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
1+
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
22
:target: https://www.gnu.org/licenses/agpl
33
:alt: License: AGPL-3
44

tests/test_repo/module1/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
1+
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
22
:target: https://www.gnu.org/licenses/agpl
33
:alt: License: AGPL-3
44

tests/test_repo/module2/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
1+
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
22
:target: https://www.gnu.org/licenses/agpl
33
:alt: License: AGPL-3
44

tools/gen_addon_readme.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ def __init__(self, level: int):
5151

5252
LICENSE_BADGES = {
5353
"AGPL-3": (
54-
"https://img.shields.io/badge/licence-AGPL--3-blue.png",
54+
"https://img.shields.io/badge/license-AGPL--3-blue.png",
5555
"http://www.gnu.org/licenses/agpl-3.0-standalone.html",
5656
"License: AGPL-3",
5757
),
5858
"LGPL-3": (
59-
"https://img.shields.io/badge/licence-LGPL--3-blue.png",
59+
"https://img.shields.io/badge/license-LGPL--3-blue.png",
6060
"http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
6161
"License: LGPL-3",
6262
),
6363
"GPL-3": (
64-
"https://img.shields.io/badge/licence-GPL--3-blue.png",
64+
"https://img.shields.io/badge/license-GPL--3-blue.png",
6565
"http://www.gnu.org/licenses/gpl-3.0-standalone.html",
6666
"License: GPL-3",
6767
),

0 commit comments

Comments
 (0)