Skip to content

Commit

Permalink
updated year to 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteProject committed Jul 12, 2013
1 parent d83fb01 commit 968de27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansilove/main.c
Expand Up @@ -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/
//
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 968de27

Please sign in to comment.