ISC licence

From Wikipedia, the free encyclopedia

The ISC licence is a free software licence that is functionally equivalent to the BSD licence, with language deemed "unnecessary" removed. It was created by the Internet Systems Consortium (ISC) as a licence for their own software releases. Subsequently, it has been used by some other open source software projects. Notably, the OpenBSD project uses a licence derived from the ISC licence as their preferred licence for new code contributions.

A template of this licence is as follows:

Copyright (c) 4-digit year, Company or Person's Name <E-mail address>

Permission to use, copy, modify, and 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.