This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: parse_tcpdump_log.pl: Add missing Copyright/license Author: Mauro Carvalho Chehab <[email protected]> Date: Wed Mar 9 11:25:42 2011 -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 <[email protected]> contrib/em28xx/parse_em28xx.pl | 2 +- contrib/parse_tcpdump_log.pl | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=8f3f4a70e22024f50a267b5c67a667ddc7acc605 diff --git a/contrib/em28xx/parse_em28xx.pl b/contrib/em28xx/parse_em28xx.pl index e4b5525..cbd7549 100755 --- a/contrib/em28xx/parse_em28xx.pl +++ b/contrib/em28xx/parse_em28xx.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2008 Mauro Carvalho Chehab <[email protected]> +# Copyright (C) 2008-2011 Mauro Carvalho Chehab <[email protected]> # # 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 diff --git a/contrib/parse_tcpdump_log.pl b/contrib/parse_tcpdump_log.pl index d3e7043..e290e25 100755 --- a/contrib/parse_tcpdump_log.pl +++ b/contrib/parse_tcpdump_log.pl @@ -1,4 +1,16 @@ #!/usr/bin/perl + +# Copyright (C) 2011 Mauro Carvalho Chehab <[email protected]> +# +# 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 <[email protected]> + +=head1 COPYRIGHT + +Copyright (c) 2011 by Mauro Carvalho Chehab <[email protected]>. + +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 _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
