This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: Update my e-mail on all places
Author:  Mauro Carvalho Chehab <mchehab+sams...@kernel.org>
Date:    Sun Mar 24 17:20:20 2019 -0300

My e-mail has changed over the years. Due to that, people still
send me bug reports to e-mails I don't use anymore for upstream
stuff, or even send e-mails to addresses that doesn't exist
anymore.

So, let's put an order at the house, using just the canonical
e-mail mche...@kernel.org, as this e-mail should always point
to my current e-mail preference.

Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.org>

 contrib/decode_tm6000/decode_tm6000.c                 | 4 ++--
 contrib/parsers/au0828/parse_au0828.pl                | 2 +-
 contrib/parsers/parse_tcpdump_log.pl                  | 2 +-
 contrib/pci_traffic/README                            | 2 +-
 contrib/test/driver-test.c                            | 2 +-
 contrib/test/mc_nextgen_test.c                        | 4 ++--
 contrib/test/v4l2gl.c                                 | 4 ++--
 contrib/test/v4l2grab.c                               | 4 ++--
 contrib/xc3028-firmware/firmware-tool.c               | 2 +-
 doc/libdvbv5-index.doc                                | 4 ++--
 lib/include/libdvbv5/desc_atsc_service_location.h     | 2 +-
 lib/include/libdvbv5/desc_extension.h                 | 2 +-
 lib/include/libdvbv5/desc_isdbt_delivery.h            | 2 +-
 lib/include/libdvbv5/desc_logical_channel.h           | 2 +-
 lib/include/libdvbv5/desc_partial_reception.h         | 2 +-
 lib/include/libdvbv5/desc_t2_delivery.h               | 2 +-
 lib/include/libdvbv5/desc_ts_info.h                   | 2 +-
 lib/include/libdvbv5/vct.h                            | 2 +-
 lib/libdvbv5/descriptors/desc_atsc_service_location.c | 2 +-
 lib/libdvbv5/descriptors/desc_extension.c             | 2 +-
 lib/libdvbv5/descriptors/desc_isdbt_delivery.c        | 2 +-
 lib/libdvbv5/descriptors/desc_logical_channel.c       | 2 +-
 lib/libdvbv5/descriptors/desc_partial_reception.c     | 2 +-
 lib/libdvbv5/descriptors/desc_t2_delivery.c           | 2 +-
 lib/libdvbv5/descriptors/desc_ts_info.c               | 2 +-
 lib/libdvbv5/tables/vct.c                             | 2 +-
 lib/libv4l1/libv4l1-kernelcode-license.txt            | 2 +-
 libdvbv5-po/pt_BR.po                                  | 4 ++--
 utils/dvb/dvb-fe-tool.c                               | 2 +-
 utils/dvb/dvb-format-convert.c                        | 2 +-
 utils/dvb/dvbv5-daemon.c                              | 2 +-
 utils/dvb/dvbv5-scan.c                                | 2 +-
 utils/dvb/dvbv5-zap.c                                 | 2 +-
 utils/keytable/keytable.c                             | 2 +-
 utils/libv4l2util/v4l2_driver.c                       | 2 +-
 utils/libv4l2util/v4l2_driver.h                       | 2 +-
 utils/v4l2-dbg/v4l2-dbg-ac97.h                        | 2 +-
 utils/v4l2-dbg/v4l2-dbg-bttv.h                        | 2 +-
 utils/v4l2-dbg/v4l2-dbg-em28xx.h                      | 2 +-
 utils/v4l2-dbg/v4l2-dbg-micron.h                      | 2 +-
 utils/v4l2-dbg/v4l2-dbg-saa7134.h                     | 2 +-
 utils/v4l2-dbg/v4l2-dbg-tvp5150.h                     | 2 +-
 utils/v4l2-dbg/v4l2-dbg.h                             | 2 +-
 utils/v4l2-sysfs-path/v4l2-sysfs-path.c               | 2 +-
 v4l-utils-po/pt_BR.po                                 | 4 ++--
 v4l-utils.spec.in                                     | 2 +-
 46 files changed, 53 insertions(+), 53 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=64ab480126cc7d011485fd9804869eda1c1768e4
