From 2855347492abae1dec92b468790149c9cc131516 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 30 Dec 2022 13:10:56 +0100 Subject: Follow-up to 6954544: update license in man pages and dll info Signed-off-by: Joachim Wiberg --- doc/fixmanpages.in | 2 +- src/libnet_dll_info.rc | 2 +- 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\& \n.Ve\n.SH "BUGS"\n.IX Header "BUGS"\nSuggestions, bug reports/fixes, and pull requests, see:\n.PP\n.Vb 1\n\& \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\& \n.Ve\n.SH "BUGS"\n.IX Header "BUGS"\nSuggestions, bug reports/fixes, and pull requests, see:\n.PP\n.Vb 1\n\& \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" -- cgit v1.2.1