Update copyright in initial status bar

This commit is contained in:
David Capello 2018-12-06 12:59:00 -03:00
parent 1d78e46bab
commit 12444943ad

View File

@ -1,4 +1,5 @@
// Aseprite
// Copyright (C) 2018 Igara Studio S.A.
// Copyright (C) 2001-2018 David Capello
//
// This program is distributed under the terms of
@ -38,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 David Capello"
#define COPYRIGHT "Copyright (C) 2001-2018 Igara Studio S.A."
#include "base/base.h"
#include "base/debug.h"