parse_tcpdump_log.pl: Add missing Copyright/license
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 9 Mar 2011 14:25:42 +0000 (11:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 9 Mar 2011 14:25:42 +0000 (11:25 -0300)
Forgot to specify the copyright/license at the file, and to update
parse-em28xx.pl license on the previous commit.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
contrib/em28xx/parse_em28xx.pl
contrib/parse_tcpdump_log.pl

index e4b5525..cbd7549 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2008 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2008-2011 Mauro Carvalho Chehab <mchehab@redhat.com>
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
index d3e7043..e290e25 100755 (executable)
@@ -1,4 +1,16 @@
 #!/usr/bin/perl
+
+#   Copyright (C) 2011 Mauro Carvalho Chehab <mchehab@redhat.com>
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation, version 2 of the License.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+
 # using cpan, you should install Net::TcpDumpLog
 use Net::TcpDumpLog;
 use strict;
@@ -295,4 +307,17 @@ after finishing data collection, parse it with:
 
        $ B<parse_tcpdump_log.pl> usb_device.tcpdump
 
+=head1 BUGS
+
+Report bugs to Mauro Carvalho Chehab <mchehab@redhat.com>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2011 by Mauro Carvalho Chehab <mchehab@redhat.com>.
+
+License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
+
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+
 =cut