]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Added licenses, this is the BSD license.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Jan 2007 09:17:12 +0000 (09:17 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Jan 2007 09:17:12 +0000 (09:17 +0000)
(I copied the file from the NSD source package ;) )

git-svn-id: file:///svn/unbound/trunk@3 be551aaa-1e26-0410-a405-d3ace91eadb9

LICENSE [new file with mode: 0644]
doc/Changelog
doc/LICENSE [new file with mode: 0644]
doc/README [new file with mode: 0644]

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..c248049
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,30 @@
+Copyright (c) 2007, NLnet Labs. All rights reserved.
+
+This software is open source.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer.
+
+Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+Neither the name of the NLNET LABS nor the names of its contributors may
+be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
index d5d344ee660fe33eb331707c616c8c03d539e249..cb90536b304e24b3e243a3f7b5a525f158071d82 100644 (file)
@@ -1,5 +1,7 @@
 3 January 2007: Wouter
        - committed first set of files into subversion repository.
+       - Added LICENSE, the BSD license.
+       - Added doc/README with compile help.
 
 15 December 2006: Wouter
        - Created Makefile.in and configure.ac.
diff --git a/doc/LICENSE b/doc/LICENSE
new file mode 100644 (file)
index 0000000..c248049
--- /dev/null
@@ -0,0 +1,30 @@
+Copyright (c) 2007, NLnet Labs. All rights reserved.
+
+This software is open source.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer.
+
+Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+Neither the name of the NLNET LABS nor the names of its contributors may
+be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
diff --git a/doc/README b/doc/README
new file mode 100644 (file)
index 0000000..9c5076d
--- /dev/null
@@ -0,0 +1,18 @@
+README for unbound
+Copyright 2007 NLnet Labs
+http://unbound.net
+
+This software is under BSD license, see LICENSE for details.
+
+* Needs the following libraries
+  * ldns (http://www.nlnetlabs.nl/ldns)
+  * libevent
+
+* Make and install: ./configure; make
+  * --with-ldns=/path/to/ldns
+
+* Create build environment 
+  * run libtoolize -c if config.sub is missing.
+  * autoreconf (autoheader && autoconf), if ./configure is missing.
+
+* Mail bugs or praise to: wouter@nlnetlabs.nl