Stefan Schuermans commited on 2016-12-18 20:36:36
Showing 3 changed files, with 4 additions and 4 deletions.
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
/* BlinkenLib |
2 |
- Copyright 2004-2014 Stefan Schuermans <stefan@schuermans.info> |
|
2 |
+ Copyright 2004-2016 Stefan Schuermans <stefan@schuermans.info> |
|
3 | 3 |
Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
4 | 4 |
a blinkenarea.org project */ |
5 | 5 |
|
... | ... |
@@ -365,7 +365,7 @@ int main(int argCnt, char **args) |
365 | 365 |
printf("BlinkenLib - BlinkenConv\n" |
366 | 366 |
"version %d.%d.%d\n" |
367 | 367 |
"config " BLINKENLIB_CONFIG "\n" |
368 |
- "Copyright 2004-2014 Stefan Schuermans <stefan@schuermans.info>\n" |
|
368 |
+ "Copyright 2004-2016 Stefan Schuermans <stefan@schuermans.info>\n" |
|
369 | 369 |
"Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
370 | 370 |
"a blinkenarea.org project\n\n", |
371 | 371 |
BLINKENLIB_VERSION_MAJOR, BLINKENLIB_VERSION_MINOR, |