* [PATCH] Update copyright dates to 2022
@ 2022-01-20 12:47 Peter Maydell
2022-01-20 18:17 ` Daniel P. Berrangé
2022-01-20 19:21 ` Philippe Mathieu-Daudé via
0 siblings, 2 replies; 3+ messages in thread
From: Peter Maydell @ 2022-01-20 12:47 UTC (permalink / raw)
To: qemu-devel
It's a new year; update the copyright strings for our
help/version/about information and for our documentation.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
For once I remembered to do this in January :-)
I suppose at some point we should try to arrange that Sphinx
can pick up the copyright year from a common location so
we don't need to change two places.
docs/conf.py | 2 +-
include/qemu-common.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index e79015975e6..49dab44cca5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -98,7 +98,7 @@
# General information about the project.
project = u'QEMU'
-copyright = u'2021, The QEMU Project Developers'
+copyright = u'2022, The QEMU Project Developers'
author = u'The QEMU Project Developers'
# The version info for the project you're documenting, acts as replacement for
diff --git a/include/qemu-common.h b/include/qemu-common.h
index 73bcf763ed8..0e7e7bab959 100644
--- a/include/qemu-common.h
+++ b/include/qemu-common.h
@@ -13,7 +13,7 @@
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
/* Copyright string for -version arguments, About dialogs, etc */
-#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2022 " \
"Fabrice Bellard and the QEMU Project developers"
/* Bug reporting information for --help arguments, About dialogs, etc */
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Update copyright dates to 2022
2022-01-20 12:47 [PATCH] Update copyright dates to 2022 Peter Maydell
@ 2022-01-20 18:17 ` Daniel P. Berrangé
2022-01-20 19:21 ` Philippe Mathieu-Daudé via
1 sibling, 0 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2022-01-20 18:17 UTC (permalink / raw)
To: Peter Maydell; +Cc: qemu-devel
On Thu, Jan 20, 2022 at 12:47:13PM +0000, Peter Maydell wrote:
> It's a new year; update the copyright strings for our
> help/version/about information and for our documentation.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> For once I remembered to do this in January :-)
>
> I suppose at some point we should try to arrange that Sphinx
> can pick up the copyright year from a common location so
> we don't need to change two places.
>
> docs/conf.py | 2 +-
> include/qemu-common.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Update copyright dates to 2022
2022-01-20 12:47 [PATCH] Update copyright dates to 2022 Peter Maydell
2022-01-20 18:17 ` Daniel P. Berrangé
@ 2022-01-20 19:21 ` Philippe Mathieu-Daudé via
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé via @ 2022-01-20 19:21 UTC (permalink / raw)
To: Peter Maydell, qemu-devel
On 1/20/22 13:47, Peter Maydell wrote:
> It's a new year; update the copyright strings for our
> help/version/about information and for our documentation.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> For once I remembered to do this in January :-)
>
> I suppose at some point we should try to arrange that Sphinx
> can pick up the copyright year from a common location so
> we don't need to change two places.
>
> docs/conf.py | 2 +-
> include/qemu-common.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-20 23:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-20 12:47 [PATCH] Update copyright dates to 2022 Peter Maydell
2022-01-20 18:17 ` Daniel P. Berrangé
2022-01-20 19:21 ` Philippe Mathieu-Daudé via
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).