r55196 - in /trunk/libnetpacket-perl: ./ debian/ lib/ lib/NetPacket/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 30 19:57:31 UTC 2010


Author: gregoa
Date: Tue Mar 30 19:57:10 2010
New Revision: 55196

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55196
Log:
New upstream release.

Added:
    trunk/libnetpacket-perl/LICENSE
      - copied unchanged from r55195, branches/upstream/libnetpacket-perl/current/LICENSE
Modified:
    trunk/libnetpacket-perl/Build.PL
    trunk/libnetpacket-perl/MANIFEST
    trunk/libnetpacket-perl/META.yml
    trunk/libnetpacket-perl/Makefile.PL
    trunk/libnetpacket-perl/debian/changelog
    trunk/libnetpacket-perl/lib/NetPacket.pm
    trunk/libnetpacket-perl/lib/NetPacket/ARP.pm
    trunk/libnetpacket-perl/lib/NetPacket/Ethernet.pm
    trunk/libnetpacket-perl/lib/NetPacket/ICMP.pm
    trunk/libnetpacket-perl/lib/NetPacket/IGMP.pm
    trunk/libnetpacket-perl/lib/NetPacket/IP.pm
    trunk/libnetpacket-perl/lib/NetPacket/TCP.pm
    trunk/libnetpacket-perl/lib/NetPacket/UDP.pm

Modified: trunk/libnetpacket-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/Build.PL?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/Build.PL (original)
+++ trunk/libnetpacket-perl/Build.PL Tue Mar 30 19:57:10 2010
@@ -5,7 +5,12 @@
 my $builder = Module::Build->new(
     module_name         => 'NetPacket',
     dist_version_from   => 'lib/NetPacket.pm',
-    create_makefile_pl  => 'passthrough',   
+    create_license => 1,
+    license => 'artistic_2',
+    create_makefile_pl  => 'small',   
+    configure_requires => {
+        'Module::Build' => 0,
+    },
     meta_merge => {
         resources => {
             repository => 'git://github.com/yanick/netpacket.git',
@@ -13,7 +18,6 @@
             'http://rt.cpan.org/NoAuth/Bugs.html?Dist=NetPacket',
         },
     },
-
 );
 
 $builder->create_build_script();

Modified: trunk/libnetpacket-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/MANIFEST?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/MANIFEST (original)
+++ trunk/libnetpacket-perl/MANIFEST Tue Mar 30 19:57:10 2010
@@ -17,3 +17,4 @@
 t/bug-37931.t
 t/general.t
 t/checksum.t
+LICENSE

Modified: trunk/libnetpacket-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/META.yml?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/META.yml (original)
+++ trunk/libnetpacket-perl/META.yml Tue Mar 30 19:57:10 2010
@@ -1,43 +1,44 @@
 ---
-name: NetPacket
-version: 0.41.1
+abstract: "modules to assemble/disassemble network packets at the\nprotocol level."
 author:
   - 'Tim Potter <tpot at samba.org>'
   - 'Stephanie Wehner <atrak at itsx.com>'
   - 'Yanick Champoux <yanick at cpan.org>'
-abstract: |-
-  modules to assemble/disassemble network packets at the
-  protocol level.
-license: unknown
+configure_requires:
+  Module::Build: 0
+generated_by: 'Module::Build version 0.3601'
+license: artistic_2
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: NetPacket
 provides:
   NetPacket:
     file: lib/NetPacket.pm
-    version: 0.41.1
+    version: v0.42.0
   NetPacket::ARP:
     file: lib/NetPacket/ARP.pm
-    version: 0.41.1
+    version: v0.42.0
   NetPacket::Ethernet:
     file: lib/NetPacket/Ethernet.pm
-    version: 0.41.1
+    version: v0.42.0
   NetPacket::ICMP:
     file: lib/NetPacket/ICMP.pm
-    version: 0.41.1
+    version: v0.42.0
   NetPacket::IGMP:
     file: lib/NetPacket/IGMP.pm
-    version: 0.41.1
+    version: v0.42.0
   NetPacket::IP:
     file: lib/NetPacket/IP.pm
-    version: 0.41.1
+    version: v0.42.0
   NetPacket::TCP:
     file: lib/NetPacket/TCP.pm
-    version: 0.41.1
+    version: v0.42.0
   NetPacket::UDP:
     file: lib/NetPacket/UDP.pm
