From 0375c35382f5eaf1af6f25532e298e318ea75480 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Wed, 17 Feb 2016 15:19:24 -0800 Subject: [PATCH] *gpl nicknames reflect GNU usage --- _licenses/agpl-3.0.txt | 4 ++-- _licenses/gpl-2.0.txt | 2 +- _licenses/gpl-3.0.txt | 2 +- _licenses/lgpl-2.1.txt | 2 +- _licenses/lgpl-3.0.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_licenses/agpl-3.0.txt b/_licenses/agpl-3.0.txt index 95754dc..845340a 100644 --- a/_licenses/agpl-3.0.txt +++ b/_licenses/agpl-3.0.txt @@ -1,12 +1,12 @@ --- title: GNU Affero General Public License v3.0 -nickname: GNU AGPL v3.0 +nickname: GNU AGPLv3 redirect_from: /licenses/agpl/ family: GNU GPL variant: true source: http://www.gnu.org/licenses/agpl-3.0.txt -description: "The GNU GPL family of licenses is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. The AGPL family of licenses is distinguished from GPLv2 and GPLv3 in that hosted services using the code are considered distribution and trigger the copyleft requirements." +description: "The GNU GPL family of licenses is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. GNU AGPLv3 is distinguished from GNU GPLv3 in that hosted services using the code are considered distribution and trigger the copyleft requirements." 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. diff --git a/_licenses/gpl-2.0.txt b/_licenses/gpl-2.0.txt index d4021a1..ec25a7f 100644 --- a/_licenses/gpl-2.0.txt +++ b/_licenses/gpl-2.0.txt @@ -1,6 +1,6 @@ --- title: GNU General Public License v2.0 -nickname: GNU GPL v2.0 +nickname: GNU GPLv2 redirect_from: /licenses/gpl-v2/ family: GNU GPL variant: true diff --git a/_licenses/gpl-3.0.txt b/_licenses/gpl-3.0.txt index bad6238..ce6bc43 100644 --- a/_licenses/gpl-3.0.txt +++ b/_licenses/gpl-3.0.txt @@ -1,6 +1,6 @@ --- title: GNU General Public License v3.0 -nickname: GNU GPL v3.0 +nickname: GNU GPLv3 redirect_from: /licenses/gpl-v3/ family: GNU GPL featured: true diff --git a/_licenses/lgpl-2.1.txt b/_licenses/lgpl-2.1.txt index ea6af8b..d268283 100644 --- a/_licenses/lgpl-2.1.txt +++ b/_licenses/lgpl-2.1.txt @@ -1,6 +1,6 @@ --- title: GNU Lesser General Public License v2.1 -nickname: GNU LGPL v2.1 +nickname: GNU LGPLv2.1 redirect_from: /licenses/lgpl-v2.1/ family: GNU LGPL variant: true diff --git a/_licenses/lgpl-3.0.txt b/_licenses/lgpl-3.0.txt index b510512..2a6be8b 100644 --- a/_licenses/lgpl-3.0.txt +++ b/_licenses/lgpl-3.0.txt @@ -1,6 +1,6 @@ --- title: GNU Lesser General Public License v3.0 -nickname: GNU LGPL v3.0 +nickname: GNU LGPLv3 redirect_from: /licenses/lgpl-v3/ family: GNU LGPL source: http://www.gnu.org/licenses/lgpl-3.0.txt