Add license sources where missing

This commit is contained in:
Andreas Renberg (IQAndreas) 2013-10-23 08:09:55 +02:00
Родитель 800d8bbdb8
Коммит dc58abef62
7 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,7 @@
title: GPL v2
layout: license
permalink: /licenses/gpl-v2/
source: http://www.gnu.org/licenses/gpl-2.0.txt
featured: true

Просмотреть файл

@ -2,6 +2,7 @@
title: GPL v3
layout: license
permalink: /licenses/gpl-v3/
source: http://www.gnu.org/licenses/gpl-3.0.txt
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.

Просмотреть файл

@ -2,6 +2,7 @@
layout: license
title: LGPL v2.1
permalink: /licenses/lgpl-v2.1/
source: http://www.gnu.org/licenses/lgpl-2.1.txt
description: Primarily used for software libraries, LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction.

Просмотреть файл

@ -2,6 +2,7 @@
layout: license
title: LGPL v3
permalink: /licenses/lgpl-v3/
source: http://www.gnu.org/licenses/lgpl-3.0.txt
description: Version 3 of the LGPL is an additional set of permissions to the <a href="/licenses/gpl-v3">GPL v3 license</a> that requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction.

Просмотреть файл

@ -2,6 +2,7 @@
layout: license
title: MIT License
permalink: /licenses/mit/
source: http://opensource.org/licenses/MIT
featured: true

Просмотреть файл

@ -2,6 +2,7 @@
layout: license
title: Mozilla Public License Version 2.0
permalink: /licenses/mozilla/
source: http://www.mozilla.org/MPL/2.0/
description: The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license.

Просмотреть файл

@ -5,6 +5,8 @@ class: license-types
title: Public Domain (Unlicense)
filename: UNLICENSE
source: http://unlicense.org/UNLICENSE
description: Because copyright is automatic in most countries, <a href="http://unlicense.org">the Unlicense</a> is a template to waive copyright interest in software you've written and dedicate it to the public domain. Use the Unlicense to opt out of copyright entirely. It also includes the no-warranty statement from the MIT/X11 license.
how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file.