2013-07-17 02:52:32 +02:00
---
2015-03-07 13:38:52 -05:00
title: ISC License
2016-05-24 16:21:13 -05:00
spdx-id: ISC
2017-10-01 10:02:19 +02:00
source: https://opensource.org/licenses/isc-license
2013-07-17 02:52:32 +02:00
2016-04-04 10:56:29 -07:00
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.
2013-07-17 02:52:32 +02:00
2015-09-01 16:28:18 -07:00
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.
2013-07-19 13:54:03 -05:00
2016-03-28 19:06:40 +01:00
using:
2017-11-25 20:38:49 -08:00
- Helix: https://github.com/tildeio/helix/blob/master/LICENSE
2016-03-28 19:06:40 +01:00
- Node.js semver: https://github.com/npm/node-semver/blob/master/LICENSE
2017-04-21 18:20:47 -07:00
- OpenStreetMap iD: https://github.com/openstreetmap/iD/blob/master/LICENSE.md
2016-03-28 19:06:40 +01:00
2016-03-01 13:33:15 -08:00
permissions:
2013-07-17 02:52:32 +02:00
- commercial-use
- distribution
2013-07-19 13:54:03 -05:00
- modifications
- private-use
2013-07-17 02:52:32 +02:00
2016-08-22 18:25:24 +01:00
conditions:
- include-copyright
2016-03-01 13:33:15 -08:00
limitations:
2016-12-12 14:29:25 -08:00
- liability
- warranty
2016-08-22 18:25:24 +01:00
2013-07-17 02:52:32 +02:00
---
2018-08-11 14:11:55 -07:00
ISC License
2017-11-20 10:57:52 -08:00
2017-11-20 10:21:45 -08:00
Copyright (c) [year], [fullname]
2017-11-20 10:57:52 -08:00
2018-08-11 14:11:55 -07:00
Permission to use, copy, modify, and /or distribute this software for any
2017-11-19 13:49:31 -08:00
purpose with or without fee is hereby granted, provided that the above
2018-08-11 14:11:55 -07:00
copyright
notice and this permission notice appear in all copies.
2017-11-20 10:57:52 -08:00
2017-11-19 13:49:31 -08:00
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
2018-08-11 14:11:55 -07:00
FITNESS.
IN NO EVENT SHALL ISC 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.