From 5f3aa3a8d268bdd4ae1de836949fed90e32cb61f Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 12 Jul 2019 06:53:25 -0500 Subject: [PATCH] cli: bump copyright notice to 2019 --- cli/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/main.c b/cli/main.c index 0242b59..3627818 100644 --- a/cli/main.c +++ b/cli/main.c @@ -2,7 +2,7 @@ * main.c * main() routine, printer functions * - * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 + * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 * pkgconf authors (see AUTHORS). * * Permission to use, copy, modify, and/or distribute this software for any @@ -602,7 +602,7 @@ static void about(void) { printf("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION); - printf("Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018\n"); + printf("Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019\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");