summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Dufberg <mats.dufberg@iis.se>2022-11-28 22:29:32 +0100
committerGitHub <noreply@github.com>2022-11-28 22:29:32 +0100
commit376fa8639d217cf460c446d7ae518bca14cfc281 (patch)
tree75417ce1fb34e8bf18ea27d4ee3c8bfd449ac746
parent1562cd139a61ffd51656961d938b1b47d23e090a (diff)
parentc47fedf914141b83c0f18945acf00a286c70068b (diff)
Merge pull request #159 from matsduf/update-license-ref
Corrects the license statement in LDNS.pm
-rw-r--r--README.md7
-rw-r--r--lib/Zonemaster/LDNS.pm8
2 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8d27c9e..addd3e4 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
* [Custom LDNS]
* [Custom Libidn]
* [Debug]
-
+* [License](#license)
## Introduction
@@ -224,6 +224,11 @@ Enabled with `--debug`.
Gives a more verbose output.
+## License
+
+This is free software under a 2-clause BSD license. The full text of the license can
+be found in the [LICENSE](LICENSE) file included in this respository.
+
[Custom LDNS]: #custom-ldns
[Custom Libidn]: #custom-libidn
diff --git a/lib/Zonemaster/LDNS.pm b/lib/Zonemaster/LDNS.pm
index 1bea10b..6206478 100644
--- a/lib/Zonemaster/LDNS.pm
+++ b/lib/Zonemaster/LDNS.pm
@@ -212,11 +212,7 @@ Calle Dybedahl <calle@init.se>
=head1 LICENSE
-This is free software, licensed under:
-
-The (three-clause) BSD License
-
-The full text of the license can be found in the
-F<LICENSE> file included with this distribution.
+This is free software under a 2-clause BSD license. The full text of the license can
+be found in the F<LICENSE> file included with this distribution.
=cut