From 789da4cf335bf6652f7086082ef18812cf1f547a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 31 Dec 2017 10:41:32 -0600 Subject: [PATCH] bump copyrights to 2018 --- COPYING | 2 +- main.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index 81a5221..35c7c16 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017 +Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 pkgconf authors (see AUTHORS file in source directory). Permission to use, copy, modify, and/or distribute this software for any diff --git a/main.c b/main.c index 93e94df..1bcca0b 100644 --- a/main.c +++ b/main.c @@ -2,7 +2,7 @@ * main.c * main() routine, printer functions * - * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017 + * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 * pkgconf authors (see AUTHORS). * * Permission to use, copy, modify, and/or distribute this software for any @@ -587,7 +587,7 @@ static void about(void) { printf("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION); - printf("Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017\n"); + printf("Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018\n"); printf(" pkgconf authors (see AUTHORS in documentation directory).\n\n"); printf("Permission to use, copy, modify, and/or distribute this software for any\n"); printf("purpose with or without fee is hereby granted, provided that the above\n");