about summary refs log tree commit
path: root/lib/Net/Cmd.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-05 13:49:51 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-05 13:49:51 +0100
commitf5810d8b38aa5e494c3f7f1b976018eff278b35b (patch)
treed301b1cb0263983169e03b82bdc34d63739bd7e2 /lib/Net/Cmd.pm
parent247c8bd750d3c1e014363873a290f997e82c4a47 (diff)
downloadperl-libnet-f5810d8b38aa5e494c3f7f1b976018eff278b35b.tar.gz
Update copyright and fix POD
Diffstat (limited to 'lib/Net/Cmd.pm')
-rw-r--r--lib/Net/Cmd.pm15
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/Net/Cmd.pm b/lib/Net/Cmd.pm
index be395e7..efa8c07 100644
--- a/lib/Net/Cmd.pm
+++ b/lib/Net/Cmd.pm
@@ -1,6 +1,9 @@
 # Net::Cmd.pm
 #
-# Copyright (c) 1995-2006 Graham Barr <gbarr@pobox.com>. All rights reserved.
+# Versions up to 2.29_1 Copyright (c) 1995-2006 Graham Barr <gbarr@pobox.com>.
+# All rights reserved.
+# Changes in Version 2.29_2 onwards Copyright (C) 2013-2014 Steve Hay.  All
+# rights reserved.
 # This program is free software; you can redistribute it and/or
 # modify it under the same terms as Perl itself.
 
@@ -782,11 +785,17 @@ of C<response> and C<status>. The sixth is C<CMD_PENDING>.
 
 =head1 AUTHOR
 
-Graham Barr <gbarr@pobox.com>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+
+Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
+1.22_02
 
 =head1 COPYRIGHT
 
-Copyright (c) 1995-2006 Graham Barr. All rights reserved.
+Versions up to 2.29_1 Copyright (c) 1995-2006 Graham Barr. All rights reserved.
+Changes in Version 2.29_2 onwards Copyright (C) 2013-2014 Steve Hay.  All rights
+reserved.
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.