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 | 06594b8c8897cf2fd698d5734ad8d0e23a4be745 (patch) | |
tree | de62becf3e7b4d99100ff62599db564d9a972d11 /licenses/ISC | |
parent | minor updates (diff) | |
download | historical-06594b8c8897cf2fd698d5734ad8d0e23a4be745.tar.gz historical-06594b8c8897cf2fd698d5734ad8d0e23a4be745.tar.bz2 historical-06594b8c8897cf2fd698d5734ad8d0e23a4be745.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. + */ |