summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Wiberg <troglobit@gmail.com>2022-12-30 13:10:56 +0100
committerJoachim Wiberg <troglobit@gmail.com>2022-12-30 13:10:56 +0100
commit2855347492abae1dec92b468790149c9cc131516 (patch)
tree7a08d9509acde80a42c29723ab042fe043bf2d4d
parent4296f30d3f36fc062586de189900bab365dbb96a (diff)
downloadlibnet-2855347492abae1dec92b468790149c9cc131516.tar.gz
Follow-up to 6954544: update license in man pages and dll info
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
-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"