diff options
| author | Teddy Wing | 2022-05-26 16:52:36 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-05-26 16:55:23 +0200 |
| commit | 1cb9ad7286b87c348861dafd112a73901e4d6358 (patch) | |
| tree | 00e338a64ebc408508aa2665846ffbfcf0bdd226 | |
| parent | 7d45241d3e42e425afd579d1e93758d0c6b8c886 (diff) | |
| download | readline-incdec-keep-leading-zeros.tar.bz2 | |
Update copyright yearkeep-leading-zeros
| -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. # |
