main: extend copyright statement to 2020 in --about

pull/199/head
Ariadne Conill 2020-05-26 10:57:51 -06:00
parent ee1fe1a70a
commit 47466470d2
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ static void
about(void)
{
printf("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
printf("Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019\n");
printf("Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020\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");