summaryrefslogtreecommitdiff
path: root/t/gettext-macros.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/gettext-macros.sh')
-rw-r--r--t/gettext-macros.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh
index 10baffa54..e80fe11a6 100644
--- a/t/gettext-macros.sh
+++ b/t/gettext-macros.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2011-2017 Free Software Foundation, Inc.
+# Copyright (C) 2011-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/>.
# Try to find the gettext '.m4' files and make them easily accessed
# to the test cases requiring them.
@@ -34,7 +34,7 @@ echo ACLOCAL_AMFLAGS = -I m4 > Makefile.am
# Prefer autopoint to gettextize, since the latter unconditionally
# requires user interaction to complete; yes, this means confirmation
# from /dev/tty (!) -- see:
-# <http://lists.gnu.org/archive/html/bug-gettext/2011-12/msg00000.html>
+# <https://lists.gnu.org/archive/html/bug-gettext/2011-12/msg00000.html>
# We will need to specify the correct autopoint version in the
# AM_GNU_GETTEXT_VERSION call in configure.ac if we want autopoint to