Update copyright year

This commit is contained in:
David Capello 2017-01-06 17:36:11 -03:00
parent 66e9cee3e6
commit 7f149d4501
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Aseprite # Aseprite
*Copyright (C) 2001-2016 David Capello* *Copyright (C) 2001-2017 David Capello*
[![Build Status](https://travis-ci.org/aseprite/aseprite.svg)](https://travis-ci.org/aseprite/aseprite) [![Build Status](https://travis-ci.org/aseprite/aseprite.svg)](https://travis-ci.org/aseprite/aseprite)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aseprite/aseprite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aseprite/aseprite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

View File

@ -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"