Replace my email address with the new one
authorMauro Carvalho Chehab <mchehab@silica.lan>
Wed, 22 Jan 2014 03:43:30 +0000 (01:43 -0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 22 Jan 2014 03:54:50 +0000 (01:54 -0200)
People won't get any response if sending an email to my old address.
So, remove my old address from the old copyright notices, and add my
new email for bug report purposes.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
81 files changed:
contrib/az6007/parse_az6007.pl [changed mode: 0755->0644]
contrib/cx231xx/parse_cx231xx.pl [changed mode: 0755->0644]
contrib/em28xx/parse_em28xx.pl [changed mode: 0755->0644]
contrib/em28xx/parse_em28xx_drxk.pl [changed mode: 0755->0644]
contrib/em28xx/rewrite_eeprom.pl
contrib/parse_tcpdump_log.pl [changed mode: 0755->0644]
contrib/saa7134/parse_saa7134.pl [changed mode: 0755->0644]
contrib/sn9c201/parse_sn9c201.pl [changed mode: 0755->0644]
contrib/test/ioctl-test.c
contrib/test/v4l2gl.c
contrib/test/v4l2grab.c
contrib/tm6000/parse_tm6000.pl [changed mode: 0755->0644]
contrib/usb_parse/parse_usb.pl [changed mode: 0755->0644]
lib/include/descriptors.h
lib/include/descriptors/desc_cable_delivery.h
lib/include/descriptors/desc_event_extended.h
lib/include/descriptors/desc_event_short.h
lib/include/descriptors/desc_frequency_list.h
lib/include/descriptors/desc_hierarchy.h
lib/include/descriptors/desc_language.h
lib/include/descriptors/desc_network_name.h
lib/include/descriptors/desc_sat.h
lib/include/descriptors/desc_service.h
lib/include/descriptors/desc_service_list.h
lib/include/descriptors/desc_terrestrial_delivery.h
lib/include/descriptors/eit.h
lib/include/descriptors/header.h
lib/include/descriptors/nit.h
lib/include/descriptors/pat.h
lib/include/descriptors/pmt.h
lib/include/descriptors/sdt.h
lib/include/dvb-demux.h
lib/include/dvb-fe.h
lib/include/dvb-file.h
lib/include/dvb-log.h
lib/include/dvb-sat.h
lib/include/dvb-scan.h
lib/include/dvb-v5-std.h
lib/libdvbv5/crc32.c
lib/libdvbv5/crc32.h
lib/libdvbv5/descriptors.c
lib/libdvbv5/descriptors/desc_cable_delivery.c
lib/libdvbv5/descriptors/desc_event_extended.c
lib/libdvbv5/descriptors/desc_event_short.c
lib/libdvbv5/descriptors/desc_frequency_list.c
lib/libdvbv5/descriptors/desc_hierarchy.c
lib/libdvbv5/descriptors/desc_language.c
lib/libdvbv5/descriptors/desc_network_name.c
lib/libdvbv5/descriptors/desc_sat.c
lib/libdvbv5/descriptors/desc_service.c
lib/libdvbv5/descriptors/desc_service_list.c
lib/libdvbv5/descriptors/desc_terrestrial_delivery.c
lib/libdvbv5/descriptors/eit.c
lib/libdvbv5/descriptors/header.c
lib/libdvbv5/descriptors/nit.c
lib/libdvbv5/descriptors/pat.c
lib/libdvbv5/descriptors/pmt.c
lib/libdvbv5/descriptors/sdt.c
lib/libdvbv5/dvb-demux.c
lib/libdvbv5/dvb-fe.c
lib/libdvbv5/dvb-file.c
lib/libdvbv5/dvb-legacy-channel-format.c
lib/libdvbv5/dvb-log.c
lib/libdvbv5/dvb-sat.c
lib/libdvbv5/dvb-scan.c
lib/libdvbv5/dvb-v5-std.c
lib/libdvbv5/dvb-zap-format.c
lib/libdvbv5/parse_string.c
lib/libdvbv5/parse_string.h
lib/libv4l-mplane/libv4l-mplane.c
lib/libv4lconvert/rgbyuv.c
utils/dvb/dvb-fe-tool.c
utils/dvb/dvb-format-convert.c
utils/dvb/dvbv5-scan.c
utils/dvb/dvbv5-zap.c
utils/keytable/ir-keytable.1
utils/keytable/keytable.c
utils/libmedia_dev/get_media_devices.c
utils/libmedia_dev/get_media_devices.h
utils/qv4l2/alsa_stream.c
utils/v4l2-sysfs-path/v4l2-sysfs-path.c

old mode 100755 (executable)
new mode 100644 (file)
index 28ee6ad..342b859
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2011 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2011 Mauro Carvalho Chehab
 #
 #   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
old mode 100755 (executable)
new mode 100644 (file)
index 7cfbc00..6f40202
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2010 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2010 Mauro Carvalho Chehab
 #
 #   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
old mode 100755 (executable)
new mode 100644 (file)
index cbd7549..53ab3c0
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2008-2011 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2008-2011 Mauro Carvalho Chehab
 #
 #   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
old mode 100755 (executable)
new mode 100644 (file)
index 8659cca..4786712
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2011 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2011 Mauro Carvalho Chehab
 #
 #   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 495c471..ec7d557 100644 (file)
@@ -3,7 +3,7 @@
 ################################################################################
 #  Copyright (C) 2009
 #
-#  Mauro Carvalho Chehab <mchehab@redhat.com>
+#  Mauro Carvalho Chehab
 #  Douglas Schilling Landgraf <dougsland@redhat.com>
 #
 #  This program is free software; you can redistribute it and/or modify
old mode 100755 (executable)
new mode 100644 (file)
index 802d681..af67c56
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2011-2012 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2011-2012 Mauro Carvalho Chehab
 #
 #   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
@@ -744,11 +744,11 @@ The provided info are:
 
 =head1 BUGS
 
-Report bugs to Mauro Carvalho Chehab <mchehab@redhat.com>
+Report bugs to Mauro Carvalho Chehab <m.chehab@samsung.com>
 
 =head1 COPYRIGHT
 
-Copyright (c) 2011-2012 by Mauro Carvalho Chehab <mchehab@redhat.com>.
+Copyright (c) 2011-2012 by Mauro Carvalho Chehab.
 
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 
old mode 100755 (executable)
new mode 100644 (file)
index 69f9dde..0eee458
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2008 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2008 Mauro Carvalho Chehab
 #
 #   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
old mode 100755 (executable)
new mode 100644 (file)
index 8f889d1..b432287
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2010 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2010 Mauro Carvalho Chehab
 #
 #   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 0320ed4..de79f2a 100644 (file)
@@ -14,7 +14,7 @@
 
        gcc -o ioctl-test32 ioctl-test.c -I../../include -m32
 
-   Copyright (C) 2005-2013 Mauro Carvalho Chehab <mchehab@redhat.com>
+   Copyright (C) 2005-2013 Mauro Carvalho Chehab
 
    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 4b549c1..84d9d36 100644 (file)
@@ -266,7 +266,7 @@ static int capture(char *dev_name, int x_res, int y_res, int n_frames,
  */
 
 const char *argp_program_version = "V4L2 grabber version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab <mchehab@redhat.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab <m.chehab@samsung.com>";
 
 static const char doc[] = "\nCapture images using libv4l, storing them as ppm files\n";
 
index 14d2a8f..674cbe7 100644 (file)
@@ -169,7 +169,7 @@ static int capture(char *dev_name, int x_res, int y_res, int n_frames,
  */
 
 const char *argp_program_version = "V4L2 grabber version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab <mchehab@redhat.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab <m.chehab@samsung.com>";
 
 static const char doc[] = "\nCapture images using libv4l, storing them as ppm files\n";
 
old mode 100755 (executable)
new mode 100644 (file)
index 61a4329..1b5c5e6
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#   Copyright (C) 2011 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2011 Mauro Carvalho Chehab
 #
 #   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
old mode 100755 (executable)
new mode 100644 (file)
index 7d46bf0..5af6408
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 use strict;
 
-#   Copyright (C) 2010 Mauro Carvalho Chehab <mchehab@redhat.com>
+#   Copyright (C) 2010 Mauro Carvalho Chehab
 #
 #   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 6f89aeb..b482fa0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 70f5a5b..b4aa037 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index a543590..306c2ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 521fbca..b2c979a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index e6e7945..26d078a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 9dd44c2..30bf082 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 44fe1a4..28738a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 060b2e8..1ddc86b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index bb55319..d28841b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 8f269aa..eea27ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 8e7d73f..bffce0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 9404169..b6f039d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 2af9696..9a1a637 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index c8cd466..08f2ac8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 4f19c5e..52bdc6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index edb58c5..1f74741 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 79a6172..0ca8210 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 493b853..9d27bd4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 923016e..51d2176 100644 (file)
@@ -23,7 +23,7 @@
  *     Originally licensed as GPLv2 or upper
  *
  * All subsequent changes are under GPLv2 only and are:
- *     Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ *     Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  */
 #ifndef _DVB_DEMUX_H
index 8cf2697..4accd5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 5150195..51b53cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c085e82..a72adce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 8b20c9e..a5d1698 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 9aef531..2a3a58f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 094ee12..e99cb9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 37abd78..f14dbe1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 69af116..d1968e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index aeace36..2b7bf56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 18c5774..3494b14 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 0a92b3c..89ad840 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 26f42e9..d0fdaeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 824b172..de6f9fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 1de9806..37e6d6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index d0c8acc..bd09872 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 8b907d7..c3ce3e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index d45d130..3a8bcf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index e4f8ec0..81d3d60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index ab91622..36ecc95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index ce3fefe..9414a72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index ccfe1a6..64a8897 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index d371eec..4453daf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index f0f6d73..4e603eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index dec0eba..180d30a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 308a910..1ba89ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 3650080..30207b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index bd4331f..e867c35 100644 (file)
@@ -23,7 +23,7 @@
  *     Originally licensed as GPLv2 or upper
  *
  * All subsequent changes are under GPLv2 only and are:
- *     Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ *     Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  */
 
index 4672267..41731e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 1e41fbb..cf3cef3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index d05e3d2..90f08ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 7fa811f..87d92f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2012 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 09eb4d1..e307a3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 1b0fc11..42e2c8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  * Copyright (c) 2013 - Andre Roth <neolynx@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
index 574ae1e..d193e83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index b087d76..5739e05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 5ae5a18..ce3dc06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 5530d43..61d0ed4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 65943ba..1223a00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *             (C) 2012 Mauro Carvalho Chehab <mchehab@redhat.com>
+ *             (C) 2012 Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
index d2f11bf..0f30192 100644 (file)
@@ -4,7 +4,7 @@
 #             (C) 2008 Hans de Goede <hdegoede@redhat.com>
 
 # RGB565 conversion routines
-#             (C) 2009 Mauro Carvalho Chehab <mchehab@redhat.com>
+#             (C) 2009 Mauro Carvalho Chehab
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
index 4c88afd..46612f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -27,7 +27,7 @@
 #define PROGRAM_NAME   "dvb-fe-tool"
 
 const char *argp_program_version = PROGRAM_NAME " version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab <mchehab@redhat.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab <m.chehab@samsung.com>";
 
 static const char doc[] = "\nA DVB frontend tool using API version 5\n"
        "\nOn the options bellow, the arguments are:\n"
index cad0f59..4f53295 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -51,7 +51,7 @@ static const struct argp_option options[] = {
 };
 
 const char *argp_program_version = PROGRAM_NAME " version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab <mchehab@redhat.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab <m.chehab@samsung.com>";
 
 static error_t parse_opt(int k, char *optarg, struct argp_state *state)
 {
index d54d3c2..8d3dbbe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -42,7 +42,7 @@
 #define DEFAULT_OUTPUT  "dvb_channel.conf"
 
 const char *argp_program_version = PROGRAM_NAME " version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab <mchehab@redhat.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab <m.chehab@samsung.com>";
 
 struct arguments {
        char *confname, *lnb_name, *output, *demux_dev;
index 8399046..186fd1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -46,7 +46,7 @@
 #define PROGRAM_NAME   "dvbv5-zap"
 
 const char *argp_program_version = PROGRAM_NAME " version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab <mchehab@redhat.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab <m.chehab@samsung.com>";
 
 struct arguments {
        char *confname, *lnb_name, *output, *demux_dev, *dvr_dev;
index fa9d80d..b21d0ca 100644 (file)
@@ -103,9 +103,9 @@ To append more codes to the existing table:
 To read the current keytable, on the second remote controller:
        \fBir\-keytable \-s rc1 \-r\fR
 .SH BUGS
-Report bugs to Mauro Carvalho Chehab <mchehab@redhat.com>
+Report bugs to Mauro Carvalho Chehab <m.chehab@samsung.com>
 .SH COPYRIGHT
-Copyright (c) 2010\-2011 by Mauro Carvalho Chehab <mchehab@redhat.com>.
+Copyright (c) 2010\-2011 by Mauro Carvalho Chehab.
 .PP 
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 .br 
index 8bcd5c4..065ac3b 100644 (file)
@@ -1,6 +1,6 @@
 /* keytable.c - This program allows checking/replacing keys at IR
 
-   Copyright (C) 2006-2010 Mauro Carvalho Chehab <mchehab@redhat.com>
+   Copyright (C) 2006-2010 Mauro Carvalho Chehab
 
    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
@@ -101,7 +101,7 @@ static int parse_code(char *string)
 }
 
 const char *argp_program_version = "IR keytable control version "V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab <mchehab@redhat.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab <m.chehab@samsung.com>";
 
 static const char doc[] = "\nAllows get/set IR keycode/scancode tables\n"
        "You need to have read permissions on /dev/input for the program to work\n"
index 82d5108..e3a2200 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright © 2011 by Mauro Carvalho Chehab <mchehab@redhat.com>
+   Copyright © 2011 by Mauro Carvalho Chehab
 
    The get_media_devices is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index bfa697b..a62cec6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright © 2011 by Mauro Carvalho Chehab <mchehab@redhat.com>
+   Copyright © 2011 by Mauro Carvalho Chehab
 
    The get_media_devices is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index dd01d1a..46cbd74 100644 (file)
@@ -7,7 +7,7 @@
  *  Derived from the alsa-driver test tool latency.c:
  *    Copyright (c) by Jaroslav Kysela <perex@perex.cz>
  *
- *  Copyright (c) 2011 - Mauro Carvalho Chehab <mchehab@redhat.com>
+ *  Copyright (c) 2011 - Mauro Carvalho Chehab
  *     Ported to xawtv, with bug fixes and improvements
  *
  *  This program is free software; you can redistribute it and/or modify
index 381fe5a..1ed47fe 100644 (file)
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * Author:
- *     Mauro Carvalho Chehab <mchehab@redhat.com>
+ *     Mauro Carvalho Chehab
  */
 
 #include <config.h>
@@ -30,7 +30,7 @@
 #include <argp.h>
 
 const char *argp_program_version = "v4l2-sysfs-path version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab <mchehab@redhat.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab <m.chehab@samsung.com>";
 
 static const struct argp_option options[] = {
        {"device", 'd', 0, 0, "use alternative device show mode", 0},