@@ -73,5 +73,39 @@ distributions, and can be built with 'make docs' or 'ant docs'.
7373
7474License:
7575
76- dnsjava is placed under the GNU Library General Public License (LGPL). However,
77- usage under additional licenses may be granted by the author.
76+ dnsjava is placed under the BSD license. Several files are also under
77+ additional licenses; see the individual files for details.
78+
79+ Copyright (c) 1999-2003, Brian Wellington
80+ All rights reserved.
81+
82+ Redistribution and use in source and binary forms, with or without
83+ modification, are permitted provided that the following conditions are met:
84+
85+ * Redistributions of source code must retain the above copyright notice,
86+ this list of conditions and the following disclaimer.
87+ * Redistributions in binary form must reproduce the above copyright notice,
88+ this list of conditions and the following disclaimer in the documentation
89+ and/or other materials provided with the distribution.
90+ * Neither the name of the dnsjava project nor the names of its contributors
91+ may be used to endorse or promote products derived from this software
92+ without specific prior written permission.
93+
94+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
95+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
96+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
97+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
98+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
99+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
100+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
101+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
102+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
103+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
104+
105+
106+ Final notes:
107+
108+ - Thanks to Network Associates, Inc. for sponsoring some of the original
109+ dnsjava work in 1999-2000.
110+
111+ - Thanks to Nominum, Inc. for sponsoring some work on dnsjava from 2000-2003.
0 commit comments