-    version: 0.41.1
-generated_by: Module::Build version 0.280801
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+    version: v0.42.0
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=NetPacket
+  license: http://www.perlfoundation.org/artistic_license_2_0
   repository: git://github.com/yanick/netpacket.git
+version: v0.42.0

Modified: trunk/libnetpacket-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/Makefile.PL?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/Makefile.PL (original)
+++ trunk/libnetpacket-perl/Makefile.PL Tue Mar 30 19:57:10 2010
@@ -1,30 +1,5 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
-    
-    unless (eval "use Module::Build::Compat 0.02; 1" ) {
-      print "This module requires Module::Build to install itself.\n";
-      
-      require ExtUtils::MakeMaker;
-      my $yn = ExtUtils::MakeMaker::prompt
-	('  Install Module::Build now from CPAN?', 'y');
-      
-      unless ($yn =~ /^y/i) {
-	die " *** Cannot install without Module::Build.  Exiting ...\n";
-      }
-      
-      require Cwd;
-      require File::Spec;
-      require CPAN;
-      
-      # Save this 'cause CPAN will chdir all over the place.
-      my $cwd = Cwd::cwd();
-      
-      CPAN::Shell->install('Module::Build::Compat');
-      CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
-	or die "Couldn't install Module::Build, giving up.\n";
-      
-      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
-    }
-    eval "use Module::Build::Compat 0.02; 1" or die $@;
+# Note: this file was auto-generated by Module::Build::Compat version 0.3601
+    use Module::Build::Compat 0.02;
     
     Module::Build::Compat->run_build_pl(args => \@ARGV);
     require Module::Build;

Modified: trunk/libnetpacket-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/changelog?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/changelog (original)
+++ trunk/libnetpacket-perl/debian/changelog Tue Mar 30 19:57:10 2010
@@ -1,8 +1,9 @@
-libnetpacket-perl (0.41.1-2) UNRELEASED; urgency=low
+libnetpacket-perl (0.42.0-1) UNRELEASED; urgency=low
 
+  * New upstream release.
   * debian/watch: update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 20 Dec 2009 15:40:41 +0100
+ -- gregor herrmann <gregoa at debian.org>  Tue, 30 Mar 2010 21:55:31 +0200
 
 libnetpacket-perl (0.41.1-1) unstable; urgency=low
 

Modified: trunk/libnetpacket-perl/lib/NetPacket.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/lib/NetPacket.pm?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/lib/NetPacket.pm (original)
+++ trunk/libnetpacket-perl/lib/NetPacket.pm Tue Mar 30 19:57:10 2010
@@ -1,44 +1,16 @@
 #
 # NetPacket - Base class for NetPacket::* object hierarchy.
 #
-# Comments/suggestions to tpot at samba.org
-#
 # Checksumming added by Stephanie Wehner, atrak at itsx.com
 #
-# $Id: NetPacket.pm,v 1.9 2001/07/29 23:45:34 tpot Exp $
-#
 
 package NetPacket;
 
-#
-# Copyright (c) 2001 Tim Potter.
-#
-# This package is free software and is provided "as is" without express 
-# or implied warranty.  It may be used, redistributed and/or modified 
-# under the terms of the Perl Artistic License (see
-# http://www.perl.com/perl/misc/Artistic.html)
-#
-# Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-# the participants in the CRC for Advanced Computational Systems
-# ('ACSys').
-#
-# ACSys makes this software and all associated data and documentation
-# ('Software') available free of charge.  You may make copies of the 
-# Software but you must include all of this notice on any copy.
-#
-# The Software was developed for research purposes and ACSys does not
-# warrant that it is error free or fit for any purpose.  ACSys
-# disclaims any liability for all claims, expenses, losses, damages
-# and costs any user may incur as a result of using, copying or
-# modifying the Software.
-#
-# Copyright (c) 2001 Stephanie Wehner
-#
 
 use strict;
 use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
