summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-10-10 17:17:03 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-10-10 17:20:52 +0200
commitc563db6afe66c53c6cabcc1409e90a929a3ca5b6 (patch)
treee84f8c14fbb1d2d96d4c38bc6236d080f07cb1e6
parent8ce79238745f1c7791dd7c0f2154d6b783a06ca5 (diff)
downloadlibnet-c563db6afe66c53c6cabcc1409e90a929a3ca5b6.tar.gz
doc: Update URLs to point at new official home for libnet project
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--README.win325
-rw-r--r--doc/fixmanpages.in2
-rw-r--r--doc/libnet.Pod7
-rw-r--r--src/libnet_dll_info.rc2
4 files changed, 8 insertions, 8 deletions
diff --git a/README.win32 b/README.win32
index 020c38f..ae0b6b1 100644
--- a/README.win32
+++ b/README.win32
@@ -200,8 +200,9 @@ $ CFLAGS="-O2 -Wall -I$(pwd)/win32/wpdpack/Include" LDFLAGS="-L$(pwd)/win32/wpdp
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.
-You can send suggestions and complains to https://github.com/sgeto/libnet/issues
+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
3. Microsoft Visual C++
diff --git a/doc/fixmanpages.in b/doc/fixmanpages.in
index 967cbc8..87a4817 100644
--- a/doc/fixmanpages.in
+++ b/doc/fixmanpages.in
@@ -13,7 +13,7 @@
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/sgeto/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/sgeto/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 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.'
die() {
echo "$*" 1>&2
diff --git a/doc/libnet.Pod b/doc/libnet.Pod
index 6dd5cad..83128f5 100644
--- a/doc/libnet.Pod
+++ b/doc/libnet.Pod
@@ -48,16 +48,15 @@ L<libnet-config(1)>, L<libnet-functions(3)>, L<libnet-macros(3)>
The original author of libnet is Mike D. Schiffman.
libnet has been maintained and extensively enhanced since 2009 by Sam Roberts.
+It is currently maintained by the Libnet Maintainers at GitHub:
-It is currently maintained by Ali Abdulkadir and available at
-
- <https://github.com/sgeto/libnet>
+ <https://github.com/libnet/libnet>
=head1 BUGS
For bugs, questions, patch submissions, desirable enhancements, etc. see:
- <https://github.com/sgeto/libnet/issues>
+ <https://github.com/libnet/libnet/issues>
=head1 COPYRIGHT
diff --git a/src/libnet_dll_info.rc b/src/libnet_dll_info.rc
index 2b65043..93f49f9 100644
--- a/src/libnet_dll_info.rc
+++ b/src/libnet_dll_info.rc
@@ -40,7 +40,7 @@
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Provided under a BSD-Style License\0"
- VALUE "CompanyName", "https://github.com/sgeto/libnet\0"
+ VALUE "CompanyName", "https://github.com/libnet/libnet\0"
VALUE "FileDescription", "Portable Packet Construction and Injection API\0"
VALUE "FileVersion", "1,2,0,0"
VALUE "InternalName", "Libnet\0"