summaryrefslogtreecommitdiff
path: root/testsuite/regex-errors.sh
diff options
context:
space:
mode:
authorAssaf Gordon <assafgordon@gmail.com>2021-01-02 23:41:51 -0700
committerAssaf Gordon <assafgordon@gmail.com>2021-01-05 17:02:10 -0700
commit71de42fd346688b131e7364d7ea7be4e973fb0c3 (patch)
treece79e3ffcd641a2b7025cef18d9ca891cd50b3a8 /testsuite/regex-errors.sh
parent36e24f199f32ba51796f0cd4da690674059ee91a (diff)
downloadsed-71de42fd346688b131e7364d7ea7be4e973fb0c3.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * bootstrap.conf (gnulib_modules): Remove getopt module, depracated in https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=0abc38bd2a1398f0 * po/POTFILES.in: Remove getopt.c * sed/utils.h (panic): Rename _GL_ATTRIBUTE_FORMAT_PRINTF to _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD following gnulib's change: https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=387d654cabd7bc15 * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise.
Diffstat (limited to 'testsuite/regex-errors.sh')
-rw-r--r--testsuite/regex-errors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/regex-errors.sh b/testsuite/regex-errors.sh
index ca0afa5..0d6a1e9 100644
--- a/testsuite/regex-errors.sh
+++ b/testsuite/regex-errors.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Exercise regex_compile errors
-# Copyright (C) 2016-2020 Free Software Foundation, Inc.
+# Copyright (C) 2016-2021 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