aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-05-26 16:52:36 +0200
committerTeddy Wing2022-05-26 16:55:23 +0200
commit1cb9ad7286b87c348861dafd112a73901e4d6358 (patch)
tree00e338a64ebc408508aa2665846ffbfcf0bdd226
parent7d45241d3e42e425afd579d1e93758d0c6b8c886 (diff)
downloadreadline-incdec-keep-leading-zeros.tar.bz2
Update copyright yearkeep-leading-zeros
-rw-r--r--Makefile2
-rw-r--r--README.md4
-rw-r--r--incdec.bash2
-rw-r--r--incdec.m4.bash2
-rw-r--r--incdec.pm2
-rw-r--r--t/100-increment-decrement.t2
6 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 921fb82..9ef647c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Teddy Wing
+# Copyright (c) 2021–2022 Teddy Wing
#
# This file is part of Incdec.
#
diff --git a/README.md b/README.md
index 986e195..765191c 100644
--- a/README.md
+++ b/README.md
@@ -54,5 +54,5 @@ bindings for `C-x -` and `C-x +`:
## License
-Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
-COPYING file).
+Copyright © 2021–2022 Teddy Wing. Licensed under the GNU GPLv3+ (see the
+included COPYING file).
diff --git a/incdec.bash b/incdec.bash
index 5c8f401..f364c0f 100644
--- a/incdec.bash
+++ b/incdec.bash
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Teddy Wing
+# Copyright (c) 2021–2022 Teddy Wing
#
# This file is part of Incdec.
#
diff --git a/incdec.m4.bash b/incdec.m4.bash
index ffa9854..113cfc6 100644
--- a/incdec.m4.bash
+++ b/incdec.m4.bash
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Teddy Wing
+# Copyright (c) 2021–2022 Teddy Wing
#
# This file is part of Incdec.
#
diff --git a/incdec.pm b/incdec.pm
index 0ec0ab5..6e1d83f 100644
--- a/incdec.pm
+++ b/incdec.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Teddy Wing
+# Copyright (c) 2021–2022 Teddy Wing
#
# This file is part of Incdec.
#
diff --git a/t/100-increment-decrement.t b/t/100-increment-decrement.t
index ee5a849..cba66e8 100644
--- a/t/100-increment-decrement.t
+++ b/t/100-increment-decrement.t
@@ -1,6 +1,6 @@
#!/usr/bin/env perl -w
-# Copyright (c) 2021 Teddy Wing
+# Copyright (c) 2021–2022 Teddy Wing
#
# This file is part of Incdec.
#