From c207e8203924256b73fba7932c026bed5c95cebc Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 14 Mar 2015 04:17:19 -0500 Subject: [PATCH] main: update informational copyright notice --- COPYING | 2 +- main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COPYING b/COPYING index 17bedf1..f191051 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2011, 2012, 2013, 2014 pkgconf authors (see AUTHORS). +Copyright (c) 2011, 2012, 2013, 2014, 2015 pkgconf authors (see AUTHORS). Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/main.c b/main.c index 1a0e6b4..385b4af 100644 --- a/main.c +++ b/main.c @@ -495,7 +495,7 @@ static void about(void) { printf("%s %s%s\n", PACKAGE_NAME, PACKAGE_VERSION, HAVE_STRICT_MODE ? " [strict]" : " [pkg-config " PKG_PKGCONFIG_VERSION_EQUIV " compatible]"); - printf("Copyright (c) 2011, 2012, 2013 pkgconf authors (see AUTHORS in documentation directory).\n\n"); + printf("Copyright (c) 2011, 2012, 2013, 2014, 2015 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"); printf("copyright notice and this permission notice appear in all copies.\n\n");