summaryrefslogtreecommitdiff
path: root/t/libobj15c.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/libobj15c.sh')
-rw-r--r--t/libobj15c.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/libobj15c.sh b/t/libobj15c.sh
index 70388a3c6..447d40429 100644
--- a/t/libobj15c.sh
+++ b/t/libobj15c.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/>.
# Nonexistent sources for AC_LIBSOURCES should cause Automake to fail.
@@ -23,7 +23,7 @@ AC_PROG_CC
AC_PROG_RANLIB
AC_LIBSOURCES([foobar.c, bazquux.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