summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-10-10 17:39:10 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-10-10 17:39:10 +0200
commit0ec98debb095f5ddcdc02b02be40ea08a37fa3db (patch)
tree189a66aea52beb3ea698f47bb18cb216be6831ae
parentc5d60d8eb67ebc89287529f7116877d931cf977d (diff)
downloadlibnet-0ec98debb095f5ddcdc02b02be40ea08a37fa3db.tar.gz
doc: Update AUTHOR section in man pages and fix that COPYRIGHT blurb
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--README.win324
-rw-r--r--doc/fixmanpages.in6
-rw-r--r--doc/libnet.Pod6
3 files changed, 5 insertions, 11 deletions
diff --git a/README.win32 b/README.win32
index ae0b6b1..acc095b 100644
--- a/README.win32
+++ b/README.win32
@@ -201,8 +201,8 @@ Notice that the --host option is usually all you need for cross-compiling.
Note 6: Although the steps should be very similar, if you're using any
other distribution of MinGW (cross or native), you're pretty much on
-your own. Suggestions, bug reports, and pull requests to fix any type
-of problem, go to https://github.com/libnet/libnet/issues
+your own. Suggestions, bug reports/fixes, and pull requests, see:
+https://github.com/libnet/libnet/issues
3. Microsoft Visual C++
diff --git a/doc/fixmanpages.in b/doc/fixmanpages.in
index 87a4817..ed2c920 100644
--- a/doc/fixmanpages.in
+++ b/doc/fixmanpages.in
@@ -11,9 +11,7 @@
# Apart from a few widely available GNU utilities, you'll also need pod2man
# (aka libpod-latex-perl) to get it to work.
-echo "Finalizing man pages..."
-
-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 currently maintained by Ali Abdulkadir and available at\n.PP\n.Vb 1\n\& <https://github.com/libnet/libnet>\n.Ve\n.SH "BUGS"\n.IX Header "BUGS"\nFor bugs, questions, patch submissions, desirable enhancements, etc. 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. You can basically\ndo whatever you want with it.'
+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.'
die() {
echo "$*" 1>&2
@@ -65,5 +63,3 @@ for MAN in $(find . -name "libnet-*.3"); do
-e '/.SH "Author"/,/from the source code\&./c \nBe' $MAN
echo -e $MANPAGENOTE >> $MAN
done
-
-echo "Done."
diff --git a/doc/libnet.Pod b/doc/libnet.Pod
index 3396de1..67643b9 100644
--- a/doc/libnet.Pod
+++ b/doc/libnet.Pod
@@ -60,15 +60,13 @@ It is currently maintained by the Libnet Maintainers at GitHub:
=head1 BUGS
-For bugs, questions, patch submissions, desirable enhancements, etc. see:
+Suggestions, bug reports/fixes, and pull requests, see:
<https://github.com/libnet/libnet/issues>
=head1 COPYRIGHT
-libnet is licensed under the 3-Clause BSD License, meaning fully Open Source
-and compatible with all GNU licenses. Basically, you can do whatever you want
-with it.
+libnet is licensed under the 3-Clause BSD License.
=cut