summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-22 19:06:31 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-22 19:06:31 (EDT)
commit97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170 (patch)
treecc22366112fcc4b412511886f734d6f964fbb06c
parent0d8bc702eddd36ce0406330fcb33b5a90f5557e9 (diff)
downloadatsign-97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170.zip
atsign-97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170.tar.gz
atsign-97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170.tar.bz2
Update copyright years
-rw-r--r--Makefile.am2
-rw-r--r--TODO1
-rw-r--r--configure.ac2
-rw-r--r--src/datetime.c2
-rw-r--r--src/formats.h2
-rw-r--r--src/main.c2
6 files changed, 5 insertions, 6 deletions
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 "
"<http://gnu.org/licenses/gpl.html>.");
puts("This is free software: you are free to change and redistribute "