mirror of https://github.com/aseprite/aseprite.git
Update copyright year
This commit is contained in:
parent
66e9cee3e6
commit
7f149d4501
|
|
@ -1,5 +1,5 @@
|
||||||
# Aseprite
|
# Aseprite
|
||||||
*Copyright (C) 2001-2016 David Capello*
|
*Copyright (C) 2001-2017 David Capello*
|
||||||
|
|
||||||
[](https://travis-ci.org/aseprite/aseprite)
|
[](https://travis-ci.org/aseprite/aseprite)
|
||||||
[](https://gitter.im/aseprite/aseprite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/aseprite/aseprite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Aseprite
|
// Aseprite
|
||||||
// Copyright (C) 2001-2016 David Capello
|
// Copyright (C) 2001-2017 David Capello
|
||||||
//
|
//
|
||||||
// This program is distributed under the terms of
|
// This program is distributed under the terms of
|
||||||
// the End-User License Agreement for Aseprite.
|
// the End-User License Agreement for Aseprite.
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
#define WEBSITE_CONTRIBUTORS WEBSITE "contributors/"
|
#define WEBSITE_CONTRIBUTORS WEBSITE "contributors/"
|
||||||
#define WEBSITE_NEWS_RSS "http://blog.aseprite.org/rss"
|
#define WEBSITE_NEWS_RSS "http://blog.aseprite.org/rss"
|
||||||
#define UPDATE_URL WEBSITE "update/?xml=1"
|
#define UPDATE_URL WEBSITE "update/?xml=1"
|
||||||
#define COPYRIGHT "Copyright (C) 2001-2016 David Capello"
|
#define COPYRIGHT "Copyright (C) 2001-2017 David Capello"
|
||||||
|
|
||||||
#include "base/base.h"
|
#include "base/base.h"
|
||||||
#include "base/debug.h"
|
#include "base/debug.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue