version.c: Update copyright year to range 2002-2015.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 7 Apr 2015 18:34:05 +0000 (18:34 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 21 Apr 2015 07:55:17 +0000 (09:55 +0200)
Although we don't update the year in each source file any more,
version.c contains the text that is printed with --version. So this
text should be up to date, and it should be a range. This commit
changes it from "2014" to "2002-2015".

2002 seems appropriate for the first year in the range since the
initial cvs commit was in 2002. Some code is older than that, but
that's probably not important.

version.c

index c9a329c3d9039831ccc4be56fa37d7e375d3dd94..695675613398c1ae52867bbd3a04c27bc81145db 100644 (file)
--- 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) 2014 Andre Noll\n"
+               "Copyright (C) 2002-2015 Andre Noll\n"
                "This is free software with ABSOLUTELY NO WARRANTY."
                " See COPYING for details.\n"
                "Report bugs to <maan@tuebingen.mpg.de>.\n"