Update copyright year

This commit is contained in:
David Capello 2022-01-05 20:45:08 -03:00
parent bc22073a4e
commit bc8e1b36eb
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<!-- Aseprite -->
<!-- Copyright (C) 2018-2021 Igara Studio S.A. -->
<!-- Copyright (C) 2018-2022 Igara Studio S.A. -->
<!-- Copyright (C) 2018 David Capello -->
<gui i18nwarnings="false">
<window id="about" text="About Aseprite">
@ -25,7 +25,7 @@
</hbox>
<separator horizontal="true" />
<hbox>
<label text="Copyright (C) 2001-2021" />
<label text="Copyright (C) 2001-2022" />
<link text="Igara Studio S.A." url="https://www.igarastudio.com/" />
</hbox>
<link text="https://www.aseprite.org/" url="https://www.aseprite.org/" />

View File

@ -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-2021 Igara Studio S.A."
VALUE "LegalCopyright", "Copyright (C) 2001-2022 Igara Studio S.A."
VALUE "OriginalFilename", "aseprite.exe"
VALUE "ProductName", "ASEPRITE"
VALUE "ProductVersion", "1,3,0,0"

View File

@ -1,5 +1,5 @@
/* Aseprite
Copyright (C) 2020-2021 Igara Studio S.A.
Copyright (C) 2020-2022 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-2021 Igara Studio S.A."
#define COPYRIGHT "Copyright (C) 2001-2022 Igara Studio S.A."
#if defined(_WIN32) || defined(__APPLE__)
#define HTTP "https"