From 78f5560b33329dd45c626adba086a32900e7b9bb Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 4 Jan 2024 14:10:07 -0300 Subject: [PATCH] Update copyright year to 2024 --- data/widgets/about.xml | 2 +- src/main/resources_win32.rc | 2 +- src/ver/info.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/widgets/about.xml b/data/widgets/about.xml index bed52a06c..dd2e643f4 100644 --- a/data/widgets/about.xml +++ b/data/widgets/about.xml @@ -25,7 +25,7 @@ - diff --git a/src/main/resources_win32.rc b/src/main/resources_win32.rc index 62918bc23..3758d2c27 100644 --- a/src/main/resources_win32.rc +++ b/src/main/resources_win32.rc @@ -24,7 +24,7 @@ BEGIN VALUE "FileDescription", "Aseprite - Animated sprites editor & pixel art tool" VALUE "FileVersion", "1,3,0,0" VALUE "InternalName", "aseprite" - VALUE "LegalCopyright", "Copyright (C) 2001-2022 Igara Studio S.A." + VALUE "LegalCopyright", "Copyright (C) 2001-2024 Igara Studio S.A." VALUE "OriginalFilename", "aseprite.exe" VALUE "ProductName", "ASEPRITE" VALUE "ProductVersion", "1,3,0,0" diff --git a/src/ver/info.c b/src/ver/info.c index dbbf9950e..f574e8ade 100644 --- a/src/ver/info.c +++ b/src/ver/info.c @@ -1,5 +1,5 @@ /* Aseprite - Copyright (C) 2020-2022 Igara Studio S.A. + Copyright (C) 2020-2024 Igara Studio S.A. This program is distributed under the terms of the End-User License Agreement for Aseprite. */ @@ -8,7 +8,7 @@ #include "generated_version.h" /* It defines the VERSION macro */ #define PACKAGE "Aseprite" -#define COPYRIGHT "Copyright (C) 2001-2022 Igara Studio S.A." +#define COPYRIGHT "Copyright (C) 2001-2024 Igara Studio S.A." #if defined(_WIN32) || defined(__APPLE__) #define HTTP "https"