Skip to content

Commit 8e3f62f

Browse files
committed
cleanup desc/how
1 parent c81c90b commit 8e3f62f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_licenses/cc-by-4.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Creative Commons Attribution 4.0
33
nickname: CC-BY-4.0
44
source: https://creativecommons.org/licenses/by/4.0/legalcode.txt
55

6-
description: "Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software."
6+
description: Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software.
77

8-
how: "Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to soley supply a link to a copy of the license, usually to the canonical URL for the license <https://creativecommons.org/licenses/by/4.0/>."
8+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by/4.0/'>canonical URL for the license</a>.
99

1010
required:
1111
- include-copyright

_licenses/cc-by-sa-4.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Creative Commons Attribution Share Alike 4.0
33
nickname: CC-BY-SA-4.0
44
source: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt
55

6-
description: "Similar to [CC-BY-4.0](/licenses/cc-by-sa-4.0/) but requires derivatives be distributed under the same license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software."
6+
description: Similar to <a href='/licenses/cc-by-sa-4.0/'>CC-BY-4.0</a> but requires derivatives be distributed under the same license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software.
77

8-
how: "Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to soley supply a link to a copy of the license, usually to the canonical URL for the license <https://creativecommons.org/licenses/by-sa/4.0/>."
8+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by-sa/4.0/'>canonical URL for the license</a>.
99

1010
required:
1111
- include-copyright

0 commit comments

Comments
 (0)