From 7f53edf2f585dd550c0ecaa305dd29e1cd7cd993 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
Date: Thu, 9 Feb 2023 13:06:27 +0100
Subject: [PATCH] Update copyright year

(cherry picked from commit a83ad1c714dfd37b10cf5ae9c7aa734b47e31737)
---
 common/xfpm-common.c | 2 +-
 configure.ac.in      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/common/xfpm-common.c b/common/xfpm-common.c
index 185f232d..f7811c82 100644
--- a/common/xfpm-common.c
+++ b/common/xfpm-common.c
@@ -110,7 +110,7 @@ xfpm_about (gpointer data)
   };
 
   gtk_show_about_dialog (NULL,
-       "copyright", "Copyright \302\251 2008-2011 Ali Abdallah\nCopyright \302\251 2011-2012 Nick Schermer\nCopyright \302\251 2013-2015 Eric Koegel, Harald Judt, Simon Steinbeiß",
+       "copyright", "Copyright \302\251 2008-2011 Ali Abdallah\nCopyright \302\251 2011-2012 Nick Schermer\nCopyright \302\251 2013-2015 Eric Koegel, Harald Judt, Simon Steinbeiß\nCopyright \302\251 2016-2023 The Xfce development team",
        "destroy-with-parent", TRUE,
        "authors", authors,
        "artists", artists,
diff --git a/configure.ac.in b/configure.ac.in
index 5e31010c..3343c6a0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,6 +6,7 @@ m4_define([xfpm_version_build], [@REVISION@])
 m4_define([xfpm_version_tag], [git])
 m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
 
+AC_COPYRIGHT([Copyright (c) 2008-2023 The Xfce development team. All rights reserved.])
 AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])
 AC_PREREQ([2.60])
 AC_CONFIG_MACRO_DIRS([m4])
-- 
GitLab