summaryrefslogtreecommitdiff
path: root/t/libobj20b.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/libobj20b.sh')
-rw-r--r--t/libobj20b.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/libobj20b.sh b/t/libobj20b.sh
index 2a28df479..470ab6053 100644
--- a/t/libobj20b.sh
+++ b/t/libobj20b.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2010-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2018 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
@@ -12,7 +12,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Test error reporting for AC_CONFIG_LIBOBJ_DIR.
# See also sister tests 'libobj20a.sh' and 'libobj20c.sh'.
@@ -26,7 +26,7 @@ AM_PROG_AR
AC_PROG_RANLIB
AC_LIBSOURCE([foobar.c])
# NOTE: this call to AC_OUTPUT is really needed; see Automake bug #7635
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7635>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=7635>
AC_OUTPUT
END