From 97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 22 Mar 2022 19:06:31 -0400 Subject: Update copyright years --- diff --git a/Makefile.am b/Makefile.am index 0048520..5f74a02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Process this file with automake to produce an input makefile. # -# Copyright (C) 2013, 2014, 2017, 2018, 2021 P. J. McDermott +# Copyright (C) 2013, 2014, 2017, 2018, 2021, 2022 P. J. McDermott # # This file is part of @ # diff --git a/TODO b/TODO index b8f4d77..aa5a538 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ test with other libc's (newlib? musl? fbsd? obsd?) `./@ 7:00 PM` doesn't work with musl strptime() test other times -update copyright years distcheck gettext? diff --git a/configure.ac b/configure.ac index cb1f0ce..133e8ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. # -# Copyright (C) 2013, 2017, 2019, 2021 P. J. McDermott +# Copyright (C) 2013, 2017, 2019, 2021, 2022 P. J. McDermott # # This file is part of @ # diff --git a/src/datetime.c b/src/datetime.c index f7cdb89..a6ea875 100644 --- a/src/datetime.c +++ b/src/datetime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 P. J. McDermott + * Copyright (C) 2021, 2022 P. J. McDermott * * This file is part of @ * diff --git a/src/formats.h b/src/formats.h index 262912e..c88f731 100644 --- a/src/formats.h +++ b/src/formats.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2022 P. J. McDermott + * Copyright (C) 2021, 2022 P. J. McDermott * * This file is part of @ * diff --git a/src/main.c b/src/main.c index 01a0a4c..cdee4b7 100644 --- a/src/main.c +++ b/src/main.c @@ -143,7 +143,7 @@ static void _print_version(void) { printf("@ (atsign) %s%s\n", PACKAGE_VERSION, PACKAGE_VERSION_GIT); - puts("Copyright (C) 2021-2022 P. J. McDermott"); + puts("Copyright (C) 2021, 2022 P. J. McDermott"); puts("License GPLv3+: GNU GPL version 3 or later " "."); puts("This is free software: you are free to change and redistribute " -- cgit v0.9.1