diff --git a/contrib/decode_tm6000/decode_tm6000.c 
b/contrib/decode_tm6000/decode_tm6000.c
index 219fde7bf2a6..bd9b2dd44d55 100644
--- a/contrib/decode_tm6000/decode_tm6000.c
+++ b/contrib/decode_tm6000/decode_tm6000.c
@@ -1,7 +1,7 @@
 /*
    decode_tm6000.c - decode multiplexed format from TM5600/TM6000 USB
 
-   Copyright (C) 2007 Mauro Carvalho Chehab <mche...@infradead.org>
+   Copyright (C) 2007 Mauro Carvalho Chehab <mche...@kernel.org>
 
    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
@@ -28,7 +28,7 @@
 #include <errno.h>
 
 const char *argp_program_version="decode_tm6000 version 0.0.1";
-const char *argp_program_bug_address="Mauro Carvalho Chehab 
<mche...@infradead.org>";
+const char *argp_program_bug_address="Mauro Carvalho Chehab 
<mche...@kernel.org>";
 const char doc[]="Decodes tm6000 proprietary format streams";
 const struct argp_option options[] = {
        {"verbose",     'v',    0,      0,      "enables debug messages", 0},
diff --git a/contrib/parsers/au0828/parse_au0828.pl 
b/contrib/parsers/au0828/parse_au0828.pl
index 2129e71b965a..1e2d6f5898e4 100755
--- a/contrib/parsers/au0828/parse_au0828.pl
+++ b/contrib/parsers/au0828/parse_au0828.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 use strict;
 
-#   Copyright (C) 2014 Mauro Carvalho Chehab <m.che...@samsung.com>
+#   Copyright (C) 2014 Mauro Carvalho Chehab <mche...@kernel.org>
 #   Copyright (c) 2014 Samsung Electronics Co., Ltd.
 #
 #   This program is free software; you can redistribute it and/or modify
diff --git a/contrib/parsers/parse_tcpdump_log.pl 
b/contrib/parsers/parse_tcpdump_log.pl
index 73596ad13960..1cafb80be455 100755
--- a/contrib/parsers/parse_tcpdump_log.pl
+++ b/contrib/parsers/parse_tcpdump_log.pl
@@ -760,7 +760,7 @@ The provided info are:
 
 =head1 BUGS
 
-Report bugs to Mauro Carvalho Chehab <m.che...@samsung.com>
+Report bugs to Mauro Carvalho Chehab <mche...@kernel.org>
 
 =head1 COPYRIGHT
 
diff --git a/contrib/pci_traffic/README b/contrib/pci_traffic/README
index 260772653368..5d60f54ee3ce 100644
--- a/contrib/pci_traffic/README
+++ b/contrib/pci_traffic/README
@@ -87,4 +87,4 @@ You may also use virt-manager to configure physical access to 
your PCI
 device.
 
 I hope this may be useful for you.
-Mauro Carvalho Chehab <mche...@infradead.org>
+Mauro Carvalho Chehab <mche...@kernel.org>
diff --git a/contrib/test/driver-test.c b/contrib/test/driver-test.c
index 48f6ed2cec65..d1f2936164de 100644
--- a/contrib/test/driver-test.c
+++ b/contrib/test/driver-test.c
@@ -1,7 +1,7 @@
 /*
    driver-test.c - This program tests V4L2 kernel drivers
 
-   Copyright (C) 2006 Mauro Carvalho Chehab <mche...@infradead.org>
+   Copyright (C) 2006 Mauro Carvalho Chehab <mche...@kernel.org>
 
    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/test/mc_nextgen_test.c b/contrib/test/mc_nextgen_test.c
index 50750e151354..b8c260457cc6 100644
--- a/contrib/test/mc_nextgen_test.c
+++ b/contrib/test/mc_nextgen_test.c
@@ -1,7 +1,7 @@
 /*
  * Media controller Next Generation test app
  *
- * Copyright (C) 2015 Mauro Carvalho Chehab <mche...@osg.samsung.com>
+ * Copyright (C) 2015 Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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 PROGRAM_NAME   "mc_nextgen_test"
 
 const char *argp_program_version = PROGRAM_NAME " version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 static const char doc[] = "\nA testing tool for the MC next geneneration 
API\n";
 
diff --git a/contrib/test/v4l2gl.c b/contrib/test/v4l2gl.c
index 84d9d364318c..4df3910ebf0b 100644
--- a/contrib/test/v4l2gl.c
+++ b/contrib/test/v4l2gl.c
@@ -1,5 +1,5 @@
 /* V4L2 video picture grabber and GL displayer
-   Copyright (C) 2009 Mauro Carvalho Chehab <mche...@infradead.org>
+   Copyright (C) 2009 Mauro Carvalho Chehab <mche...@kernel.org>
 
    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
@@ -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 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 static const char doc[] = "\nCapture images using libv4l, storing them as ppm 
files\n";
 
diff --git a/contrib/test/v4l2grab.c b/contrib/test/v4l2grab.c
index 778c51cc391a..f5668e2fda10 100644
--- a/contrib/test/v4l2grab.c
+++ b/contrib/test/v4l2grab.c
@@ -1,5 +1,5 @@
 /* V4L2 video picture grabber
-   Copyright (C) 2009 Mauro Carvalho Chehab <mche...@infradead.org>
+   Copyright (C) 2009 Mauro Carvalho Chehab <mche...@kernel.org>
 
    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
@@ -327,7 +327,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 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 static const char doc[] = "\nCapture images using libv4l, storing them as ppm 
files\n";
 
diff --git a/contrib/xc3028-firmware/firmware-tool.c 
b/contrib/xc3028-firmware/firmware-tool.c
index 969d17a93263..1b9c7549a7a0 100644
--- a/contrib/xc3028-firmware/firmware-tool.c
+++ b/contrib/xc3028-firmware/firmware-tool.c
@@ -3,7 +3,7 @@
 
    Copyright (C) 2007 Michel Ludwig <michel.lud...@gmail.com>
 
-   Copyright (C) 2007, 2008 Mauro Carvalho Chehab <mche...@infradead.org>
+   Copyright (C) 2007, 2008 Mauro Carvalho Chehab <mche...@kernel.org>
        - Improve --list command
        - Add --seek command
 
diff --git a/doc/libdvbv5-index.doc b/doc/libdvbv5-index.doc
index c55a4f845389..73ca640d636a 100644
--- a/doc/libdvbv5-index.doc
+++ b/doc/libdvbv5-index.doc
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2014 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -21,7 +21,7 @@
 /**
 @mainpage The libdvbv5 API documentation
 @copyright GNU General Public License version 2 (GPLv2)
-@author Mauro Carvalho Chehab <m.che...@samsung.com>
+@author Mauro Carvalho Chehab <mche...@kernel.org>
 @par Source code
 The source code for libdvbv5 is available together with v4l-utils source
 code, at: http://git.linuxtv.org/cgit.cgi/v4l-utils.git/
diff --git a/lib/include/libdvbv5/desc_atsc_service_location.h 
b/lib/include/libdvbv5/desc_atsc_service_location.h
index 808ae8092321..9f864085871a 100644
--- a/lib/include/libdvbv5/desc_atsc_service_location.h
+++ b/lib/include/libdvbv5/desc_atsc_service_location.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/include/libdvbv5/desc_extension.h 
b/lib/include/libdvbv5/desc_extension.h
index 51bc1a622125..8f7220de0def 100644
--- a/lib/include/libdvbv5/desc_extension.h
+++ b/lib/include/libdvbv5/desc_extension.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/include/libdvbv5/desc_isdbt_delivery.h 
b/lib/include/libdvbv5/desc_isdbt_delivery.h
index 1534f6971412..7ed033ccb72d 100644
--- a/lib/include/libdvbv5/desc_isdbt_delivery.h
+++ b/lib/include/libdvbv5/desc_isdbt_delivery.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/include/libdvbv5/desc_logical_channel.h 
b/lib/include/libdvbv5/desc_logical_channel.h
index e4d2b946dc61..9ac7d36e29d1 100644
--- a/lib/include/libdvbv5/desc_logical_channel.h
+++ b/lib/include/libdvbv5/desc_logical_channel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/include/libdvbv5/desc_partial_reception.h 
b/lib/include/libdvbv5/desc_partial_reception.h
index ea51b6e21eee..03b821ab9190 100644
--- a/lib/include/libdvbv5/desc_partial_reception.h
+++ b/lib/include/libdvbv5/desc_partial_reception.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/include/libdvbv5/desc_t2_delivery.h 
b/lib/include/libdvbv5/desc_t2_delivery.h
index e644b845d7c6..93594b766723 100644
--- a/lib/include/libdvbv5/desc_t2_delivery.h
+++ b/lib/include/libdvbv5/desc_t2_delivery.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/include/libdvbv5/desc_ts_info.h 
b/lib/include/libdvbv5/desc_ts_info.h
index 5f60b461ee7b..a3b56fb5a497 100644
--- a/lib/include/libdvbv5/desc_ts_info.h
+++ b/lib/include/libdvbv5/desc_ts_info.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013-2014 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/include/libdvbv5/vct.h b/lib/include/libdvbv5/vct.h
index 8925b9ddc444..374c73a89fbc 100644
--- a/lib/include/libdvbv5/vct.h
+++ b/lib/include/libdvbv5/vct.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  * Copyright (c) 2013 - Andre Roth <neol...@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/lib/libdvbv5/descriptors/desc_atsc_service_location.c 
b/lib/libdvbv5/descriptors/desc_atsc_service_location.c
index a4edda6b0203..7a839ad3ee2c 100644
--- a/lib/libdvbv5/descriptors/desc_atsc_service_location.c
+++ b/lib/libdvbv5/descriptors/desc_atsc_service_location.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/libdvbv5/descriptors/desc_extension.c 
b/lib/libdvbv5/descriptors/desc_extension.c
index a88db8218eae..e3aa77ed6d7f 100644
--- a/lib/libdvbv5/descriptors/desc_extension.c
+++ b/lib/libdvbv5/descriptors/desc_extension.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/libdvbv5/descriptors/desc_isdbt_delivery.c 
b/lib/libdvbv5/descriptors/desc_isdbt_delivery.c
index e799fea7d695..fd79630f12e3 100644
--- a/lib/libdvbv5/descriptors/desc_isdbt_delivery.c
+++ b/lib/libdvbv5/descriptors/desc_isdbt_delivery.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/libdvbv5/descriptors/desc_logical_channel.c 
b/lib/libdvbv5/descriptors/desc_logical_channel.c
index 7ae4d59a4314..5c9a99fca0b8 100644
--- a/lib/libdvbv5/descriptors/desc_logical_channel.c
+++ b/lib/libdvbv5/descriptors/desc_logical_channel.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/libdvbv5/descriptors/desc_partial_reception.c 
b/lib/libdvbv5/descriptors/desc_partial_reception.c
index e1dc17dbcb84..26645063276b 100644
--- a/lib/libdvbv5/descriptors/desc_partial_reception.c
+++ b/lib/libdvbv5/descriptors/desc_partial_reception.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/libdvbv5/descriptors/desc_t2_delivery.c 
b/lib/libdvbv5/descriptors/desc_t2_delivery.c
index 8b4de21ca2dc..e09973c0cd62 100644
--- a/lib/libdvbv5/descriptors/desc_t2_delivery.c
+++ b/lib/libdvbv5/descriptors/desc_t2_delivery.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/libdvbv5/descriptors/desc_ts_info.c 
b/lib/libdvbv5/descriptors/desc_ts_info.c
index 2bda32891ba4..d13d5d5f7f4a 100644
--- a/lib/libdvbv5/descriptors/desc_ts_info.c
+++ b/lib/libdvbv5/descriptors/desc_ts_info.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  *
  * 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
diff --git a/lib/libdvbv5/tables/vct.c b/lib/libdvbv5/tables/vct.c
index 743e9fd2558a..807a399a1501 100644
--- a/lib/libdvbv5/tables/vct.c
+++ b/lib/libdvbv5/tables/vct.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 - Mauro Carvalho Chehab <m.che...@samsung.com>
+ * Copyright (c) 2013 - Mauro Carvalho Chehab <mche...@kernel.org>
  * Copyright (c) 2013-2014 - Andre Roth <neol...@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/lib/libv4l1/libv4l1-kernelcode-license.txt 
b/lib/libv4l1/libv4l1-kernelcode-license.txt
index be098db1a063..5ef44a5149cb 100644
--- a/lib/libv4l1/libv4l1-kernelcode-license.txt
+++ b/lib/libv4l1/libv4l1-kernelcode-license.txt
@@ -326,7 +326,7 @@ Received: from [10.11.10.12] (vpn-10-12.rdu.redhat.com 
[10.11.10.12])
        Wed, 19 May 2010 10:25:00 -0400
 Message-ID: <4bf3f4b9.3060...@redhat.com>
 Date: Wed, 19 May 2010 11:24:57 -0300
-From: Mauro Carvalho Chehab <mche...@redhat.com>
+From: Mauro Carvalho Chehab <mche...@kernel.org>
 User-Agent: Thunderbird 2.0.0.22 (X11/20090609)
 MIME-Version: 1.0
 To: Hans de Goede <hdego...@redhat.com>
diff --git a/libdvbv5-po/pt_BR.po b/libdvbv5-po/pt_BR.po
index f3586f68144d..67b1ab2e4994 100644
--- a/libdvbv5-po/pt_BR.po
+++ b/libdvbv5-po/pt_BR.po
@@ -2,7 +2,7 @@
 # Traduções em português brasileiro para libdvbv5.
 # Copyright (C) 2014 Mauro Carvalho Chehab
 # This file is distributed under the same license as the v4l-utils package.
-# Mauro Carvalho Chehab <mche...@osg.samsung.com>, 2014.
+# Mauro Carvalho Chehab <mche...@kernel.org>, 2014.
 #
 msgid ""
 msgstr ""
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: linux-me...@vger.kernel.org\n"
 "POT-Creation-Date: 2018-09-21 15:56-0300\n"
 "PO-Revision-Date: 2017-05-06 23:13-0300\n"
-"Last-Translator: Mauro Carvalho Chehab <mche...@osg.samsung.com>\n"
+"Last-Translator: Mauro Carvalho Chehab <mche...@kernel.org>\n"
 "Language-Team: Brazilian Portuguese\n"
 "Language: pt_BR\n"
 "MIME-Version: 1.0\n"
diff --git a/utils/dvb/dvb-fe-tool.c b/utils/dvb/dvb-fe-tool.c
index ef2fee16ec69..6cd8915702c3 100644
--- a/utils/dvb/dvb-fe-tool.c
+++ b/utils/dvb/dvb-fe-tool.c
@@ -42,7 +42,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 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 static const char doc[] = N_(
        "\nA DVB frontend tool using API version 5\n"
diff --git a/utils/dvb/dvb-format-convert.c b/utils/dvb/dvb-format-convert.c
index 3cbe9e7e468c..d9019e508fa5 100644
--- a/utils/dvb/dvb-format-convert.c
+++ b/utils/dvb/dvb-format-convert.c
@@ -66,7 +66,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 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 static error_t parse_opt(int k, char *optarg, struct argp_state *state)
 {
diff --git a/utils/dvb/dvbv5-daemon.c b/utils/dvb/dvbv5-daemon.c
index 244168a37e97..e6982efd4006 100644
--- a/utils/dvb/dvbv5-daemon.c
+++ b/utils/dvb/dvbv5-daemon.c
@@ -77,7 +77,7 @@
 #define PROGRAM_NAME   "dvbv5-daemon"
 
 const char *argp_program_version = PROGRAM_NAME " version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 static const char doc[] = N_(
        "\nA DVB remote daemon using API version 5\n");
diff --git a/utils/dvb/dvbv5-scan.c b/utils/dvb/dvbv5-scan.c
index 65c7c730397e..0a52243306ae 100644
--- a/utils/dvb/dvbv5-scan.c
+++ b/utils/dvb/dvbv5-scan.c
@@ -56,7 +56,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 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 struct arguments {
        char *confname, *lnb_name, *output, *demux_dev;
diff --git a/utils/dvb/dvbv5-zap.c b/utils/dvb/dvbv5-zap.c
index 4d5cb6fee0e9..bef5a0773597 100644
--- a/utils/dvb/dvbv5-zap.c
+++ b/utils/dvb/dvbv5-zap.c
@@ -83,7 +83,7 @@
 const int NANO_SECONDS_IN_SEC = 1000000000;
 
 const char *argp_program_version = PROGRAM_NAME " version " V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 struct arguments {
        char *confname, *lnb_name, *output, *demux_dev, *dvr_dev, *dvr_fname;
diff --git a/utils/keytable/keytable.c b/utils/keytable/keytable.c
index e15440deb1ca..46074ee9ef41 100644
--- a/utils/keytable/keytable.c
+++ b/utils/keytable/keytable.c
@@ -222,7 +222,7 @@ static int parse_code(const char *string)
 }
 
 const char *argp_program_version = "IR keytable control version " 
V4L_UTILS_VERSION;
-const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 static const char doc[] = N_(
        "\nAllows get/set IR keycode/scancode tables\n"
diff --git a/utils/libv4l2util/v4l2_driver.c b/utils/libv4l2util/v4l2_driver.c
index 43e18d0041df..679820470486 100644
--- a/utils/libv4l2util/v4l2_driver.c
+++ b/utils/libv4l2util/v4l2_driver.c
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2006 Mauro Carvalho Chehab <mche...@infradead.org>
+   Copyright (C) 2006 Mauro Carvalho Chehab <mche...@kernel.org>
 
    The libv4l2util Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/utils/libv4l2util/v4l2_driver.h b/utils/libv4l2util/v4l2_driver.h
index 671cc2de19fd..0526a39faeba 100644
--- a/utils/libv4l2util/v4l2_driver.h
+++ b/utils/libv4l2util/v4l2_driver.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2006 Mauro Carvalho Chehab <mche...@infradead.org>
+   Copyright (C) 2006 Mauro Carvalho Chehab <mche...@kernel.org>
 
    The libv4l2util Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/utils/v4l2-dbg/v4l2-dbg-ac97.h b/utils/v4l2-dbg/v4l2-dbg-ac97.h
index c9df84319114..a37c8784214c 100644
--- a/utils/v4l2-dbg/v4l2-dbg-ac97.h
+++ b/utils/v4l2-dbg/v4l2-dbg-ac97.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@infradead.org>
+    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@kernel.org>
     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.
diff --git a/utils/v4l2-dbg/v4l2-dbg-bttv.h b/utils/v4l2-dbg/v4l2-dbg-bttv.h
index 460442d7fe37..f71cc0c1e4ad 100644
--- a/utils/v4l2-dbg/v4l2-dbg-bttv.h
+++ b/utils/v4l2-dbg/v4l2-dbg-bttv.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@infradead.org>
+    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@kernel.org>
     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.
diff --git a/utils/v4l2-dbg/v4l2-dbg-em28xx.h b/utils/v4l2-dbg/v4l2-dbg-em28xx.h
index e946a5d5b59c..1cb32534dc82 100644
--- a/utils/v4l2-dbg/v4l2-dbg-em28xx.h
+++ b/utils/v4l2-dbg/v4l2-dbg-em28xx.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@infradead.org>
+    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@kernel.org>
     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.
diff --git a/utils/v4l2-dbg/v4l2-dbg-micron.h b/utils/v4l2-dbg/v4l2-dbg-micron.h
index a797dc0264ea..694e05de5736 100644
--- a/utils/v4l2-dbg/v4l2-dbg-micron.h
+++ b/utils/v4l2-dbg/v4l2-dbg-micron.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2009 Mauro Carvalho Chehab <mche...@infradead.org>
+    Copyright (C) 2009 Mauro Carvalho Chehab <mche...@kernel.org>
     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.
diff --git a/utils/v4l2-dbg/v4l2-dbg-saa7134.h 
b/utils/v4l2-dbg/v4l2-dbg-saa7134.h
index ac7151dd0e2b..a8c9a3ef27a8 100644
--- a/utils/v4l2-dbg/v4l2-dbg-saa7134.h
+++ b/utils/v4l2-dbg/v4l2-dbg-saa7134.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@infradead.org>
+    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@kernel.org>
     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.
diff --git a/utils/v4l2-dbg/v4l2-dbg-tvp5150.h 
b/utils/v4l2-dbg/v4l2-dbg-tvp5150.h
index 18f31c0154e2..048ee421fb14 100644
--- a/utils/v4l2-dbg/v4l2-dbg-tvp5150.h
+++ b/utils/v4l2-dbg/v4l2-dbg-tvp5150.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@infradead.org>
+    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@kernel.org>
     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.
diff --git a/utils/v4l2-dbg/v4l2-dbg.h b/utils/v4l2-dbg/v4l2-dbg.h
index 3416cb278c4a..7b2c4f90c91d 100644
--- a/utils/v4l2-dbg/v4l2-dbg.h
+++ b/utils/v4l2-dbg/v4l2-dbg.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@infradead.org>
+    Copyright (C) 2008 Mauro Carvalho Chehab <mche...@kernel.org>
     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.
diff --git a/utils/v4l2-sysfs-path/v4l2-sysfs-path.c 
b/utils/v4l2-sysfs-path/v4l2-sysfs-path.c
index 1ed47fe8c1e1..c440b24fdaa2 100644
--- a/utils/v4l2-sysfs-path/v4l2-sysfs-path.c
+++ b/utils/v4l2-sysfs-path/v4l2-sysfs-path.c
@@ -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 
<m.che...@samsung.com>";
+const char *argp_program_bug_address = "Mauro Carvalho Chehab 
<mche...@kernel.org>";
 
 static const struct argp_option options[] = {
        {"device", 'd', 0, 0, "use alternative device show mode", 0},
diff --git a/v4l-utils-po/pt_BR.po b/v4l-utils-po/pt_BR.po
index 69ae05a7678a..a312873f712d 100644
--- a/v4l-utils-po/pt_BR.po
+++ b/v4l-utils-po/pt_BR.po
@@ -2,7 +2,7 @@
 # Traduções em português brasileiro para o pacote v4l-utils.
 # Copyright (C) 2014 Mauro Carvalho Chehab
 # This file is distributed under the same license as the v4l-utils package.
-# Mauro Carvalho Chehab <mche...@osg.samsung.com>, 2014.
+# Mauro Carvalho Chehab <mche...@kernel.org>, 2014.
 #
 msgid ""
 msgstr ""
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: linux-me...@vger.kernel.org\n"
 "POT-Creation-Date: 2018-09-21 15:56-0300\n"
 "PO-Revision-Date: 2017-05-06 20:38-0300\n"
-"Last-Translator: Mauro Carvalho Chehab <mche...@osg.samsung.com>\n"
+"Last-Translator: Mauro Carvalho Chehab <mche...@kernel.org>\n"
 "Language-Team: Brazilian Portuguese\n"
 "Language: pt_BR\n"
 "MIME-Version: 1.0\n"
diff --git a/v4l-utils.spec.in b/v4l-utils.spec.in
index 51765eaf2c45..ba663374b8ae 100644
--- a/v4l-utils.spec.in
+++ b/v4l-utils.spec.in
@@ -198,5 +198,5 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null 
|| :
 
 
 %changelog
-* Thr Oct 06 2011 Mauro Carvalho Chehab <mche...@redhat.com> 0.9.0-test
+* Thr Oct 06 2011 Mauro Carvalho Chehab <mche...@kernel.org> 0.9.0-test
 - Initial v4l-utils.spec file

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to