mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-12 16:14:10 +00:00
Update copyright year of about/status bar/win32 resource
This commit is contained in:
parent
256a6bc2ea
commit
aff3018095
@ -1,5 +1,5 @@
|
||||
<!-- Aseprite -->
|
||||
<!-- Copyright (C) 2018 Igara Studio S.A. -->
|
||||
<!-- Copyright (C) 2018-2019 Igara Studio S.A. -->
|
||||
<!-- Copyright (C) 2018 David Capello -->
|
||||
<gui i18nwarnings="false">
|
||||
<window id="about" text="About Aseprite">
|
||||
@ -25,7 +25,7 @@
|
||||
</grid>
|
||||
<separator horizontal="true" />
|
||||
<hbox>
|
||||
<label text="Copyright (C) 2001-2018" />
|
||||
<label text="Copyright (C) 2001-2019" />
|
||||
<link text="Igara Studio S.A." url="https://www.igarastudio.com/" />
|
||||
</hbox>
|
||||
<link text="https://www.aseprite.org/" url="https://www.aseprite.org/" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2018 Igara Studio S.A.
|
||||
// Copyright (C) 2018-2019 Igara Studio S.A.
|
||||
// Copyright (C) 2001-2018 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
@ -39,7 +39,7 @@
|
||||
#define WEBSITE_CONTRIBUTORS WEBSITE "contributors/"
|
||||
#define WEBSITE_NEWS_RSS "http://blog.aseprite.org/rss"
|
||||
#define UPDATE_URL WEBSITE "update/?xml=1"
|
||||
#define COPYRIGHT "Copyright (C) 2001-2018 Igara Studio S.A."
|
||||
#define COPYRIGHT "Copyright (C) 2001-2019 Igara Studio S.A."
|
||||
|
||||
#include "base/base.h"
|
||||
#include "base/debug.h"
|
||||
|
@ -23,7 +23,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-2018 Igara Studio S.A."
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001-2019 Igara Studio S.A."
|
||||
VALUE "OriginalFilename", "aseprite.exe"
|
||||
VALUE "ProductName", "ASEPRITE"
|
||||
VALUE "ProductVersion", "1,3,0,0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user