Skip to content

Commit

Permalink
Merge branch 'gh-pages' into spdx-license-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinksva authored Aug 27, 2018
2 parents b99eb5f + 92ce139 commit 054b45b
Show file tree
Hide file tree
Showing 42 changed files with 12 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
Exclude:
- _site/**/*
- vendor/**/*
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script: "./script/cibuild"
#environment
language: ruby
rvm:
- 2.4.2
- 2.5.1

addons:
apt:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc

* `title` - The license full name specified by https://spdx.org/licenses/
* `spdx-id` - Short identifier specified by https://spdx.org/licenses/
* `source` - The URL to the license source text
* `description` - A human-readable description of the license
* `how` - Instructions on how to implement the license
* `using` - A list of 3 notable projects using the license with straightforward LICENSE files which serve as examples newcomers can follow and that can be detected by [licensee](https://github.com/benbalter/licensee) in the form of `project_name: license_file_url`
Expand Down Expand Up @@ -98,4 +97,4 @@ The license properties (rules) are stored as a bulleted list within the licenses

## License

This comment was marked as off-topic.

Copy link
@Maciej93

The content of this project itself is licensed under the [Creative Commons Attribution 3.0 license](https://creativecommons.org/licenses/by/3.0/us/deed.en_US), and the underlying source code used to format and display that content is licensed under the [MIT license](https://opensource.org/licenses/mit-license.php).

This comment was marked as off-topic.

Copy link
@Maciej93
The content of this project itself is licensed under the [Creative Commons Attribution 3.0 Unported license](https://creativecommons.org/licenses/by/3.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](LICENSE.md).

This comment was marked as off-topic.

Copy link
@Maciej93
4 changes: 0 additions & 4 deletions _data/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
description: Short identifier specified by https://spdx.org/licenses/
required: true

- name: source
description: The URL to the license source text
required: true

- name: description
description: A human-readable description of the license
required: true
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3>How to apply this license</h3>

{% if page.source %}
<div class="source">
<a href="{{ page.source }}">
<a href="https://spdx.org/licenses/{{ page.spdx-id }}.html">
<span class="license-sprite"></span>
Source
</a>
Expand Down
1 change: 0 additions & 1 deletion _licenses/afl-3.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Academic Free License v3.0
spdx-id: AFL-3.0
source: https://opensource.org/licenses/afl-3.0

description: The Academic Free License is a variant of the Open Software License that does not require that the source code of derivative works be disclosed. It contains explicit copyright and patent grants and reserves trademark rights in the author.

Expand Down
1 change: 0 additions & 1 deletion _licenses/agpl-3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: GNU Affero General Public License v3.0
spdx-id: AGPL-3.0
nickname: GNU AGPLv3
redirect_from: /licenses/agpl/
source: https://www.gnu.org/licenses/agpl-3.0.txt
hidden: false

description: Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.
Expand Down
1 change: 0 additions & 1 deletion _licenses/apache-2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Apache License 2.0
spdx-id: Apache-2.0
redirect_from: /licenses/apache/
source: https://www.apache.org/licenses/LICENSE-2.0.html
featured: true
hidden: false

Expand Down
1 change: 0 additions & 1 deletion _licenses/artistic-2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Artistic License 2.0
spdx-id: Artistic-2.0
redirect_from: /licenses/artistic/
source: https://spdx.org/licenses/Artistic-2.0.html

description: Heavily favored by the Perl community, the Artistic license requires that modified versions of the software do not prevent users from running the standard version.

Expand Down
4 changes: 3 additions & 1 deletion _licenses/bsd-2-clause.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
title: BSD 2-Clause "Simplified" License
spdx-id: BSD-2-Clause
redirect_from: /licenses/bsd/
source: https://opensource.org/licenses/BSD-2-Clause
hidden: false

description: A permissive license that comes in two variants, the <a href="/licenses/bsd-2-clause/">BSD 2-Clause</a> and <a href="/licenses/bsd-3-clause/">BSD 3-Clause</a>. Both have very minute differences to the MIT 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. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.

using:
- go-redis: https://github.com/go-redis/redis/blob/master/LICENSE
- Homebrew: https://github.com/Homebrew/brew/blob/master/LICENSE.txt
- Pony: https://github.com/ponylang/ponyc/blob/master/LICENSE

permissions:
- commercial-use
Expand Down
1 change: 0 additions & 1 deletion _licenses/bsd-3-clause-clear.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: BSD 3-Clause Clear License
spdx-id: BSD-3-Clause-Clear
source: https://spdx.org/licenses/BSD-3-Clause-Clear.html

description: A variant of the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a> that explicitly does not grant any patent rights.

Expand Down
4 changes: 3 additions & 1 deletion _licenses/bsd-3-clause.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
title: BSD 3-Clause "New" or "Revised" License
spdx-id: BSD-3-Clause
source: https://opensource.org/licenses/BSD-3-Clause
hidden: false

description: A permissive license similar to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the project or its contributors to promote derived products without written consent.

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. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work.

using:
- d3: https://github.com/d3/d3/blob/master/LICENSE
- LevelDB: https://github.com/google/leveldb/blob/master/LICENSE
- Quill: https://github.com/quilljs/quill/blob/develop/LICENSE

permissions:
- commercial-use
Expand Down
1 change: 0 additions & 1 deletion _licenses/bsl-1.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Boost Software License 1.0
spdx-id: BSL-1.0
source: https://opensource.org/licenses/BSL-1.0

description: A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

Expand Down
1 change: 0 additions & 1 deletion _licenses/cc-by-4.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Creative Commons Attribution 4.0 International
spdx-id: 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.

Expand Down
1 change: 0 additions & 1 deletion _licenses/cc-by-sa-4.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Creative Commons Attribution Share Alike 4.0 International
spdx-id: CC-BY-SA-4.0
source: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt

description: Similar to <a href='/licenses/cc-by-4.0/'>CC-BY-4.0</a> but requires derivatives be distributed under the same or a similar, <a href="https://creativecommons.org/compatiblelicenses/">compatible</a> 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.

Expand Down
1 change: 0 additions & 1 deletion _licenses/cc0-1.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Creative Commons Zero v1.0 Universal
spdx-id: CC0-1.0
redirect_from: /licenses/cc0/
source: https://creativecommons.org/publicdomain/zero/1.0/

description: The <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.

Expand Down
1 change: 0 additions & 1 deletion _licenses/ecl-2.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Educational Community License v2.0
spdx-id: ECL-2.0
source: https://opensource.org/licenses/ECL-2.0

description: The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license.

Expand Down
1 change: 0 additions & 1 deletion _licenses/epl-1.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Eclipse Public License 1.0
spdx-id: EPL-1.0
source: https://www.eclipse.org/legal/epl-v10.html

description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones.

Expand Down
1 change: 0 additions & 1 deletion _licenses/epl-2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Eclipse Public License 2.0
spdx-id: EPL-2.0
redirect_from: /licenses/eclipse/
source: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
hidden: false

description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones.
Expand Down
1 change: 0 additions & 1 deletion _licenses/eupl-1.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: European Union Public License 1.1
spdx-id: EUPL-1.1
redirect_from: /licenses/eupl-v1.1/
source: https://joinup.ec.europa.eu/page/eupl-text-11-12

description: The “European Union Public Licence” (EUPL) is a copyleft free/open source software license created on the initiative of and approved by the European Commission in 22 official languages of the European Union.

Expand Down
1 change: 0 additions & 1 deletion _licenses/eupl-1.2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: European Union Public License 1.2
spdx-id: EUPL-1.2
source: https://eur-lex.europa.eu/legal-content/TXT/?uri=CELEX%3A32017D0863

description: The European Union Public Licence (EUPL) is a copyleft free/open source software license created on the initiative of and approved by the European Commission in 22 official languages of the European Union.

Expand Down
1 change: 0 additions & 1 deletion _licenses/gpl-2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: GNU General Public License v2.0
spdx-id: GPL-2.0
nickname: GNU GPLv2
redirect_from: /licenses/gpl-v2/
source: https://www.gnu.org/licenses/gpl-2.0.txt
hidden: false

description: The GNU 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. There are multiple variants of the GNU GPL, each with different requirements.
Expand Down
1 change: 0 additions & 1 deletion _licenses/gpl-3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: GNU General Public License v3.0
spdx-id: GPL-3.0
nickname: GNU GPLv3
redirect_from: /licenses/gpl-v3/
source: https://www.gnu.org/licenses/gpl-3.0.txt
featured: true
hidden: false

Expand Down
1 change: 0 additions & 1 deletion _licenses/isc.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: ISC License
spdx-id: ISC
source: https://opensource.org/licenses/isc-license

description: A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause</a> and <a href="/licenses/mit/">MIT</a> licenses, removing some language that is no longer necessary.

Expand Down
1 change: 0 additions & 1 deletion _licenses/lgpl-2.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: GNU Lesser General Public License v2.1
spdx-id: LGPL-2.1
nickname: GNU LGPLv2.1
redirect_from: /licenses/lgpl-v2.1/
source: https://www.gnu.org/licenses/lgpl-2.1.txt
hidden: false

description: Primarily used for software libraries, the GNU LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. There are two commonly used versions of the GNU LGPL.
Expand Down
1 change: 0 additions & 1 deletion _licenses/lgpl-3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: GNU Lesser General Public License v3.0
spdx-id: LGPL-3.0
nickname: GNU LGPLv3
redirect_from: /licenses/lgpl-v3/
source: https://www.gnu.org/licenses/lgpl-3.0.txt
hidden: false

description: Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.
Expand Down
1 change: 0 additions & 1 deletion _licenses/lppl-1.3c.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: LaTeX Project Public License v1.3c
spdx-id: LPPL-1.3c
source: https://latex-project.org/lppl/lppl-1-3c.html

description: The LaTeX Project Public License (LPPL) is the primary license under which the LaTeX kernel and the base LaTeX packages are distributed.

Expand Down
1 change: 0 additions & 1 deletion _licenses/mit.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: MIT License
spdx-id: MIT
source: https://opensource.org/licenses/MIT
featured: true
hidden: false

Expand Down
1 change: 0 additions & 1 deletion _licenses/mpl-2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Mozilla Public License 2.0
spdx-id: MPL-2.0
redirect_from: /licenses/mozilla/
source: https://www.mozilla.org/media/MPL/2.0/index.txt
hidden: false

description: Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.
Expand Down
1 change: 0 additions & 1 deletion _licenses/ms-pl.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Microsoft Public License
spdx-id: MS-PL
source: https://opensource.org/licenses/ms-pl

description: An open source license with a patent grant.

Expand Down
1 change: 0 additions & 1 deletion _licenses/ms-rl.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Microsoft Reciprocal License
spdx-id: MS-RL
source: https://opensource.org/licenses/ms-rl

description: An open source license with a patent grant similar to the <a href="/licenses/ms-pl/">Microsoft Public License</a>, with the additional condition that any source code for any derived file be provided under this license.

Expand Down
1 change: 0 additions & 1 deletion _licenses/ncsa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: University of Illinois/NCSA Open Source License
spdx-id: NCSA
nickname: UIUC/NCSA
source: https://opensource.org/licenses/NCSA

description: The University of Illinois/NCSA Open Source License, or UIUC license, is a permissive free software license, based on the <a href="/licenses/mit/">MIT/X11 license</a> and the <a href="/licenses/bsd-3-clause/">BSD 3-clause License</a>. Its conditions include requiring the preservation of copyright and license notices both in source and in binary distributions and the prohibition of using the names of the authors or the project organization to promote or endorse derived products.

Expand Down
1 change: 0 additions & 1 deletion _licenses/ofl-1.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: SIL Open Font License 1.1
spdx-id: OFL-1.1
redirect_from: /licenses/ofl/
source: http://scripts.sil.org/OFL_web

description: The Open Font License (OFL) is maintained by SIL International. It attempts to be a compromise between the values of the free software and typeface design communities. It is used for almost all open source font projects, including those by Adobe, Google and Mozilla.

Expand Down
1 change: 0 additions & 1 deletion _licenses/osl-3.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Open Software License 3.0
spdx-id: OSL-3.0
source: https://opensource.org/licenses/OSL-3.0

description: OSL 3.0 is a copyleft license that does not require reciprocal licensing on linked works. It also provides an express grant of patent rights from contributors to users, with a termination clause triggered if a user files a patent infringement lawsuit.

Expand Down
1 change: 0 additions & 1 deletion _licenses/postgresql.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: PostgreSQL License
spdx-id: PostgreSQL
source: https://opensource.org/licenses/PostgreSQL

description: A very short, BSD-style license, used specifically for PostgreSQL.

Expand Down
1 change: 0 additions & 1 deletion _licenses/unlicense.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: The Unlicense
spdx-id: Unlicense
source: https://unlicense.org/UNLICENSE
hidden: false

description: A license with no conditions whatsoever which dedicates works to the public domain. Unlicensed works, modifications, and larger works may be distributed under different terms and without source code.
Expand Down
1 change: 0 additions & 1 deletion _licenses/upl-1.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Universal Permissive License v1.0
spdx-id: UPL-1.0
source: https://oss.oracle.com/licenses/upl/

description: A permissive, OSI and FSF approved, GPL compatible license, expressly allowing attribution with just a copyright notice and a short form link rather than the full text of the license. Includes an express grant of patent rights. Licensed works and modifications may be distributed under different terms and without source code, and the patent grant may also optionally be expanded to larger works to permit use as a contributor license agreement.

Expand Down
1 change: 0 additions & 1 deletion _licenses/wtfpl.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Do What The F*ck You Want To Public License"
spdx-id: WTFPL
source: http://www.wtfpl.net/txt/copying/

description: The easiest license out there. It gives the user permissions to do whatever they want with your code.

Expand Down
1 change: 0 additions & 1 deletion _licenses/zlib.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: zlib License
spdx-id: Zlib
source: https://opensource.org/licenses/Zlib

description: A short permissive license, compatible with GPL. Requires altered source versions to be documented as such.

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h3>I want more choices.</h3>
<li>
<h3>I don’t want to choose a license.</h3>
<p>
<a href="no-permission/">You don’t have to</a>.
<a href="no-permission/">Here’s what happens if you don’t</a>.
</p>
</li>
</ul>
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

echo "bundling installin'"
gem install bundler
gem install bundler --version 1.16.2
bundle install

echo
Expand Down
2 changes: 0 additions & 2 deletions spec/license_meta_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
'afl-3.0',
'agpl-3.0',
'artistic-2.0',
'bsd-2-clause',
'bsd-3-clause',
'bsd-3-clause-clear',
'bsl-1.0',
'cc0-1.0',
Expand Down

0 comments on commit 054b45b

Please sign in to comment.