From 501d7dc25fb8b5ee76aeb62d41b53d1499d95bcd Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 23 Aug 2013 04:04:16 +0000 Subject: [PATCH] main: update copyright years --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 618d49a..761cbd9 100644 --- a/main.c +++ b/main.c @@ -458,7 +458,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 pkgconf authors (see AUTHORS in documentation directory).\n\n"); + printf("Copyright (c) 2011, 2012, 2013 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");