From: Andre Noll <maan@tuebingen.mpg.de>
Date: Tue, 7 Apr 2015 18:34:05 +0000 (+0000)
Subject: version.c: Update copyright year to range 2002-2015.
X-Git-Tag: v0.5.5~41
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=c37ff19d923966d04c6945e9d8bdd2c1fe08bf4f;p=paraslash.git

version.c: Update copyright year to range 2002-2015.

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.
---

diff --git a/version.c b/version.c
index c9a329c3..69567561 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) 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"