From 5fc377380d38226b2d1fb83892c9253e3fb87e31 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 22 Jun 2016 18:50:00 +0200 Subject: [PATCH] version.c: Change year from 2015 to 2016. This should be automated somehow... --- version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2