From fb5546db7fe2855269a8796f4eec4ea9f0589dea Mon Sep 17 00:00:00 2001 From: Haacked Date: Mon, 15 Jul 2013 13:51:09 -0700 Subject: [PATCH] Changing license featured on github.com This flag controls which license is featured on github.com. --- licenses/gpl-v2.txt | 2 ++ licenses/gpl-v3.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/licenses/gpl-v2.txt b/licenses/gpl-v2.txt index 3bc8d69..b5b9e2e 100644 --- a/licenses/gpl-v2.txt +++ b/licenses/gpl-v2.txt @@ -3,6 +3,8 @@ title: GPL v2 layout: license permalink: /licenses/gpl-v2/ +featured: true + 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. note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license. diff --git a/licenses/gpl-v3.txt b/licenses/gpl-v3.txt index 1c5cbfa..655b94d 100644 --- a/licenses/gpl-v3.txt +++ b/licenses/gpl-v3.txt @@ -3,8 +3,6 @@ title: GPL v3 layout: license permalink: /licenses/gpl-v3/ -featured: true - description: GPL 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. 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.