commit 968de27c4c6d6dbc4246248c1c3c932fed617e1a
parent d83fb01411faefe135b6b9ba574bfe9805213c36
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Fri, 12 Jul 2013 21:21:54 +0200
updated year to 2013
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ansilove/main.c b/ansilove/main.c
@@ -2,7 +2,7 @@
// main.c
// AnsiLove/C
//
-// Copyright (C) 2011-2012 Stefan Vogt, Brian Cassidy, Frederic Cambus.
+// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus.
// All rights reserved.
// https://github.com/ByteProject/AnsiLove-C/
//
@@ -102,7 +102,7 @@ void synopsis(void)
int main(int argc, char *argv[])
{
printf("AnsiLove/C %s - ANSi / ASCII art to PNG converter\n"\
- "Copyright (C) 2011-2012 Stefan Vogt, Brian Cassidy, Frederic Cambus.\n", VERSION);
+ "Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus.\n", VERSION);
// SAUCE record related bool types
bool justDisplaySAUCE = false;