summaryrefslogtreecommitdiff
path: root/testsuite/convert-number.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-01-01 11:38:46 -0800
committerJim Meyering <meyering@fb.com>2020-01-01 11:38:46 -0800
commit623f5cd2f968756f214587746ae41d7f44ca0884 (patch)
tree7bf0cc8ea703068edf94ecc802c0e5b200354351 /testsuite/convert-number.sh
parentf8ab99468d438effdc59d7496c8fc7294e9a3988 (diff)
downloadsed-623f5cd2f968756f214587746ae41d7f44ca0884.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise.
Diffstat (limited to 'testsuite/convert-number.sh')
-rwxr-xr-xtestsuite/convert-number.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/convert-number.sh b/testsuite/convert-number.sh
index 06de786..c6b4449 100755
--- a/testsuite/convert-number.sh
+++ b/testsuite/convert-number.sh
@@ -2,7 +2,7 @@
# Test number conversion from escape sequences \xNN \oNNN \dNNN
# (compile.c:convert_number())
-# Copyright (C) 2016-2019 Free Software Foundation, Inc.
+# Copyright (C) 2016-2020 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by