diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | incdec.bash | 2 | ||||
| -rw-r--r-- | incdec.m4.bash | 2 | ||||
| -rw-r--r-- | incdec.pm | 2 | ||||
| -rw-r--r-- | t/100-increment-decrement.t | 2 |
6 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -# Copyright (c) 2021 Teddy Wing +# Copyright (c) 2021–2022 Teddy Wing # # This file is part of Incdec. # @@ -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. # @@ -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. # |
