1
0
mirror of https://github.com/github/choosealicense.com synced 2025-01-03 02:21:44 +01:00

Fix template parameter markers in ISC license.

License template parameters are surrounded by square brackets, not
angle brackets.  Drop extension from source: as it's unnecessary.
Add more details to description:.  Add note: and filename:.  Add
private-use and sort permissions.
This commit is contained in:
Kent R. Spillner 2013-07-19 13:54:03 -05:00
parent 8bb272770b
commit dc2fc648ed

View File

@ -2,19 +2,23 @@
layout: license layout: license
title: ISC license title: ISC license
permalink: /licenses/isc/ permalink: /licenses/isc/
source: http://opensource.org/licenses/isc-license.txt source: http://opensource.org/licenses/isc-license
description: A permissive license similar to <a href="/licenses/bsd">BSD 2-Clause</a> and <a href="/licenses/mit">MIT</a>. description: A permissive license written by the Internet Systems Consortium (ISC). It is functionally equivalent to the <a href="/license/bsd">BSD 2-Clause</a> with the language that was made unnecessary by the Berne convention removed.
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 address>> is optional but recommended. 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
required: required:
- include-copyright - include-copyright
permitted: permitted:
- commercial-use - commercial-use
- modifications
- distribution - distribution
- modifications
- private-use
- sublicense - sublicense
forbidden: forbidden:
@ -22,7 +26,7 @@ forbidden:
--- ---
Copyright (c) <<year>> <<fullname>> <<email address>> Copyright (c) [year], [fullname] <[email]>
Permission to use, copy, modify, and/or distribute this software for any Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above purpose with or without fee is hereby granted, provided that the above