From: Andre Noll Date: Wed, 22 Jun 2016 16:50:00 +0000 (+0200) Subject: version.c: Change year from 2015 to 2016. X-Git-Tag: v0.5.6~10 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=5fc377380d38226b2d1fb83892c9253e3fb87e31;p=paraslash.git version.c: Change year from 2015 to 2016. This should be automated somehow... --- diff --git a/version.c b/version.c index 69567561..6cbb0534 100644 --- a/version.c +++ b/version.c @@ -43,7 +43,7 @@ const char *version_text(const char *pfx) static char buf[512]; snprintf(buf, sizeof(buf) - 1, "%s\n" - "Copyright (C) 2002-2015 Andre Noll\n" + "Copyright (C) 2002-2016 Andre Noll\n" "This is free software with ABSOLUTELY NO WARRANTY." " See COPYING for details.\n" "Report bugs to .\n"