Update copyright year in config.h and README.md

This commit is contained in:
David Capello 2014-01-25 16:28:25 -03:00
parent 1554875618
commit 78c1f30f4a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Aseprite # Aseprite
*Copyright (C) 2001-2013 David Capello* *Copyright (C) 2001-2014 David Capello*
> THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY<br/> > THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY<br/>
> See the [license section](#license) for more information. > See the [license section](#license) for more information.

View File

@ -1,5 +1,5 @@
/* ASEPRITE /* ASEPRITE
* Copyright (C) 2001-2013 David Capello * Copyright (C) 2001-2014 David Capello
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -35,7 +35,7 @@
#define PACKAGE "Aseprite" #define PACKAGE "Aseprite"
#define VERSION "0.9.6-dev" #define VERSION "0.9.6-dev"
#define WEBSITE "http://www.aseprite.org/" #define WEBSITE "http://www.aseprite.org/"
#define COPYRIGHT "Copyright (C) 2001-2013 David Capello" #define COPYRIGHT "Copyright (C) 2001-2014 David Capello"
#define PRINTF verbose_printf #define PRINTF verbose_printf