From aa0b39643d7f91247b1ac664aa09ba6ff06bf65c Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Thu, 28 May 2020 11:14:37 +0200 Subject: [PATCH] Bump copyright year --- src/gpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpp.c b/src/gpp.c index b59e82a..77adce7 100644 --- a/src/gpp.c +++ b/src/gpp.c @@ -338,7 +338,7 @@ void PopSpecs(void) { void display_version(void) { fprintf(stderr, PACKAGE_STRING "\n"); fprintf(stderr, "Copyright (C) 1996-2001 Denis Auroux\n"); - fprintf(stderr, "Copyright (C) 2003-2017 Tristan Miller\n"); + fprintf(stderr, "Copyright (C) 2003-2020 Tristan Miller\n"); fprintf(stderr, "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");