diff --git a/README.md b/README.md index 53d245a67..ed380d63c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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) [![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) diff --git a/src/config.h b/src/config.h index 0f69b9f30..74a5e34a8 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ // Aseprite -// Copyright (C) 2001-2016 David Capello +// Copyright (C) 2001-2017 David Capello // // This program is distributed under the terms of // the End-User License Agreement for Aseprite. @@ -34,7 +34,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-2016 David Capello" +#define COPYRIGHT "Copyright (C) 2001-2017 David Capello" #include "base/base.h" #include "base/debug.h"