summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/fixmanpages.in2
-rw-r--r--src/libnet_dll_info.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/fixmanpages.in b/doc/fixmanpages.in
index 9c273f1..39fb2bc 100644
--- a/doc/fixmanpages.in
+++ b/doc/fixmanpages.in
@@ -11,7 +11,7 @@
# Apart from a few widely available GNU utilities, you'll also need pod2man
# (aka libpod-latex-perl) to get it to work.
-MANPAGENOTE='.SH "SEE ALSO"\n\.IX Header "SEE ALSO"\nlibnet(3)\n.SH "AUTHORS"\n.IX Header "AUTHORS"\nThe original author of libnet is Mike D. Schiffman.\n.PP\nlibnet has been maintained and extensively enhanced since 2009 by Sam Roberts.\n.PP\nIt is maintained by the Libnet Developer Community at GitHub.\n.PP\n.Vb 1\n\& <https://github.com/libnet/libnet>\n.Ve\n.SH "BUGS"\n.IX Header "BUGS"\nSuggestions, bug reports/fixes, and pull requests, see:\n.PP\n.Vb 1\n\& <https://github.com/libnet/libnet/issues>\n.Ve\n.SH "COPYRIGHT"\n.IX Header "COPYRIGHT"\nlibnet is licensed under the 3\-Clause \s-1BSD\s0 License.'
+MANPAGENOTE='.SH "SEE ALSO"\n\.IX Header "SEE ALSO"\nlibnet(3)\n.SH "AUTHORS"\n.IX Header "AUTHORS"\nThe original author of libnet is Mike D. Schiffman.\n.PP\nlibnet has been maintained and extensively enhanced since 2009 by Sam Roberts.\n.PP\nIt is maintained by the Libnet Developer Community at GitHub.\n.PP\n.Vb 1\n\& <https://github.com/libnet/libnet>\n.Ve\n.SH "BUGS"\n.IX Header "BUGS"\nSuggestions, bug reports/fixes, and pull requests, see:\n.PP\n.Vb 1\n\& <https://github.com/libnet/libnet/issues>\n.Ve\n.SH "COPYRIGHT"\n.IX Header "COPYRIGHT"\nlibnet is licensed under the 2\-Clause \s-1BSD\s0 License.'
die() {
echo "$*" 1>&2
diff --git a/src/libnet_dll_info.rc b/src/libnet_dll_info.rc
index 93f49f9..8ee37ab 100644
--- a/src/libnet_dll_info.rc
+++ b/src/libnet_dll_info.rc
@@ -39,7 +39,7 @@
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "Comments", "Provided under a BSD-Style License\0"
+ VALUE "Comments", "Provided under the 2-clause BSD License\0"
VALUE "CompanyName", "https://github.com/libnet/libnet\0"
VALUE "FileDescription", "Portable Packet Construction and Injection API\0"
VALUE "FileVersion", "1,2,0,0"