Update copyright year
This commit is contained in:
@@ -22,7 +22,7 @@ m4_define([taskmanager_version], [taskmanager_version_major().taskmanager_versio
|
|||||||
dnl ***************************
|
dnl ***************************
|
||||||
dnl *** Initialize autoconf ***
|
dnl *** Initialize autoconf ***
|
||||||
dnl ***************************
|
dnl ***************************
|
||||||
AC_COPYRIGHT([Copyright (c) 2005-2023
|
AC_COPYRIGHT([Copyright (c) 2005-2024
|
||||||
The Xfce development team. All rights reserved.])
|
The Xfce development team. All rights reserved.])
|
||||||
AC_INIT([Xfce4 Taskmanager], [taskmanager_version], [https://gitlab.xfce.org/apps/xfce4-taskmanager/], [xfce4-taskmanager],
|
AC_INIT([Xfce4 Taskmanager], [taskmanager_version], [https://gitlab.xfce.org/apps/xfce4-taskmanager/], [xfce4-taskmanager],
|
||||||
[https://docs.xfce.org/apps/xfce4-taskmanager/start])
|
[https://docs.xfce.org/apps/xfce4-taskmanager/start])
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ show_about_dialog (GtkWidget *widget, gpointer user_data)
|
|||||||
gtk_show_about_dialog (GTK_WINDOW (dialog),
|
gtk_show_about_dialog (GTK_WINDOW (dialog),
|
||||||
"program-name", _("Task Manager"),
|
"program-name", _("Task Manager"),
|
||||||
"version", PACKAGE_VERSION,
|
"version", PACKAGE_VERSION,
|
||||||
"copyright", "Copyright \302\251 2005-2023 The Xfce development team",
|
"copyright", "Copyright \302\251 2005-2024 The Xfce development team",
|
||||||
"logo-icon-name", "org.xfce.taskmanager",
|
"logo-icon-name", "org.xfce.taskmanager",
|
||||||
"comments", _("Easy to use task manager"),
|
"comments", _("Easy to use task manager"),
|
||||||
"license", license,
|
"license", license,
|
||||||
|
|||||||
Reference in New Issue
Block a user