mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Update copyright year
This commit is contained in:
parent
bc22073a4e
commit
bc8e1b36eb
@ -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/" />
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user