commit 0f44a3b869f7d2a5c7d96ab9e7b0ba1cb7ab9cf4
parent 5706e8a8b1fedbc6d69dd52822221e2e74547557
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 18 Jul 2016 20:34:10 +0200
Relicensed under the BSD 2-Clause license
Diffstat:
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -11,10 +11,6 @@ modification, are permitted provided that the following conditions are met:
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- * Neither the name of RRDA 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
diff --git a/README.md b/README.md
@@ -160,7 +160,7 @@ When the DNS server cannot be reached or returns an error, the server returns an
## License
-RRDA is released under the BSD 3-Clause license. See `LICENSE` file for details.
+RRDA is released under the BSD 2-Clause license. See `LICENSE` file for details.
## Author
diff --git a/rrda.go b/rrda.go
@@ -5,9 +5,9 @@
/* http://www.statdns.com */
/* */
/* Created: 2012-03-11 */
-/* Last Updated: 2016-02-02 */
+/* Last Updated: 2016-07-18 */
/* */
-/* RRDA is released under the BSD 3-Clause license. */
+/* RRDA is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */
/* */
/*****************************************************************************/