From c37ff19d923966d04c6945e9d8bdd2c1fe08bf4f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 7 Apr 2015 18:34:05 +0000 Subject: [PATCH] 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. --- version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .\n" -- 2.39.2