[PATCH] qemu-common.h: Update copyright string to 2021

Peter Maydell posted 1 patch 4 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210309162258.28633-1-peter.maydell@linaro.org
include/qemu-common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] qemu-common.h: Update copyright string to 2021
Posted by Peter Maydell 4 years, 8 months ago
Update the common copyright string that we use in
-version reports, About dialogs, etc, to 2021.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 include/qemu-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/qemu-common.h b/include/qemu-common.h
index 654621444ec..73bcf763ed8 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-2020 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
     "Fabrice Bellard and the QEMU Project developers"
 
 /* Bug reporting information for --help arguments, About dialogs, etc */
-- 
2.20.1


Re: [PATCH] qemu-common.h: Update copyright string to 2021
Posted by Philippe Mathieu-Daudé 4 years, 8 months ago
On 3/9/21 5:22 PM, Peter Maydell wrote:
> Update the common copyright string that we use in
> -version reports, About dialogs, etc, to 2021.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  include/qemu-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH] qemu-common.h: Update copyright string to 2021
Posted by Laurent Vivier 4 years, 8 months ago
Le 09/03/2021 à 17:22, Peter Maydell a écrit :
> Update the common copyright string that we use in
> -version reports, About dialogs, etc, to 2021.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  include/qemu-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/qemu-common.h b/include/qemu-common.h
> index 654621444ec..73bcf763ed8 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-2020 " \
> +#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
>      "Fabrice Bellard and the QEMU Project developers"
>  
>  /* Bug reporting information for --help arguments, About dialogs, etc */
> 

Applied to my trivial-patches branch.

Thanks,
Laurent


Re: [PATCH] qemu-common.h: Update copyright string to 2021
Posted by Laurent Vivier 4 years, 8 months ago
Le 09/03/2021 à 17:22, Peter Maydell a écrit :
> Update the common copyright string that we use in
> -version reports, About dialogs, etc, to 2021.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  include/qemu-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/qemu-common.h b/include/qemu-common.h
> index 654621444ec..73bcf763ed8 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-2020 " \
> +#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
>      "Fabrice Bellard and the QEMU Project developers"
>  
>  /* Bug reporting information for --help arguments, About dialogs, etc */
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>