[PATCH] docs: update copyright date to the year 2024

Ani Sinha posted 1 patch 8 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240311120346.9596-1-anisinha@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>
docs/conf.py              | 2 +-
include/qemu/help-texts.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH] docs: update copyright date to the year 2024
Posted by Ani Sinha 8 months, 2 weeks ago
We are already in the third month of 2024 but the copyright notices still refer
to 2023. Update the date to 2024 in documentation and help texts.

Cc: peter.maydell@linaro.org
Cc: qemu-trivial@nongnu.org
Signed-off-by: Ani Sinha <anisinha@redhat.com>
---
 docs/conf.py              | 2 +-
 include/qemu/help-texts.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 1b2afa241c..aae0304ac6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -88,7 +88,7 @@
 
 # General information about the project.
 project = u'QEMU'
-copyright = u'2023, The QEMU Project Developers'
+copyright = u'2024, 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/help-texts.h b/include/qemu/help-texts.h
index d0359f82e0..353ab2ad8b 100644
--- a/include/qemu/help-texts.h
+++ b/include/qemu/help-texts.h
@@ -2,7 +2,7 @@
 #define QEMU_HELP_TEXTS_H
 
 /* Copyright string for -version arguments, About dialogs, etc */
-#define QEMU_COPYRIGHT "Copyright (c) 2003-2023 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2024 " \
     "Fabrice Bellard and the QEMU Project developers"
 
 /* Bug reporting information for --help arguments, About dialogs, etc */
-- 
2.39.2
Re: [PATCH] docs: update copyright date to the year 2024
Posted by Peter Maydell 8 months, 2 weeks ago
On Mon, 11 Mar 2024 at 12:04, Ani Sinha <anisinha@redhat.com> wrote:
>
> We are already in the third month of 2024 but the copyright notices still refer
> to 2023. Update the date to 2024 in documentation and help texts.
>
> Cc: peter.maydell@linaro.org
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Ani Sinha <anisinha@redhat.com>
> ---
>  docs/conf.py              | 2 +-
>  include/qemu/help-texts.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Oops, yes, we always forget this. Thanks for catching it.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM
Re: [PATCH] docs: update copyright date to the year 2024
Posted by Peter Maydell 8 months, 2 weeks ago
On Mon, 11 Mar 2024 at 12:06, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Mon, 11 Mar 2024 at 12:04, Ani Sinha <anisinha@redhat.com> wrote:
> >
> > We are already in the third month of 2024 but the copyright notices still refer
> > to 2023. Update the date to 2024 in documentation and help texts.
> >
> > Cc: peter.maydell@linaro.org
> > Cc: qemu-trivial@nongnu.org
> > Signed-off-by: Ani Sinha <anisinha@redhat.com>
> > ---
> >  docs/conf.py              | 2 +-
> >  include/qemu/help-texts.h | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
>
> Oops, yes, we always forget this. Thanks for catching it.
>
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

I'll take this via target-arm.next since I want to do a pullreq
before softfreeze anyway.

thanks
-- PMM