ISC license
Author | Internet Software Consortium |
---|---|
DFSG compatible | Yes |
FSF approved | Yes |
OSI approved | Yes |
GPL compatible | Yes |
Copyleft | No |
Linking from code with a different license | Yes |
The ISC license is a permissive free software license written by the Internet Software Consortium (ISC). It is functionally equivalent to the simplified BSD and MIT/Expat licenses, with language that was deemed unnecessary due to the Berne convention removed.[1][2] Initially used for ISC's own software releases, it has since become the preferred license of OpenBSD[3] (starting June 2003[4]), Node.js' npm[5] (starting February 2014[6]), and other projects.
Text
A template of this license is:
Copyright (c) Year(s), Company or Person's NamePermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
History
Before accepting the license as a free software license, the Free Software Foundation asked for clarification of the text. In July 2007, as a result, "and distribute" was changed to "and/or distribute".[7] The Free Software Foundation eventually approved the ISC license as a lax, permissive free software license, compatible with the GNU GPL.[8] As of March 2015, The OpenBSD template still uses the original "and distribute" phrasing due to concerns about the modified version.[3]
See also
- Comparison of free and open-source software licenses
- Software using the ISC license
References
- ↑ "OpenBSD license policy".
The ISC copyright is functionally equivalent to a two-term BSD copyright with language removed that is made unnecessary by the Berne convention.
- ↑ Theo de Raadt (deraadt@) (21 March 2008). "Re: BSD Documentation License?".
That is enough to satisfy every legal system on the planet which follows the Berne Convention.
- 1 2 "OpenBSD license template".
- ↑ Todd C. Miller (millert@) (3 June 2003). "CVS log for src/share/misc/license.template".
Add a license template; deraadt@ OK
- ↑ "npm-config(7)".
- ↑ Zeke Sikelianos (7 February 2014). "doc: new init.license default is ISC".
- ↑ Paul Vixie (2007-07-20). "BIND covered under which license and does it contain any cryptographic content ?". Newsgroup: comp.protocols.dns.bind. Usenet: f7pemd$1557$1@sf1.isc.org. Retrieved 2007-09-25.
- ↑ "Various Licenses and Comments about Them - ISC License". Free Software Foundation, Inc. Retrieved 1 October 2014.
External links
- Internet Systems Consortium's License Text
- License template at the Open Source Initiative
- SPDX License List entry for ISC
- FSF's view on ISC License
|