From 8e3f62f1e07041bbe177f99f6d1022c6d7e598fd Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sun, 21 Feb 2016 09:36:10 -0800 Subject: [PATCH] cleanup desc/how --- _licenses/cc-by-4.0.txt | 4 ++-- _licenses/cc-by-sa-4.0.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_licenses/cc-by-4.0.txt b/_licenses/cc-by-4.0.txt index f224e6d..2ab5acb 100644 --- a/_licenses/cc-by-4.0.txt +++ b/_licenses/cc-by-4.0.txt @@ -3,9 +3,9 @@ title: Creative Commons Attribution 4.0 nickname: CC-BY-4.0 source: https://creativecommons.org/licenses/by/4.0/legalcode.txt -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." +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. -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 ." +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. required: - include-copyright diff --git a/_licenses/cc-by-sa-4.0.txt b/_licenses/cc-by-sa-4.0.txt index 00e69b8..bcffc01 100644 --- a/_licenses/cc-by-sa-4.0.txt +++ b/_licenses/cc-by-sa-4.0.txt @@ -3,9 +3,9 @@ title: Creative Commons Attribution Share Alike 4.0 nickname: CC-BY-SA-4.0 source: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt -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." +description: Similar to CC-BY-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. -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 ." +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. required: - include-copyright