1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-10 13:38:53 +01:00

Changing license featured on github.com

This flag controls which license is featured on github.com.
This commit is contained in:
Haacked 2013-07-15 13:51:09 -07:00
parent 51b7f0e401
commit fb5546db7f
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.