From 048fd12d199f0891a4dd8f72bc5fec0332e8033a Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Fri, 21 Apr 2017 23:55:14 +0200 Subject: [PATCH] Update the license year. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 77cb4ec..0c8b6da 100644 --- a/src/main.c +++ b/src/main.c @@ -1672,7 +1672,7 @@ int main(int argc, char* argv[]) if (ver) { fprintf(stdout, "%s, version %s\n\n", PROJECT, VERSION); - fprintf(stdout, "Copyright © 2012 - 2016 Daniel Carl \n"); + fprintf(stdout, "Copyright © 2012 - 2017 Daniel Carl \n"); fprintf(stdout, "License GPLv3+: GNU GPL version 3 or later \n"); fprintf(stdout, "This is free software; you are free to change and redistribute it.\n"); fprintf(stdout, "There is NO WARRANTY, to the extent permitted by law.\n"); -- 2.20.1