diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-06-09 02:01:54 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-06-09 02:01:54 +0000 |
commit | 38ab42397942711afeb2f6742f1a596c55ea3819 (patch) | |
tree | 7575b1270b0b2ac3f3f373d74941f9c75ba5a6e6 /licenses/ISC | |
parent | minor updates (diff) | |
download | gentoo-2-38ab42397942711afeb2f6742f1a596c55ea3819.tar.gz gentoo-2-38ab42397942711afeb2f6742f1a596c55ea3819.tar.bz2 gentoo-2-38ab42397942711afeb2f6742f1a596c55ea3819.zip |
Generic ISC license.
Diffstat (limited to 'licenses/ISC')
-rw-r--r-- | licenses/ISC | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/licenses/ISC b/licenses/ISC new file mode 100644 index 000000000000..9681011a6f95 --- /dev/null +++ b/licenses/ISC @@ -0,0 +1,16 @@ +/* + * Copyright (c) 1996 by Internet Software Consortium. + * + * 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS + * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE + * CONSORTIUM 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. + */ |