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: v4l-utils: update Hans Verkuil's email addresses Author: Hans Verkuil <[email protected]> Date: Mon Aug 25 10:09:27 2025 +0200 Replace hverkuil(-cisco)@xs4all.nl by hverkuil(+cisco)@kernel.org. Signed-off-by: Hans Verkuil <[email protected]> contrib/freebsd/include/linux/ivtv.h | 2 +- contrib/freebsd/include/linux/videodev2.h | 2 +- contrib/test/sliced-vbi-detect.c | 2 +- contrib/test/sliced-vbi-test.c | 2 +- include/linux/ivtv.h | 2 +- include/linux/videodev2.h | 2 +- lib/libv4lconvert/nv12_16l16.c | 2 +- utils/cx18-ctl/cx18-ctl.c | 2 +- utils/edid-decode/README | 2 +- utils/edid-decode/calc-gtf-cvt.cpp | 2 +- utils/edid-decode/calc-ovt.cpp | 2 +- utils/edid-decode/ddc.cpp | 2 +- utils/edid-decode/edid-decode.cpp | 2 +- utils/edid-decode/edid-decode.h | 2 +- utils/edid-decode/parse-base-block.cpp | 2 +- utils/edid-decode/parse-cta-block.cpp | 2 +- utils/edid-decode/parse-di-ext-block.cpp | 2 +- utils/edid-decode/parse-displayid-block.cpp | 2 +- utils/edid-decode/parse-if.cpp | 2 +- utils/edid-decode/parse-ls-ext-block.cpp | 2 +- utils/edid-decode/parse-vtb-ext-block.cpp | 2 +- utils/ivtv-ctl/ivtv-ctl.c | 2 +- utils/libv4l2util/frequencies.c | 4 ++-- utils/libv4l2util/libv4l2util.h | 2 +- utils/qv4l2/capture-win-qt.cpp | 2 +- utils/qv4l2/capture-win-qt.h | 2 +- utils/qv4l2/capture-win.cpp | 2 +- utils/qv4l2/capture-win.h | 2 +- utils/qv4l2/ctrl-tab.cpp | 2 +- utils/qv4l2/general-tab.cpp | 2 +- utils/qv4l2/general-tab.h | 2 +- utils/qv4l2/qv4l2.1.in | 2 +- utils/qv4l2/qv4l2.cpp | 2 +- utils/qv4l2/qv4l2.h | 2 +- utils/qv4l2/raw2sliced.cpp | 2 +- utils/qv4l2/raw2sliced.h | 2 +- utils/qv4l2/vbi-tab.cpp | 2 +- utils/qv4l2/vbi-tab.h | 2 +- utils/qvidcap/qvidcap.1.in | 2 +- utils/v4l2-compliance/v4l2-compliance.cpp | 2 +- utils/v4l2-compliance/v4l2-compliance.h | 2 +- utils/v4l2-compliance/v4l2-test-buffers.cpp | 2 +- utils/v4l2-compliance/v4l2-test-codecs.cpp | 2 +- utils/v4l2-compliance/v4l2-test-colors.cpp | 2 +- utils/v4l2-compliance/v4l2-test-controls.cpp | 2 +- utils/v4l2-compliance/v4l2-test-debug.cpp | 2 +- utils/v4l2-compliance/v4l2-test-formats.cpp | 2 +- utils/v4l2-compliance/v4l2-test-input-output.cpp | 2 +- utils/v4l2-compliance/v4l2-test-io-config.cpp | 2 +- utils/v4l2-compliance/v4l2-test-media.cpp | 2 +- utils/v4l2-compliance/v4l2-test-subdevs.cpp | 2 +- utils/v4l2-compliance/v4l2-test-time32-64.cpp | 2 +- utils/v4l2-ctl/v4l2-ctl.cpp | 2 +- utils/v4l2-dbg/v4l2-dbg.cpp | 2 +- 54 files changed, 55 insertions(+), 55 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=5508bc4301ac48b787e0d22aa6a7bb91b7d69678 diff --git a/contrib/freebsd/include/linux/ivtv.h b/contrib/freebsd/include/linux/ivtv.h index a9d5c11ce510..4e9438ea6ebc 100644 --- a/contrib/freebsd/include/linux/ivtv.h +++ b/contrib/freebsd/include/linux/ivtv.h @@ -2,7 +2,7 @@ /* Public ivtv API header Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> - Copyright (C) 2004-2007 Hans Verkuil <[email protected]> + Copyright (C) 2004-2007 Hans Verkuil <[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/freebsd/include/linux/videodev2.h b/contrib/freebsd/include/linux/videodev2.h index ba294c1d7aaf..581da1fc8cdc 100644 --- a/contrib/freebsd/include/linux/videodev2.h +++ b/contrib/freebsd/include/linux/videodev2.h @@ -51,7 +51,7 @@ * * Author: Bill Dirks <[email protected]> * Justin Schoeman - * Hans Verkuil <[email protected]> + * Hans Verkuil <[email protected]> * et al. */ #ifndef __LINUX_VIDEODEV2_H diff --git a/contrib/test/sliced-vbi-detect.c b/contrib/test/sliced-vbi-detect.c index 83df966db0c5..75544c5d861e 100644 --- a/contrib/test/sliced-vbi-detect.c +++ b/contrib/test/sliced-vbi-detect.c @@ -1,6 +1,6 @@ /* Sliced vbi autodetection demonstration utility - Copyright (C) 2004 Hans Verkuil <[email protected]> + Copyright (C) 2004 Hans Verkuil <[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/test/sliced-vbi-test.c b/contrib/test/sliced-vbi-test.c index 5dee9053ca97..67b32091c961 100644 --- a/contrib/test/sliced-vbi-test.c +++ b/contrib/test/sliced-vbi-test.c @@ -1,6 +1,6 @@ /* Sliced vbi demonstration utility - Copyright (C) 2004 Hans Verkuil <[email protected]> + Copyright (C) 2004 Hans Verkuil <[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/include/linux/ivtv.h b/include/linux/ivtv.h index db4071396828..7486ff403888 100644 --- a/include/linux/ivtv.h +++ b/include/linux/ivtv.h @@ -2,7 +2,7 @@ /* Public ivtv API header Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> - Copyright (C) 2004-2007 Hans Verkuil <[email protected]> + Copyright (C) 2004-2007 Hans Verkuil <[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/include/linux/videodev2.h b/include/linux/videodev2.h index 6a9ea7600739..08c5ed63626f 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -51,7 +51,7 @@ * * Author: Bill Dirks <[email protected]> * Justin Schoeman - * Hans Verkuil <[email protected]> + * Hans Verkuil <[email protected]> * et al. */ #ifndef __LINUX_VIDEODEV2_H diff --git a/lib/libv4lconvert/nv12_16l16.c b/lib/libv4lconvert/nv12_16l16.c index d44a54851604..e911ad1a889c 100644 --- a/lib/libv4lconvert/nv12_16l16.c +++ b/lib/libv4lconvert/nv12_16l16.c @@ -2,7 +2,7 @@ cx2341x NV12_16L16 conversion routines -(C) 2009 Hans Verkuil <[email protected]> +(C) 2009 Hans Verkuil <[email protected]> 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/utils/cx18-ctl/cx18-ctl.c b/utils/cx18-ctl/cx18-ctl.c index 8586f72de116..4930b123b668 100644 --- a/utils/cx18-ctl/cx18-ctl.c +++ b/utils/cx18-ctl/cx18-ctl.c @@ -2,7 +2,7 @@ Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo dot com> Cleanup and VBI and audio in/out options: - Copyright (C) 2004 Hans Verkuil <[email protected]> + Copyright (C) 2004 Hans Verkuil <[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/utils/edid-decode/README b/utils/edid-decode/README index 4c8ed8102ade..20bca67556c9 100644 --- a/utils/edid-decode/README +++ b/utils/edid-decode/README @@ -57,7 +57,7 @@ This collection has been used to test edid-decode. I can also be contacted directly: -Hans Verkuil <[email protected]> +Hans Verkuil <[email protected]> Regards, diff --git a/utils/edid-decode/calc-gtf-cvt.cpp b/utils/edid-decode/calc-gtf-cvt.cpp index 9bf31437b96d..ce6e15ae63f4 100644 --- a/utils/edid-decode/calc-gtf-cvt.cpp +++ b/utils/edid-decode/calc-gtf-cvt.cpp @@ -4,7 +4,7 @@ * Copyright 2018-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * * Author: Adam Jackson <[email protected]> - * Maintainer: Hans Verkuil <[email protected]> + * Maintainer: Hans Verkuil <[email protected]> */ #include <stdio.h> diff --git a/utils/edid-decode/calc-ovt.cpp b/utils/edid-decode/calc-ovt.cpp index 1ec9148877cb..91472d81348a 100644 --- a/utils/edid-decode/calc-ovt.cpp +++ b/utils/edid-decode/calc-ovt.cpp @@ -2,7 +2,7 @@ /* * Copyright 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * - * Author: Hans Verkuil <[email protected]> + * Author: Hans Verkuil <[email protected]> */ #include <stdio.h> diff --git a/utils/edid-decode/ddc.cpp b/utils/edid-decode/ddc.cpp index 235e2e01f048..305ad8e02c1d 100644 --- a/utils/edid-decode/ddc.cpp +++ b/utils/edid-decode/ddc.cpp @@ -2,7 +2,7 @@ /* * Copyright 2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * - * Author: Hans Verkuil <[email protected]> + * Author: Hans Verkuil <[email protected]> */ #include <cctype> diff --git a/utils/edid-decode/edid-decode.cpp b/utils/edid-decode/edid-decode.cpp index 391d77a22e5f..e2c86f7fc0ab 100644 --- a/utils/edid-decode/edid-decode.cpp +++ b/utils/edid-decode/edid-decode.cpp @@ -4,7 +4,7 @@ * Copyright 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * * Author: Adam Jackson <[email protected]> - * Maintainer: Hans Verkuil <[email protected]> + * Maintainer: Hans Verkuil <[email protected]> */ #include <ctype.h> diff --git a/utils/edid-decode/edid-decode.h b/utils/edid-decode/edid-decode.h index dcd08d447976..496bd6c1def8 100644 --- a/utils/edid-decode/edid-decode.h +++ b/utils/edid-decode/edid-decode.h @@ -4,7 +4,7 @@ * Copyright 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * * Author: Adam Jackson <[email protected]> - * Maintainer: Hans Verkuil <[email protected]> + * Maintainer: Hans Verkuil <[email protected]> */ #ifndef __EDID_DECODE_H_ diff --git a/utils/edid-decode/parse-base-block.cpp b/utils/edid-decode/parse-base-block.cpp index a579c65a4772..267f3d5597a2 100644 --- a/utils/edid-decode/parse-base-block.cpp +++ b/utils/edid-decode/parse-base-block.cpp @@ -4,7 +4,7 @@ * Copyright 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * * Author: Adam Jackson <[email protected]> - * Maintainer: Hans Verkuil <[email protected]> + * Maintainer: Hans Verkuil <[email protected]> */ #include <stdio.h> diff --git a/utils/edid-decode/parse-cta-block.cpp b/utils/edid-decode/parse-cta-block.cpp index db983b8f1c66..7f7d74eeba8d 100644 --- a/utils/edid-decode/parse-cta-block.cpp +++ b/utils/edid-decode/parse-cta-block.cpp @@ -4,7 +4,7 @@ * Copyright 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * * Author: Adam Jackson <[email protected]> - * Maintainer: Hans Verkuil <[email protected]> + * Maintainer: Hans Verkuil <[email protected]> */ #include <algorithm> diff --git a/utils/edid-decode/parse-di-ext-block.cpp b/utils/edid-decode/parse-di-ext-block.cpp index 975136366533..058f6b8e01bd 100644 --- a/utils/edid-decode/parse-di-ext-block.cpp +++ b/utils/edid-decode/parse-di-ext-block.cpp @@ -2,7 +2,7 @@ /* * Copyright 2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * - * Author: Hans Verkuil <[email protected]> + * Author: Hans Verkuil <[email protected]> */ #include "edid-decode.h" diff --git a/utils/edid-decode/parse-displayid-block.cpp b/utils/edid-decode/parse-displayid-block.cpp index a899a1d6d2fa..a53b468cd1a6 100644 --- a/utils/edid-decode/parse-displayid-block.cpp +++ b/utils/edid-decode/parse-displayid-block.cpp @@ -4,7 +4,7 @@ * Copyright 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * * Author: Adam Jackson <[email protected]> - * Maintainer: Hans Verkuil <[email protected]> + * Maintainer: Hans Verkuil <[email protected]> */ #include <math.h> diff --git a/utils/edid-decode/parse-if.cpp b/utils/edid-decode/parse-if.cpp index 3144db88300f..08951387afb9 100644 --- a/utils/edid-decode/parse-if.cpp +++ b/utils/edid-decode/parse-if.cpp @@ -2,7 +2,7 @@ /* * Copyright 2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * - * Author: Hans Verkuil <[email protected]> + * Author: Hans Verkuil <[email protected]> */ #include <stdio.h> diff --git a/utils/edid-decode/parse-ls-ext-block.cpp b/utils/edid-decode/parse-ls-ext-block.cpp index 1b74baad5642..990904738688 100644 --- a/utils/edid-decode/parse-ls-ext-block.cpp +++ b/utils/edid-decode/parse-ls-ext-block.cpp @@ -2,7 +2,7 @@ /* * Copyright 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * - * Author: Hans Verkuil <[email protected]> + * Author: Hans Verkuil <[email protected]> */ #include "edid-decode.h" diff --git a/utils/edid-decode/parse-vtb-ext-block.cpp b/utils/edid-decode/parse-vtb-ext-block.cpp index 15ff0efdfd03..3183512ffb0d 100644 --- a/utils/edid-decode/parse-vtb-ext-block.cpp +++ b/utils/edid-decode/parse-vtb-ext-block.cpp @@ -2,7 +2,7 @@ /* * Copyright 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * - * Author: Hans Verkuil <[email protected]> + * Author: Hans Verkuil <[email protected]> */ #include "edid-decode.h" diff --git a/utils/ivtv-ctl/ivtv-ctl.c b/utils/ivtv-ctl/ivtv-ctl.c index b42b348900d7..bb9374542a9b 100644 --- a/utils/ivtv-ctl/ivtv-ctl.c +++ b/utils/ivtv-ctl/ivtv-ctl.c @@ -2,7 +2,7 @@ Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo dot com> Cleanup and VBI and audio in/out options: - Copyright (C) 2004 Hans Verkuil <[email protected]> + Copyright (C) 2004 Hans Verkuil <[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/utils/libv4l2util/frequencies.c b/utils/libv4l2util/frequencies.c index 327349dd3aaf..42e520b0fd96 100644 --- a/utils/libv4l2util/frequencies.c +++ b/utils/libv4l2util/frequencies.c @@ -1,7 +1,7 @@ /* Copyright (C) 2006 Nathan Laredo <[email protected]> Nathan contributed the frequency tables. - Copyright (C) 2006 Hans Verkuil <[email protected]> + Copyright (C) 2006 Hans Verkuil <[email protected]> Added the iso-std table. The libv4l2util Library is free software; you can redistribute it and/or @@ -1323,7 +1323,7 @@ const struct v4l2_channel_lists v4l2_channel_lists[] = { }; /* This list contains omissions and almost certainly incorrect information. - Please provide me (Hans Verkuil, <[email protected]>) with corrections. */ + Please provide me (Hans Verkuil, <[email protected]>) with corrections. */ const struct v4l2_country_std_map v4l2_country_std_map[] = { { "AE", V4L2_STD_PAL_BG }, /* United Arab Emirates */ { "AF", V4L2_STD_SECAM_D }, /* Afghanistan */ diff --git a/utils/libv4l2util/libv4l2util.h b/utils/libv4l2util/libv4l2util.h index 07f227b6b7d6..e3e112888637 100644 --- a/utils/libv4l2util/libv4l2util.h +++ b/utils/libv4l2util/libv4l2util.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Hans Verkuil <[email protected]> +/* Copyright (C) 2006 Hans Verkuil <[email protected]> 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/qv4l2/capture-win-qt.cpp b/utils/qv4l2/capture-win-qt.cpp index 1dd99dfa3f16..be89c7517a74 100644 --- a/utils/qv4l2/capture-win-qt.cpp +++ b/utils/qv4l2/capture-win-qt.cpp @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/capture-win-qt.h b/utils/qv4l2/capture-win-qt.h index 15fca67ddb44..d04fabfc62f1 100644 --- a/utils/qv4l2/capture-win-qt.h +++ b/utils/qv4l2/capture-win-qt.h @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/capture-win.cpp b/utils/qv4l2/capture-win.cpp index c184381fefb4..358eade0fea3 100644 --- a/utils/qv4l2/capture-win.cpp +++ b/utils/qv4l2/capture-win.cpp @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/capture-win.h b/utils/qv4l2/capture-win.h index f6ca6f2baf44..f17b5c7f7d70 100644 --- a/utils/qv4l2/capture-win.h +++ b/utils/qv4l2/capture-win.h @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/ctrl-tab.cpp b/utils/qv4l2/ctrl-tab.cpp index 4ff7b6f2877b..3f22d682b2bf 100644 --- a/utils/qv4l2/ctrl-tab.cpp +++ b/utils/qv4l2/ctrl-tab.cpp @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/general-tab.cpp b/utils/qv4l2/general-tab.cpp index b07fc1baf17e..7de7e7a6b046 100644 --- a/utils/qv4l2/general-tab.cpp +++ b/utils/qv4l2/general-tab.cpp @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/general-tab.h b/utils/qv4l2/general-tab.h index 15d2d52a73e2..0670b82cc0d8 100644 --- a/utils/qv4l2/general-tab.h +++ b/utils/qv4l2/general-tab.h @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/qv4l2.1.in b/utils/qv4l2/qv4l2.1.in index b8612f3a05d8..91eafbe54bf9 100644 --- a/utils/qv4l2/qv4l2.1.in +++ b/utils/qv4l2/qv4l2.1.in @@ -59,4 +59,4 @@ Resize Capture Window to frame size .SH EXIT STATUS On success, it returns 0. Otherwise, it will return the error code. .SH BUGS -Report bugs to Hans Verkuil <[email protected]> +Report bugs to Hans Verkuil <[email protected]> diff --git a/utils/qv4l2/qv4l2.cpp b/utils/qv4l2/qv4l2.cpp index 7bca57850677..4395d6b7f0fd 100644 --- a/utils/qv4l2/qv4l2.cpp +++ b/utils/qv4l2/qv4l2.cpp @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/qv4l2.h b/utils/qv4l2/qv4l2.h index 99d1f30bcbab..107a7739f0de 100644 --- a/utils/qv4l2/qv4l2.h +++ b/utils/qv4l2/qv4l2.h @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2006 Hans Verkuil <[email protected]> + * Copyright (C) 2006 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/raw2sliced.cpp b/utils/qv4l2/raw2sliced.cpp index 0c4e6b698358..59a5b40808f9 100644 --- a/utils/qv4l2/raw2sliced.cpp +++ b/utils/qv4l2/raw2sliced.cpp @@ -16,7 +16,7 @@ * * The vbi_prepare/vbi_parse functions are: * - * Copyright (C) 2012 Hans Verkuil <[email protected]> + * Copyright (C) 2012 Hans Verkuil <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/utils/qv4l2/raw2sliced.h b/utils/qv4l2/raw2sliced.h index f2e465d01af5..ce077c5c5c88 100644 --- a/utils/qv4l2/raw2sliced.h +++ b/utils/qv4l2/raw2sliced.h @@ -7,7 +7,7 @@ * * The vbi_prepare/vbi_parse functions are: * - * Copyright (C) 2012 Hans Verkuil <[email protected]> + * Copyright (C) 2012 Hans Verkuil <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/utils/qv4l2/vbi-tab.cpp b/utils/qv4l2/vbi-tab.cpp index 0816d01cacd6..3f5eb3c7e4d5 100644 --- a/utils/qv4l2/vbi-tab.cpp +++ b/utils/qv4l2/vbi-tab.cpp @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2012 Hans Verkuil <[email protected]> + * Copyright (C) 2012 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qv4l2/vbi-tab.h b/utils/qv4l2/vbi-tab.h index 42e010fd9e2a..d080c01cc03a 100644 --- a/utils/qv4l2/vbi-tab.h +++ b/utils/qv4l2/vbi-tab.h @@ -1,6 +1,6 @@ /* qv4l2: a control panel controlling v4l2 devices. * - * Copyright (C) 2012 Hans Verkuil <[email protected]> + * Copyright (C) 2012 Hans Verkuil <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/qvidcap/qvidcap.1.in b/utils/qvidcap/qvidcap.1.in index e3e09b9caf80..f8da5b99ceff 100644 --- a/utils/qvidcap/qvidcap.1.in +++ b/utils/qvidcap/qvidcap.1.in @@ -236,4 +236,4 @@ Increase the resolution by two pixels in width. Only available when "Override re .SH EXIT STATUS On success, it returns 0. Otherwise, it will return the number of errors. .SH BUGS -Report bugs to Hans Verkuil <[email protected]> +Report bugs to Hans Verkuil <[email protected]> diff --git a/utils/v4l2-compliance/v4l2-compliance.cpp b/utils/v4l2-compliance/v4l2-compliance.cpp index a0a881fdb44f..39b5e14c2201 100644 --- a/utils/v4l2-compliance/v4l2-compliance.cpp +++ b/utils/v4l2-compliance/v4l2-compliance.cpp @@ -1,7 +1,7 @@ /* V4L2 API compliance test tool. - Copyright (C) 2008, 2010 Hans Verkuil <[email protected]> + Copyright (C) 2008, 2010 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-compliance.h b/utils/v4l2-compliance/v4l2-compliance.h index 0941f507c543..4a7af5f5bce5 100644 --- a/utils/v4l2-compliance/v4l2-compliance.h +++ b/utils/v4l2-compliance/v4l2-compliance.h @@ -1,7 +1,7 @@ /* V4L2 API compliance test tool. - Copyright (C) 2008, 2010 Hans Verkuil <[email protected]> + Copyright (C) 2008, 2010 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-buffers.cpp b/utils/v4l2-compliance/v4l2-test-buffers.cpp index 572973b2b755..7e08668b7017 100644 --- a/utils/v4l2-compliance/v4l2-test-buffers.cpp +++ b/utils/v4l2-compliance/v4l2-test-buffers.cpp @@ -1,7 +1,7 @@ /* V4L2 API compliance buffer ioctl tests. - Copyright (C) 2012 Hans Verkuil <[email protected]> + Copyright (C) 2012 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-codecs.cpp b/utils/v4l2-compliance/v4l2-test-codecs.cpp index 8c3527359813..b543840b166e 100644 --- a/utils/v4l2-compliance/v4l2-test-codecs.cpp +++ b/utils/v4l2-compliance/v4l2-test-codecs.cpp @@ -1,7 +1,7 @@ /* V4L2 API codec ioctl tests. - Copyright (C) 2012 Hans Verkuil <[email protected]> + Copyright (C) 2012 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-colors.cpp b/utils/v4l2-compliance/v4l2-test-colors.cpp index 87bf0cd7f3ab..22bc09aefad8 100644 --- a/utils/v4l2-compliance/v4l2-test-colors.cpp +++ b/utils/v4l2-compliance/v4l2-test-colors.cpp @@ -1,7 +1,7 @@ /* V4L2 API compliance color checking tests. - Copyright (C) 2015 Hans Verkuil <[email protected]> + Copyright (C) 2015 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-controls.cpp b/utils/v4l2-compliance/v4l2-test-controls.cpp index 1ed2636d8f59..e4925ca3977b 100644 --- a/utils/v4l2-compliance/v4l2-test-controls.cpp +++ b/utils/v4l2-compliance/v4l2-test-controls.cpp @@ -1,7 +1,7 @@ /* V4L2 API compliance control ioctl tests. - Copyright (C) 2011 Hans Verkuil <[email protected]> + Copyright (C) 2011 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-debug.cpp b/utils/v4l2-compliance/v4l2-test-debug.cpp index 30f21dd9493e..c2b705a85d38 100644 --- a/utils/v4l2-compliance/v4l2-test-debug.cpp +++ b/utils/v4l2-compliance/v4l2-test-debug.cpp @@ -1,7 +1,7 @@ /* V4L2 API compliance debug ioctl tests. - Copyright (C) 2008, 2010 Hans Verkuil <[email protected]> + Copyright (C) 2008, 2010 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-formats.cpp b/utils/v4l2-compliance/v4l2-test-formats.cpp index e206a9c695be..ce85da66d669 100644 --- a/utils/v4l2-compliance/v4l2-test-formats.cpp +++ b/utils/v4l2-compliance/v4l2-test-formats.cpp @@ -1,7 +1,7 @@ /* V4L2 API format ioctl tests. - Copyright (C) 2011 Hans Verkuil <[email protected]> + Copyright (C) 2011 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-input-output.cpp b/utils/v4l2-compliance/v4l2-test-input-output.cpp index 93f07845cf96..977760cf082e 100644 --- a/utils/v4l2-compliance/v4l2-test-input-output.cpp +++ b/utils/v4l2-compliance/v4l2-test-input-output.cpp @@ -1,7 +1,7 @@ /* V4L2 API compliance input/output ioctl tests. - Copyright (C) 2011 Hans Verkuil <[email protected]> + Copyright (C) 2011 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-io-config.cpp b/utils/v4l2-compliance/v4l2-test-io-config.cpp index 48eabe04f0bd..0c61ef8098dd 100644 --- a/utils/v4l2-compliance/v4l2-test-io-config.cpp +++ b/utils/v4l2-compliance/v4l2-test-io-config.cpp @@ -1,7 +1,7 @@ /* V4L2 API compliance input/output configuration ioctl tests. - Copyright (C) 2011 Hans Verkuil <[email protected]> + Copyright (C) 2011 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-media.cpp b/utils/v4l2-compliance/v4l2-test-media.cpp index 3f7390cbee21..fca4dd57b959 100644 --- a/utils/v4l2-compliance/v4l2-test-media.cpp +++ b/utils/v4l2-compliance/v4l2-test-media.cpp @@ -1,7 +1,7 @@ /* V4L2 API subdev ioctl tests. - Copyright (C) 2018 Hans Verkuil <[email protected]> + Copyright (C) 2018 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-subdevs.cpp b/utils/v4l2-compliance/v4l2-test-subdevs.cpp index 41eaf77112f0..d033efb5a022 100644 --- a/utils/v4l2-compliance/v4l2-test-subdevs.cpp +++ b/utils/v4l2-compliance/v4l2-test-subdevs.cpp @@ -1,7 +1,7 @@ /* V4L2 API subdev ioctl tests. - Copyright (C) 2018 Hans Verkuil <[email protected]> + Copyright (C) 2018 Hans Verkuil <[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/utils/v4l2-compliance/v4l2-test-time32-64.cpp b/utils/v4l2-compliance/v4l2-test-time32-64.cpp index ade768432199..99dab57a1e7d 100644 --- a/utils/v4l2-compliance/v4l2-test-time32-64.cpp +++ b/utils/v4l2-compliance/v4l2-test-time32-64.cpp @@ -1,7 +1,7 @@ /* V4L2 API compliance time32/time64 ioctl tests. - Copyright (C) 2021 Hans Verkuil <[email protected]> + Copyright (C) 2021 Hans Verkuil <[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/utils/v4l2-ctl/v4l2-ctl.cpp b/utils/v4l2-ctl/v4l2-ctl.cpp index 0eb4bb5c9200..9b5b87895149 100644 --- a/utils/v4l2-ctl/v4l2-ctl.cpp +++ b/utils/v4l2-ctl/v4l2-ctl.cpp @@ -3,7 +3,7 @@ Cleanup and VBI and audio in/out options, introduction in v4l-dvb, support for most new APIs since 2006. - Copyright (C) 2004, 2006, 2007 Hans Verkuil <[email protected]> + Copyright (C) 2004, 2006, 2007 Hans Verkuil <[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/utils/v4l2-dbg/v4l2-dbg.cpp b/utils/v4l2-dbg/v4l2-dbg.cpp index bd08b4cf6e3c..6c8fa69061ba 100644 --- a/utils/v4l2-dbg/v4l2-dbg.cpp +++ b/utils/v4l2-dbg/v4l2-dbg.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2007 Hans Verkuil <[email protected]> + Copyright (C) 2007 Hans Verkuil <[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
