From b525c9c88c988fa45593700d9a4846faa388922a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 27 Nov 2014 08:52:23 +0100 Subject: [PATCH] Change the project's website to http://noping.cc/ everywhere. Also change my preferred email address. --- README | 2 +- bindings/perl/Makefile.PL | 2 +- bindings/perl/Oping.xs | 2 +- bindings/perl/README | 4 ++-- bindings/perl/lib/Net/Oping.pm | 17 ++++++++--------- src/mans/liboping.pod | 4 ++-- src/mans/oping.pod | 2 +- src/mans/ping_construct.pod | 4 ++-- src/mans/ping_get_error.pod | 4 ++-- src/mans/ping_host_add.pod | 4 ++-- src/mans/ping_iterator_get.pod | 4 ++-- src/mans/ping_iterator_get_context.pod | 4 ++-- src/mans/ping_iterator_get_info.pod | 4 ++-- src/mans/ping_send.pod | 4 ++-- src/mans/ping_setopt.pod | 4 ++-- src/oping.c | 4 ++-- 16 files changed, 34 insertions(+), 35 deletions(-) diff --git a/README b/README index 95ae19b..8611d7c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ liboping – Library to ping IPv4 and IPv6 hosts in parallel ════════════════════════════════════════════════════════════ -http://verplant.org/liboping/ +http://noping.cc/ About ━━━━━ diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL index 5525dd0..98f93d8 100644 --- a/bindings/perl/Makefile.PL +++ b/bindings/perl/Makefile.PL @@ -123,7 +123,7 @@ WriteMakefile( PREREQ_PM => {}, ($] >= 5.005 ? (ABSTRACT_FROM => 'lib/Net/Oping.pm', - AUTHOR => 'Florian Forster ') + AUTHOR => 'Florian Forster ') : ()), ($OPING_DEPEND ? (depend => $OPING_DEPEND) : ()), LIBS => [$OPING_LIBS], diff --git a/bindings/perl/Oping.xs b/bindings/perl/Oping.xs index 5731d3d..c88e3dc 100644 --- a/bindings/perl/Oping.xs +++ b/bindings/perl/Oping.xs @@ -19,7 +19,7 @@ * * Authors: * Olivier Fredj - * Florian octo Forster + * Florian octo Forster */ #include "EXTERN.h" #include "perl.h" diff --git a/bindings/perl/README b/bindings/perl/README index 4d51a96..040a38a 100644 --- a/bindings/perl/README +++ b/bindings/perl/README @@ -28,13 +28,13 @@ INSTALLATION DEPENDENCIES This module requires the "oping" library to be installed. The library is - available at . + available at . COPYRIGHT AND LICENSE Copyright (C) 2007 by Olivier Fredj - Copyright (C) 2008,2009 by Florian Forster + Copyright (C) 2008,2009 by Florian Forster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your diff --git a/bindings/perl/lib/Net/Oping.pm b/bindings/perl/lib/Net/Oping.pm index bc109dc..ba67f73 100644 --- a/bindings/perl/lib/Net/Oping.pm +++ b/bindings/perl/lib/Net/Oping.pm @@ -19,7 +19,7 @@ # # Authors: # Olivier Fredj -# Florian octo Forster +# Florian octo Forster # package Net::Oping; @@ -41,11 +41,11 @@ Net::Oping - ICMP latency measurement module using the oping library. =head1 DESCRIPTION This Perl module is a high-level interface to the -L. Its purpose it to send -C packets (also known as "ping") to a host and measure the -time that elapses until the reception of an C packet (also -known as "pong"). If no such packet is received after a certain timeout the -host is considered to be unreachable. +L. Its purpose it to send C +packets (also known as "ping") to a host and measure the time that elapses +until the reception of an C packet (also known as "pong"). If +no such packet is received after a certain timeout the host is considered to be +unreachable. The used I library supports "ping"ing multiple hosts in parallel and works with IPv4 and IPv6 transparently. Other advanced features that are @@ -432,7 +432,7 @@ superuser or, under Linux, needs the C capability. L -The I homepage may be found at L. +The I homepage may be found at L. Information about its mailing list may be found at L. @@ -445,8 +445,7 @@ Perl interface by Florian Forster. Copyright (C) 2007 by Olivier Fredj EofredjEatEproxad.netE -Copyright (C) 2008,2009 by Florian Forster -EoctoEatEverplant.orgE +Copyright (C) 2008,2009 by Florian Forster EffEatEocto.itE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, diff --git a/src/mans/liboping.pod b/src/mans/liboping.pod index 15b8ccf..426b189 100644 --- a/src/mans/liboping.pod +++ b/src/mans/liboping.pod @@ -80,7 +80,7 @@ applicable. =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/oping.pod b/src/mans/oping.pod index c001451..df6dae8 100644 --- a/src/mans/oping.pod +++ b/src/mans/oping.pod @@ -263,6 +263,6 @@ L, L, L =head1 AUTHOR liboping is written by Florian "octo" Forster Eff at octo.itE. -Its homepage can be found at L. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/ping_construct.pod b/src/mans/ping_construct.pod index 46bb818..5f30938 100644 --- a/src/mans/ping_construct.pod +++ b/src/mans/ping_construct.pod @@ -32,7 +32,7 @@ L =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/ping_get_error.pod b/src/mans/ping_get_error.pod index ed1020c..0761d40 100644 --- a/src/mans/ping_get_error.pod +++ b/src/mans/ping_get_error.pod @@ -24,7 +24,7 @@ L =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/ping_host_add.pod b/src/mans/ping_host_add.pod index 39ce64a..77cb444 100644 --- a/src/mans/ping_host_add.pod +++ b/src/mans/ping_host_add.pod @@ -46,7 +46,7 @@ L =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/ping_iterator_get.pod b/src/mans/ping_iterator_get.pod index 220410e..0add4e0 100644 --- a/src/mans/ping_iterator_get.pod +++ b/src/mans/ping_iterator_get.pod @@ -44,7 +44,7 @@ L =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/ping_iterator_get_context.pod b/src/mans/ping_iterator_get_context.pod index 23680d2..c750a49 100644 --- a/src/mans/ping_iterator_get_context.pod +++ b/src/mans/ping_iterator_get_context.pod @@ -39,7 +39,7 @@ L =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/ping_iterator_get_info.pod b/src/mans/ping_iterator_get_info.pod index 4eab175..07e7590 100644 --- a/src/mans/ping_iterator_get_info.pod +++ b/src/mans/ping_iterator_get_info.pod @@ -129,7 +129,7 @@ L =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/ping_send.pod b/src/mans/ping_send.pod index 439e273..9ad5623 100644 --- a/src/mans/ping_send.pod +++ b/src/mans/ping_send.pod @@ -36,7 +36,7 @@ L =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/mans/ping_setopt.pod b/src/mans/ping_setopt.pod index 5331467..11c63d8 100644 --- a/src/mans/ping_setopt.pod +++ b/src/mans/ping_setopt.pod @@ -92,7 +92,7 @@ L =head1 AUTHOR -liboping is written by Florian "octo" Forster Eocto at verplant.orgE. -Its homepage can be found at L. +liboping is written by Florian "octo" Forster Eff at octo.itE. +Its homepage can be found at L. Copyright (c) 2005-2011 by Florian "octo" Forster. diff --git a/src/oping.c b/src/oping.c index e6be877..28f761c 100644 --- a/src/oping.c +++ b/src/oping.c @@ -444,8 +444,8 @@ static void usage_exit (const char *name, int status) /* {{{ */ " -Z percent Exit with non-zero exit status if more than this percentage of\n" " probes timed out. (default: never)\n" - "\noping "PACKAGE_VERSION", http://verplant.org/liboping/\n" - "by Florian octo Forster \n" + "\noping "PACKAGE_VERSION", http://noping.cc/\n" + "by Florian octo Forster \n" "for contributions see `AUTHORS'\n", name); exit (status); -- 2.11.0