1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

make ISC primary BSD-style license

This commit is contained in:
Ben Balter 2014-06-14 14:59:49 -04:00
parent a79db54b5d
commit a9ee5cf9cb
3 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,9 @@
---
layout: license
title: BSD 2-Clause license
title: BSD license
category: BSD
tab-slug: bsd
hide-from-license-list: false
hide-from-license-list: true
permalink: /licenses/bsd/
description: A permissive license that comes in two variants, the <a href="/licenses/bsd">BSD 2-Clause</a> and <a href="/licenses/bsd-3-clause">BSD 3-Clause</a>. Both have very minute differences to the MIT license.

View File

@ -3,11 +3,12 @@ layout: license
title: ISC license
permalink: /licenses/isc/
source: http://opensource.org/licenses/isc-license
category: BSD
tab-slug: isc
description: A permissive license written by the Internet Systems Consortium (ISC). It is functionally equivalent to the <a href="/licenses/bsd">BSD 2-Clause</a> with the language that was made unnecessary by the Berne convention removed.
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">BSD 2-Clause</a> and <a href="/licenses/mit">MIT</a> licenses, removing some language that is no longer necessary.
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. [email] is optional but recommended.
note: Because of the general brevity and simplicity of the ISC license it is generally recommended to copy the entire text of the license into a comment at the top of every file.
filename: LICENSE