-our $VERSION = '0.41.1';
+our $VERSION = '0.42.0';
 
 BEGIN {
     @ISA = qw(Exporter);
@@ -219,26 +191,14 @@
 
 =head1 COPYRIGHT
 
-  Copyright (c) 2001 Tim Potter.
-
-  This package is free software and is provided "as is" without express 
-  or implied warranty.  It may be used, redistributed and/or modified 
-  under the terms of the Perl Artistic License (see
-  http://www.perl.com/perl/misc/Artistic.html)
-
-  Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-  the participants in the CRC for Advanced Computational Systems
-  ('ACSys').
-
-  ACSys makes this software and all associated data and documentation
-  ('Software') available free of charge.  You may make copies of the 
-  Software but you must include all of this notice on any copy.
-
-  The Software was developed for research purposes and ACSys does not
-  warrant that it is error free or fit for any purpose.  ACSys
-  disclaims any liability for all claims, expenses, losses, damages
-  and costs any user may incur as a result of using, copying or
-  modifying the Software.
+This is free software; you can redistribute it and/or modify it 
+under the same terms as the Perl 5 programming language system itself.
+
+Copyright (c) 2001 Tim Potter and Stephanie Wehner.
+
+Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
+the participants in the CRC for Advanced Computational Systems
+('ACSys').
 
 =head1 AUTHORS
 
@@ -250,4 +210,3 @@
 
 =cut
 
-# any real autoloaded methods go after this line

Modified: trunk/libnetpacket-perl/lib/NetPacket/ARP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/lib/NetPacket/ARP.pm?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/lib/NetPacket/ARP.pm (original)
+++ trunk/libnetpacket-perl/lib/NetPacket/ARP.pm Tue Mar 30 19:57:10 2010
@@ -1,41 +1,13 @@
 #
 # NetPacket::ARP - Decode and endode ARP (Address Resolution Protocol)
 # packets. 
-#
-# Comments/suggestions to tpot at samba.org
-#
-# $Id: ARP.pm,v 1.11 2001/07/29 23:45:00 tpot Exp $
-#
 
 package NetPacket::ARP;
-
-#
-# Copyright (c) 2001 Tim Potter.
-#
-# This package is free software and is provided "as is" without express 
-# or implied warranty.  It may be used, redistributed and/or modified 
-# under the terms of the Perl Artistic License (see
-# http://www.perl.com/perl/misc/Artistic.html)
-#
-# Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-# the participants in the CRC for Advanced Computational Systems
-# ('ACSys').
-#
-# ACSys makes this software and all associated data and documentation
-# ('Software') available free of charge.  You may make copies of the 
-# Software but you must include all of this notice on any copy.
-#
-# The Software was developed for research purposes and ACSys does not
-# warrant that it is error free or fit for any purpose.  ACSys
-# disclaims any liability for all claims, expenses, losses, damages
-# and costs any user may incur as a result of using, copying or
-# modifying the Software.
-#
 
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
-our $VERSION = '0.41.1';
+our $VERSION = '0.42.0';
 
 BEGIN {
     @ISA = qw(Exporter NetPacket);
@@ -302,26 +274,14 @@
 
 =head1 COPYRIGHT
 
-  Copyright (c) 2001 Tim Potter.
-
-  This package is free software and is provided "as is" without express 
-  or implied warranty.  It may be used, redistributed and/or modified 
-  under the terms of the Perl Artistic License (see
-  http://www.perl.com/perl/misc/Artistic.html)
-
-  Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-  the participants in the CRC for Advanced Computational Systems
-  ('ACSys').
-
-  ACSys makes this software and all associated data and documentation
-  ('Software') available free of charge.  You may make copies of the 
-  Software but you must include all of this notice on any copy.
-
-  The Software was developed for research purposes and ACSys does not
-  warrant that it is error free or fit for any purpose.  ACSys
-  disclaims any liability for all claims, expenses, losses, damages
-  and costs any user may incur as a result of using, copying or
-  modifying the Software.
+This is free software; you can redistribute it and/or modify it 
+under the same terms as the Perl 5 programming language system itself.
+
+Copyright (c) 2001 Tim Potter.
+
+Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
+the participants in the CRC for Advanced Computational Systems
+('ACSys').
 
 =head1 AUTHOR
 

Modified: trunk/libnetpacket-perl/lib/NetPacket/Ethernet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/lib/NetPacket/Ethernet.pm?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/lib/NetPacket/Ethernet.pm (original)
+++ trunk/libnetpacket-perl/lib/NetPacket/Ethernet.pm Tue Mar 30 19:57:10 2010
@@ -1,40 +1,12 @@
 #
 # NetPacket::Ethernet - Decode and encode ethernet packets.
-#
-# Comments/suggestions to tpot at samba.org
-#
-# $Id: Ethernet.pm,v 1.12 2001/07/29 23:45:00 tpot Exp $
-#
 
 package NetPacket::Ethernet;
-
-#
-# Copyright (c) 2001 Tim Potter.
-#
-# This package is free software and is provided "as is" without express 
-# or implied warranty.  It may be used, redistributed and/or modified 
-# under the terms of the Perl Artistic License (see
-# http://www.perl.com/perl/misc/Artistic.html)
-#
-# Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-# the  participants in the CRC for Advanced Computational Systems
-# ('ACSys').
-#
-# ACSys makes this software and all associated data and documentation
-# ('Software') available free of charge.  You may make copies of the 
-# Software but you must include all of this notice on any copy.
-#
-# The Software was developed for research purposes and ACSys does not
-# warrant that it is error free or fit for any purpose.  ACSys
-# disclaims any liability for all claims, expenses, losses, damages
-# and costs any user may incur as a result of using, copying or
-# modifying the Software.
-#
 
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
-our $VERSION = '0.41.1';
+our $VERSION = '0.42.0';
 
 BEGIN {
     @ISA = qw(Exporter NetPacket);
@@ -287,26 +259,15 @@
 
 =head1 COPYRIGHT
 
-  Copyright (c) 2001 Tim Potter.
-
-  This package is free software and is provided "as is" without express 
-  or implied warranty.  It may be used, redistributed and/or modified 
-  under the terms of the Perl Artistic License (see
-  http://www.perl.com/perl/misc/Artistic.html)
-
-  Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-  the participants in the CRC for Advanced Computational Systems
-  ('ACSys').
-
-  ACSys makes this software and all associated data and documentation
-  ('Software') available free of charge.  You may make copies of the 
-  Software but you must include all of this notice on any copy.
-
-  The Software was developed for research purposes and ACSys does not
-  warrant that it is error free or fit for any purpose.  ACSys
-  disclaims any liability for all claims, expenses, losses, damages
-  and costs any user may incur as a result of using, copying or
-  modifying the Software.
+This is free software; you can redistribute it and/or modify it 
+under the same terms as the Perl 5 programming language system itself.
+
+Copyright (c) 2001 Tim Potter and Stephanie Wehner.
+
+Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
+the participants in the CRC for Advanced Computational Systems
+('ACSys').
+
 
 =head1 AUTHOR
 

Modified: trunk/libnetpacket-perl/lib/NetPacket/ICMP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/lib/NetPacket/ICMP.pm?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/lib/NetPacket/ICMP.pm (original)
+++ trunk/libnetpacket-perl/lib/NetPacket/ICMP.pm Tue Mar 30 19:57:10 2010
@@ -1,46 +1,15 @@
 #
 # NetPacket::ICMP -Decode and encode ICMP (Internet Control Message
 # Protocol) packets.
-#
-# Comments/suggestions to tpot at samba.org
-#
-# Encode and checksum by Stephanie Wehner <atrak at itsx.com>
-#
-# $Id: ICMP.pm,v 1.11 2001/07/29 23:45:00 tpot Exp $
-#
 
 package NetPacket::ICMP;
 
-#
-# Copyright (c) 2001 Tim Potter.
-#
-# This package is free software and is provided "as is" without express 
-# or implied warranty.  It may be used, redistributed and/or modified 
-# under the terms of the Perl Artistic License (see
-# http://www.perl.com/perl/misc/Artistic.html)
-#
-# Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-# the participants in the CRC for Advanced Computational Systems
-# ('ACSys').
-#
-# ACSys makes this software and all associated data and documentation
-# ('Software') available free of charge.  You may make copies of the 
-# Software but you must include all of this notice on any copy.
-#
-# The Software was developed for research purposes and ACSys does not
-# warrant that it is error free or fit for any purpose.  ACSys
-# disclaims any liability for all claims, expenses, losses, damages
-# and costs any user may incur as a result of using, copying or
-# modifying the Software.
-#
-# Copyright (c) 2001 Stephanie Wehner
-#
 
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 
-our $VERSION = '0.41.1';
+our $VERSION = '0.42.0';
 
 BEGIN {
     @ISA = qw(Exporter NetPacket);
@@ -132,7 +101,7 @@
     my ($pkt, @rest) = @_;
 
     my $icmp_obj = decode($pkt);
-    return $icmp_obj->data;
+    return $icmp_obj->{data};
 }
 
 #
@@ -302,26 +271,15 @@
 
 =head1 COPYRIGHT
 
-  Copyright (c) 2001 Tim Potter.
-
-  This package is free software and is provided "as is" without express 
-  or implied warranty.  It may be used, redistributed and/or modified 
-  under the terms of the Perl Artistic License (see
-  http://www.perl.com/perl/misc/Artistic.html)
-
-  Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-  the participants in the CRC for Advanced Computational Systems
-  ('ACSys').
-
-  ACSys makes this software and all associated data and documentation
-  ('Software') available free of charge.  You may make copies of the 
-  Software but you must include all of this notice on any copy.
-
-  The Software was developed for research purposes and ACSys does not
-  warrant that it is error free or fit for any purpose.  ACSys
-  disclaims any liability for all claims, expenses, losses, damages
-  and costs any user may incur as a result of using, copying or
-  modifying the Software.
+This is free software; you can redistribute it and/or modify it 
+under the same terms as the Perl 5 programming language system itself.
+
+Copyright (c) 2001 Tim Potter and Stephanie Wehner.
+
+Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
+the participants in the CRC for Advanced Computational Systems
+('ACSys').
+
 
 =head1 AUTHOR
 

Modified: trunk/libnetpacket-perl/lib/NetPacket/IGMP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/lib/NetPacket/IGMP.pm?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/lib/NetPacket/IGMP.pm (original)
+++ trunk/libnetpacket-perl/lib/NetPacket/IGMP.pm Tue Mar 30 19:57:10 2010
@@ -1,41 +1,14 @@
 #
 # NetPacket::IGMP - Decode and encode IGMP (Internet Group Management
 # Protocol) packets.
-#
-# Comments/suggestions to tpot at samba.org
-#
-# $Id: IGMP.pm,v 1.9 2001/07/29 23:45:00 tpot Exp $
-#
 
 package NetPacket::IGMP;
 
-#
-# Copyright (c) 2001 Tim Potter.
-#
-# This package is free software and is provided "as is" without express 
-# or implied warranty.  It may be used, redistributed and/or modified 
-# under the terms of the Perl Artistic License (see
-# http://www.perl.com/perl/misc/Artistic.html)
-#
-# Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-# the participants in the CRC for Advanced Computational Systems
-# ('ACSys').
-#
-# ACSys makes this software and all associated data and documentation
-# ('Software') available free of charge.  You may make copies of the 
-# Software but you must include all of this notice on any copy.
-#
-# The Software was developed for research purposes and ACSys does not
-# warrant that it is error free or fit for any purpose.  ACSys
-# disclaims any liability for all claims, expenses, losses, damages
-# and costs any user may incur as a result of using, copying or
-# modifying the Software.
-#
 
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
-our $VERSION = '0.41.1';
+our $VERSION = '0.42.0';
 
 BEGIN {
     @ISA = qw(Exporter NetPacket);
@@ -335,26 +308,15 @@
 
 =head1 COPYRIGHT
 
-  Copyright (c) 2001 Tim Potter.
-
-  This package is free software and is provided "as is" without express 
-  or implied warranty.  It may be used, redistributed and/or modified 
-  under the terms of the Perl Artistic License (see
-  http://www.perl.com/perl/misc/Artistic.html)
-
-  Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-  the participants in the CRC for Advanced Computational Systems
-  ('ACSys').
-
-  ACSys makes this software and all associated data and documentation
-  ('Software') available free of charge.  You may make copies of the 
-  Software but you must include all of this notice on any copy.
-
-  The Software was developed for research purposes and ACSys does not
-  warrant that it is error free or fit for any purpose.  ACSys
-  disclaims any liability for all claims, expenses, losses, damages
-  and costs any user may incur as a result of using, copying or
-  modifying the Software.
+This is free software; you can redistribute it and/or modify it 
+under the same terms as the Perl 5 programming language system itself.
+
+Copyright (c) 2001 Tim Potter.
+
+Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
+the participants in the CRC for Advanced Computational Systems
+('ACSys').
+
 
 =head1 AUTHOR
 

Modified: trunk/libnetpacket-perl/lib/NetPacket/IP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/lib/NetPacket/IP.pm?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/lib/NetPacket/IP.pm (original)
+++ trunk/libnetpacket-perl/lib/NetPacket/IP.pm Tue Mar 30 19:57:10 2010
@@ -1,45 +1,15 @@
 #
 # NetPacket::IP - Decode and encode IP (Internet Protocol) packets. 
 #
-# Comments/suggestions to tpot at samba.org
-#
 # Encoding part by Stephanie Wehner, atrak at itsx.com
-#
-# $Id: IP.pm,v 1.16 2001/07/29 23:45:00 tpot Exp $
-#
 
 package NetPacket::IP;
-
-#
-# Copyright (c) 2001 Tim Potter.
-#
-# This package is free software and is provided "as is" without express 
-# or implied warranty.  It may be used, redistributed and/or modified 
-# under the terms of the Perl Artistic License (see
-# http://www.perl.com/perl/misc/Artistic.html)
-#
-# Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-# the  participants in the CRC for Advanced Computational Systems
-# ('ACSys').
-#
-# ACSys makes this software and all associated data and documentation
-# ('Software') available free of charge.  You may make copies of the 
-# Software but you must include all of this notice on any copy.
-#
-# The Software was developed for research purposes and ACSys does not
-# warrant that it is error free or fit for any purpose.  ACSys
-# disclaims any liability for all claims, expenses, losses, damages
-# and costs any user may incur as a result of using, copying or
-# modifying the Software.
-#
-# Copyright (c) 2001 Stephanie Wehner
-#
 
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 use NetPacket;
 
-our $VERSION = '0.41.1';
+our $VERSION = '0.42.0';
 
 BEGIN {
     @ISA = qw(Exporter NetPacket);
@@ -431,26 +401,14 @@
 
 =head1 COPYRIGHT
 
-  Copyright (c) 2001 Tim Potter.
-
-  This package is free software and is provided "as is" without express 
-  or implied warranty.  It may be used, redistributed and/or modified 
-  under the terms of the Perl Artistic License (see
-  http://www.perl.com/perl/misc/Artistic.html)
-
-  Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-  the participants in the CRC for Advanced Computational Systems
-  ('ACSys').
-
-  ACSys makes this software and all associated data and documentation
-  ('Software') available free of charge.  You may make copies of the 
-  Software but you must include all of this notice on any copy.
-
-  The Software was developed for research purposes and ACSys does not
-  warrant that it is error free or fit for any purpose.  ACSys
-  disclaims any liability for all claims, expenses, losses, damages
-  and costs any user may incur as a result of using, copying or
-  modifying the Software.
+This is free software; you can redistribute it and/or modify it 
+under the same terms as the Perl 5 programming language system itself.
+
+Copyright (c) 2001 Tim Potter and Stephanie Wehner.
+
+Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
+the participants in the CRC for Advanced Computational Systems
+('ACSys').
 
 =head1 AUTHOR
 

Modified: trunk/libnetpacket-perl/lib/NetPacket/TCP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/lib/NetPacket/TCP.pm?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/lib/NetPacket/TCP.pm (original)
+++ trunk/libnetpacket-perl/lib/NetPacket/TCP.pm Tue Mar 30 19:57:10 2010
@@ -2,39 +2,9 @@
 # NetPacket::TCP - Decode and encode TCP (Transmission Control
 # Protocol) packets. 
 #
-# Comments/suggestions to tpot at samba.org
-#
 # Encode and checksumming part, Stephanie Wehner, atrak at itsx.com
-#
-# $Id: TCP.pm,v 1.16 2001/08/01 02:31:27 tpot Exp $
-#
 
 package NetPacket::TCP;
-
-#
-# Copyright (c) 2001 Tim Potter.
-#
-# This package is free software and is provided "as is" without express 
-# or implied warranty.  It may be used, redistributed and/or modified 
-# under the terms of the Perl Artistic License (see
-# http://www.perl.com/perl/misc/Artistic.html)
-#
-# Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-# the participants in the CRC for Advanced Computational Systems
-# ('ACSys').
-#
-# ACSys makes this software and all associated data and documentation
-# ('Software') available free of charge.  You may make copies of the 
-# Software but you must include all of this notice on any copy.
-#
-# The Software was developed for research purposes and ACSys does not
-# warrant that it is error free or fit for any purpose.  ACSys
-# disclaims any liability for all claims, expenses, losses, damages
-# and costs any user may incur as a result of using, copying or
-# modifying the Software.
-#
-# Copyright (c) 2001 Stephanie Wehner
-#
 
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
@@ -53,7 +23,7 @@
 use constant ECE => 0x40;
 use constant CWR => 0x80;
 
-our $VERSION = '0.41.1';
+our $VERSION = '0.42.0';
 
 BEGIN {
     @ISA = qw(Exporter NetPacket);
@@ -434,26 +404,14 @@
 
 =head1 COPYRIGHT
 
-  Copyright (c) 2001 Tim Potter.
-
-  This package is free software and is provided "as is" without express 
-  or implied warranty.  It may be used, redistributed and/or modified 
-  under the terms of the Perl Artistic License (see
-  http://www.perl.com/perl/misc/Artistic.html)
-
-  Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-  the participants in the CRC for Advanced Computational Systems
-  ('ACSys').
-
-  ACSys makes this software and all associated data and documentation
-  ('Software') available free of charge.  You may make copies of the 
-  Software but you must include all of this notice on any copy.
-
-  The Software was developed for research purposes and ACSys does not
-  warrant that it is error free or fit for any purpose.  ACSys
-  disclaims any liability for all claims, expenses, losses, damages
-  and costs any user may incur as a result of using, copying or
-  modifying the Software.
+This is free software; you can redistribute it and/or modify it 
+under the same terms as the Perl 5 programming language system itself.
+
+Copyright (c) 2001 Tim Potter and Stephanie Wehner.
+
+Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
+the participants in the CRC for Advanced Computational Systems
+('ACSys').
 
 =head1 AUTHOR
 

Modified: trunk/libnetpacket-perl/lib/NetPacket/UDP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/lib/NetPacket/UDP.pm?rev=55196&op=diff
==============================================================================
--- trunk/libnetpacket-perl/lib/NetPacket/UDP.pm (original)
+++ trunk/libnetpacket-perl/lib/NetPacket/UDP.pm Tue Mar 30 19:57:10 2010
@@ -1,46 +1,15 @@
 #
 # NetPacket::UDP - Decode and encode UDP (User Datagram Protocol)
 # packets. 
-#
-# Comments/suggestions to tpot at samba.org
-# Encode and checksum by Stephanie Wehner <atrak at itsx.com>
-#
-# $Id: UDP.pm,v 1.13 2001/07/29 23:45:00 tpot Exp $
-#
 
 package NetPacket::UDP;
-
-#
-# Copyright (c) 2001 Tim Potter.
-#
-# This package is free software and is provided "as is" without express 
-# or implied warranty.  It may be used, redistributed and/or modified 
-# under the terms of the Perl Artistic License (see
-# http://www.perl.com/perl/misc/Artistic.html)
-#
-# Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-# the participants in the CRC for Advanced Computational Systems
-# ('ACSys').
-#
-# ACSys makes this software and all associated data and documentation
-# ('Software') available free of charge.  You may make copies of the 
-# Software but you must include all of this notice on any copy.
-#
-# The Software was developed for research purposes and ACSys does not
-# warrant that it is error free or fit for any purpose.  ACSys
-# disclaims any liability for all claims, expenses, losses, damages
-# and costs any user may incur as a result of using, copying or
-# modifying the Software.
-#
-# Copyright (c) 2001 Stephanie Wehner
-#
 
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 use NetPacket;
 use NetPacket::IP;
 
-our $VERSION = '0.41.1';
+our $VERSION = '0.42.0';
 
 BEGIN {
     @ISA = qw(Exporter NetPacket);
@@ -368,26 +337,14 @@
 
 =head1 COPYRIGHT
 
-  Copyright (c) 2001 Tim Potter.
-
-  This package is free software and is provided "as is" without express 
-  or implied warranty.  It may be used, redistributed and/or modified 
-  under the terms of the Perl Artistic License (see
-  http://www.perl.com/perl/misc/Artistic.html)
-
-  Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
-  the participants in the CRC for Advanced Computational Systems
-  ('ACSys').
-
-  ACSys makes this software and all associated data and documentation
-  ('Software') available free of charge.  You may make copies of the 
-  Software but you must include all of this notice on any copy.
-
-  The Software was developed for research purposes and ACSys does not
-  warrant that it is error free or fit for any purpose.  ACSys
-  disclaims any liability for all claims, expenses, losses, damages
-  and costs any user may incur as a result of using, copying or
-  modifying the Software.
+This is free software; you can redistribute it and/or modify it 
+under the same terms as the Perl 5 programming language system itself.
+
+Copyright (c) 2001 Tim Potter.
+
+Copyright (c) 1995,1996,1997,1998,1999 ANU and CSIRO on behalf of 
+the participants in the CRC for Advanced Computational Systems
+('ACSys').
 
 =head1 AUTHOR
 




More information about the Pkg-perl-cvs-commits mailing list