summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-09-17 16:53:00 +0200
committerBruno Haible <bruno@clisp.org>2018-09-17 16:53:00 +0200
commitb3c356685593527bfbdb2a8643b398d8224e7fbb (patch)
treecb7bb3dae0ff30537ce00e252091e83e7dbe0320
parente828167f62e15cd7340d140968d3298e3cdba6bd (diff)
downloadgperf-b3c356685593527bfbdb2a8643b398d8224e7fbb.tar.gz
Prefer https URLs where possible.
-rw-r--r--ChangeLog10
-rw-r--r--INSTALL.windows4
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.vms2
-rwxr-xr-xautogen.sh6
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.in2
-rw-r--r--doc/configure.ac2
-rw-r--r--doc/gperf.texi8
-rwxr-xr-xdoc/help2man2
-rw-r--r--lib/Makefile.in2
-rw-r--r--lib/configure.ac2
-rw-r--r--lib/getline.cc2
-rw-r--r--lib/getline.h2
-rw-r--r--lib/getopt.c2
-rw-r--r--lib/getopt.h2
-rw-r--r--lib/getopt1.c2
-rw-r--r--src/Makefile.in2
-rw-r--r--src/bool-array.cc2
-rw-r--r--src/bool-array.h2
-rw-r--r--src/bool-array.icc2
-rw-r--r--src/configure.ac2
-rw-r--r--src/hash-table.cc2
-rw-r--r--src/hash-table.h2
-rw-r--r--src/input.cc2
-rw-r--r--src/input.h2
-rw-r--r--src/keyword-list.cc2
-rw-r--r--src/keyword-list.h2
-rw-r--r--src/keyword-list.icc2
-rw-r--r--src/keyword.cc2
-rw-r--r--src/keyword.h2
-rw-r--r--src/keyword.icc2
-rw-r--r--src/main.cc2
-rw-r--r--src/options.cc8
-rw-r--r--src/options.h2
-rw-r--r--src/options.icc2
-rw-r--r--src/output.cc2
-rw-r--r--src/output.h2
-rw-r--r--src/positions.cc2
-rw-r--r--src/positions.h2
-rw-r--r--src/positions.icc2
-rw-r--r--src/search.cc2
-rw-r--r--src/search.h2
-rw-r--r--src/version.cc2
-rw-r--r--src/version.h2
-rw-r--r--tests/Makefile.in2
-rw-r--r--tests/charsets.exp2
-rw-r--r--tests/charsets.gperf2
-rw-r--r--tests/configure.ac2
-rw-r--r--tests/languages.exp2
-rw-r--r--tests/languages.gperf2
51 files changed, 64 insertions, 64 deletions
diff --git a/ChangeLog b/ChangeLog
index f302edd..8dab0f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,10 +18,10 @@
Clang emits these warnings in C++11 mode only, see
<https://clang.llvm.org/docs/AttributeReference.html#fallthrough>,
and only in clang 3.9 or newer, see
- <http://releases.llvm.org/3.9.0/tools/clang/docs/ReleaseNotes.html>.
+ <https://releases.llvm.org/3.9.0/tools/clang/docs/ReleaseNotes.html>.
To avoid them, either [[fallthrough]] or the (nearly equivalent) older
[[clang::fallthrough]] can be used, see
- <http://llvm.org/viewvc/llvm-project?view=revision&revision=262881>.
+ <https://llvm.org/viewvc/llvm-project?view=revision&revision=262881>.
* src/output.cc (Output::output_hash_function): Enhance the fallthrough
marker.
* tests/*.exp: Update.
@@ -183,7 +183,7 @@
* doc/gperf.texi (Contributors): Likewise.
* tests/*.{c,exp,out}: Update.
Reported by Eric Blake <eblake@redhat.com>
- at <http://lists.gnu.org/archive/html/bug-gperf/2014-10/msg00000.html>.
+ at <https://lists.gnu.org/archive/html/bug-gperf/2014-10/msg00000.html>.
2016-11-26 Bruno Haible <bruno@clisp.org>
@@ -197,7 +197,7 @@
'in_word_set'.
* NEWS: Mention the change.
Reported by Pedro Giffuni <pfg@FreeBSD.org>
- at <http://lists.gnu.org/archive/html/bug-gperf/2014-08/msg00000.html>.
+ at <https://lists.gnu.org/archive/html/bug-gperf/2014-08/msg00000.html>.
2016-11-26 Bruno Haible <bruno@clisp.org>
@@ -205,7 +205,7 @@
* lib/configure.ac (AR): Determine through AC_CHECK_TOOL.
* lib/Makefile.in (AR): Use value determined by 'configure'.
Reported by György Andrasek <jurily@gmail.com>
- at <http://lists.gnu.org/archive/html/bug-gperf/2014-04/msg00000.html>.
+ at <https://lists.gnu.org/archive/html/bug-gperf/2014-04/msg00000.html>.
2016-11-26 Bruno Haible <bruno@clisp.org>
diff --git a/INSTALL.windows b/INSTALL.windows
index ecda548..4d47426 100644
--- a/INSTALL.windows
+++ b/INSTALL.windows
@@ -86,8 +86,8 @@ There are three ways to create binaries of this package for Microsoft Windows:
make
You also need the scripts 'ar-lib' and 'compile' from
- http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/ar-lib;hb=HEAD
- http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/compile;hb=HEAD
+ https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/ar-lib;hb=HEAD
+ https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/compile;hb=HEAD
respectively.
They may also be included in this package, in directory 'build-aux/'.
Save them; the instructions below assume that you stored them in $HOME/msvc/.
diff --git a/Makefile.in b/Makefile.in
index 20ee451..bf7f40b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,7 +17,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/>.
#### Start of system configuration section. ####
diff --git a/Makefile.vms b/Makefile.vms
index 3776337..059684d 100644
--- a/Makefile.vms
+++ b/Makefile.vms
@@ -16,7 +16,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/>.
#### Start of system configuration section. ####
diff --git a/autogen.sh b/autogen.sh
index 48b2ea0..446929f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@
# in a gnulib checkout, or
# - an internet connection.
-# Copyright (C) 2003-2012, 2016 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012, 2016, 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
@@ -23,11 +23,11 @@
# 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/>.
# Usage: ./autogen.sh
-GNULIB_REPO_URL="http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f="
+GNULIB_REPO_URL="https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f="
for file in build-aux/install-sh build-aux/mkinstalldirs \
build-aux/compile build-aux/ar-lib; do
diff --git a/configure.ac b/configure.ac
index 5fb4099..de405e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
+dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.60])
AC_INIT([doc/gperf.texi])
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e2a81f5..699cbc4 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -17,7 +17,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/>.
#### Start of system configuration section. ####
diff --git a/doc/configure.ac b/doc/configure.ac
index 174747f..08c5a9a 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
+dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.60])
AC_INIT([gperf.texi])
diff --git a/doc/gperf.texi b/doc/gperf.texi
index 573789e..d5e7d7f 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -17,7 +17,7 @@
@c some day we should @include version.texi instead of defining
@c these values at hand.
-@set UPDATED 26 November 2016
+@set UPDATED 17 September 2018
@set EDITION 3.1
@set VERSION 3.1
@c ---------------------
@@ -40,7 +40,7 @@
This file documents the features of the GNU Perfect Hash Function
Generator @value{VERSION}.
-Copyright @copyright{} 1989-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1989-2018 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
@@ -78,7 +78,7 @@ Software Foundation instead of in the original English.
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1989-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1989-2018 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
@@ -212,7 +212,7 @@ the lookup table.
lexical analyzers in several production and research compilers and
language processing tools, including GNU C, GNU C++, GNU Java, GNU Pascal,
GNU Modula 3, and GNU indent. Complete C++ source code for @code{gperf} is
-available from @code{http://ftp.gnu.org/pub/gnu/gperf/}.
+available from @code{https://ftp.gnu.org/pub/gnu/gperf/}.
A paper describing @code{gperf}'s design and implementation in greater
detail is available in the Second USENIX C++ Conference proceedings
or from @code{http://www.cs.wustl.edu/~schmidt/resume.html}.
diff --git a/doc/help2man b/doc/help2man
index 2beabba..7734d23 100755
--- a/doc/help2man
+++ b/doc/help2man
@@ -14,7 +14,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/>.
# Written by Brendan O'Dea <bod@compusol.com.au>
# Available from ftp://ftp.gnu.org/gnu/help2man/
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 29bbf92..d89d84e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -17,7 +17,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/>.
#### Start of system configuration section. ####
diff --git a/lib/configure.ac b/lib/configure.ac
index be003b1..85ca441 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
+dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.60])
AC_INIT([hash.cc])
diff --git a/lib/getline.cc b/lib/getline.cc
index 8799447..ecc3e85 100644
--- a/lib/getline.cc
+++ b/lib/getline.cc
@@ -13,7 +13,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/>. */
/* Written by Jan Brittenson, bson@gnu.ai.mit.edu. */
diff --git a/lib/getline.h b/lib/getline.h
index e9cb1a9..385dafe 100644
--- a/lib/getline.h
+++ b/lib/getline.h
@@ -11,7 +11,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/>. */
#ifndef GETLINE_H_
# define GETLINE_H_ 1
diff --git a/lib/getopt.c b/lib/getopt.c
index fbb37b1..35cb341 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -16,7 +16,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/>. */
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Ditto for AIX 3.2 and <stdlib.h>. */
diff --git a/lib/getopt.h b/lib/getopt.h
index 6f01fc6..bdfcf64 100644
--- a/lib/getopt.h
+++ b/lib/getopt.h
@@ -13,7 +13,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/>. */
#ifndef _GETOPT_H
#define _GETOPT_H 1
diff --git a/lib/getopt1.c b/lib/getopt1.c
index e869310..2f94f12 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -14,7 +14,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/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Makefile.in b/src/Makefile.in
index 6866ffd..1f510b9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -17,7 +17,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/>.
#### Start of system configuration section. ####
diff --git a/src/bool-array.cc b/src/bool-array.cc
index 054ff1f..d678590 100644
--- a/src/bool-array.cc
+++ b/src/bool-array.cc
@@ -16,7 +16,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/>. */
/* Specification. */
#include "bool-array.h"
diff --git a/src/bool-array.h b/src/bool-array.h
index 33472fe..6167d38 100644
--- a/src/bool-array.h
+++ b/src/bool-array.h
@@ -19,7 +19,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/>. */
#ifndef bool_array_h
#define bool_array_h 1
diff --git a/src/bool-array.icc b/src/bool-array.icc
index 84dd37e..e913656 100644
--- a/src/bool-array.icc
+++ b/src/bool-array.icc
@@ -17,7 +17,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/>. */
// This needs:
//#include <stdio.h>
diff --git a/src/configure.ac b/src/configure.ac
index b1139d8..66f6185 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
+dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.60])
AC_INIT([main.cc])
diff --git a/src/hash-table.cc b/src/hash-table.cc
index 2c0022a..4811a6a 100644
--- a/src/hash-table.cc
+++ b/src/hash-table.cc
@@ -16,7 +16,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/>. */
/* Specification. */
#include "hash-table.h"
diff --git a/src/hash-table.h b/src/hash-table.h
index 622b867..4dab644 100644
--- a/src/hash-table.h
+++ b/src/hash-table.h
@@ -19,7 +19,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/>. */
#ifndef hash_table_h
#define hash_table_h 1
diff --git a/src/input.cc b/src/input.cc
index fca04e0..10aa3b6 100644
--- a/src/input.cc
+++ b/src/input.cc
@@ -16,7 +16,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/>. */
/* Specification. */
#include "input.h"
diff --git a/src/input.h b/src/input.h
index aebd250..90ff01a 100644
--- a/src/input.h
+++ b/src/input.h
@@ -19,7 +19,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/>. */
#ifndef input_h
#define input_h 1
diff --git a/src/keyword-list.cc b/src/keyword-list.cc
index ed5278e..3798c3e 100644
--- a/src/keyword-list.cc
+++ b/src/keyword-list.cc
@@ -16,7 +16,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/>. */
/* Specification. */
#include "keyword-list.h"
diff --git a/src/keyword-list.h b/src/keyword-list.h
index c8b100e..e8abeaa 100644
--- a/src/keyword-list.h
+++ b/src/keyword-list.h
@@ -18,7 +18,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/>. */
#ifndef keyword_list_h
#define keyword_list_h 1
diff --git a/src/keyword-list.icc b/src/keyword-list.icc
index 6a21509..bebe2eb 100644
--- a/src/keyword-list.icc
+++ b/src/keyword-list.icc
@@ -16,7 +16,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/>. */
/* -------------------------- Keyword_List class --------------------------- */
diff --git a/src/keyword.cc b/src/keyword.cc
index 563be73..b81537d 100644
--- a/src/keyword.cc
+++ b/src/keyword.cc
@@ -16,7 +16,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/>. */
/* Specification. */
#include "keyword.h"
diff --git a/src/keyword.h b/src/keyword.h
index 6297473..79b9808 100644
--- a/src/keyword.h
+++ b/src/keyword.h
@@ -19,7 +19,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/>. */
#ifndef keyword_h
#define keyword_h 1
diff --git a/src/keyword.icc b/src/keyword.icc
index 2b11610..6cffdf0 100644
--- a/src/keyword.icc
+++ b/src/keyword.icc
@@ -17,7 +17,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/>. */
/* ----------------------------- Keyword class ----------------------------- */
diff --git a/src/main.cc b/src/main.cc
index 009ff34..b7c6071 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -16,7 +16,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/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/options.cc b/src/options.cc
index 4e01d69..f710f47 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -1,5 +1,5 @@
/* Handles parsing the Options provided to the user.
- Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016-2017 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016-2018 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -16,7 +16,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/>. */
/* Specification. */
#include "options.h"
@@ -1017,11 +1017,11 @@ Options::parse_options (int argc, char *argv[])
case 'v': /* Print out the version and quit. */
fprintf (stdout, "GNU gperf %s\n", version_string);
fprintf (stdout, "Copyright (C) %s Free Software Foundation, Inc.\n\
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
+License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
",
- "1989-2017");
+ "1989-2018");
fprintf (stdout, "Written by %s and %s.\n",
"Douglas C. Schmidt", "Bruno Haible");
exit (0);
diff --git a/src/options.h b/src/options.h
index 2ac53b8..ec83b6d 100644
--- a/src/options.h
+++ b/src/options.h
@@ -19,7 +19,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/>. */
/* This module provides a uniform interface to the various options available
to a user of the gperf hash function generator. */
diff --git a/src/options.icc b/src/options.icc
index f766ec3..d5a0a56 100644
--- a/src/options.icc
+++ b/src/options.icc
@@ -17,7 +17,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/>. */
/* ----------------------------- Class Options ----------------------------- */
diff --git a/src/output.cc b/src/output.cc
index 5c62828..dc8af16 100644
--- a/src/output.cc
+++ b/src/output.cc
@@ -16,7 +16,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/>. */
/* Specification. */
#include "output.h"
diff --git a/src/output.h b/src/output.h
index 397cde6..907da37 100644
--- a/src/output.h
+++ b/src/output.h
@@ -19,7 +19,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/>. */
#ifndef output_h
#define output_h 1
diff --git a/src/positions.cc b/src/positions.cc
index 5aa0a68..66fe796 100644
--- a/src/positions.cc
+++ b/src/positions.cc
@@ -16,7 +16,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/>. */
/* Specification. */
#include "positions.h"
diff --git a/src/positions.h b/src/positions.h
index 552902a..e2331c5 100644
--- a/src/positions.h
+++ b/src/positions.h
@@ -19,7 +19,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/>. */
#ifndef positions_h
#define positions_h 1
diff --git a/src/positions.icc b/src/positions.icc
index a89f678..949ba30 100644
--- a/src/positions.icc
+++ b/src/positions.icc
@@ -17,7 +17,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/>. */
// This needs:
//#include <string.h>
diff --git a/src/search.cc b/src/search.cc
index 89d912b..92fecc1 100644
--- a/src/search.cc
+++ b/src/search.cc
@@ -16,7 +16,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/>. */
/* Specification. */
#include "search.h"
diff --git a/src/search.h b/src/search.h
index d059372..c7d9f94 100644
--- a/src/search.h
+++ b/src/search.h
@@ -19,7 +19,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/>. */
#ifndef search_h
#define search_h 1
diff --git a/src/version.cc b/src/version.cc
index 923fcaf..5a2edc6 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -17,7 +17,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/>. */
/* Specification. */
#include "version.h"
diff --git a/src/version.h b/src/version.h
index 01d9b15..34a2a0f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -17,7 +17,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/>. */
/* Current release version. */
extern const char *version_string;
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 2e756ce..cd0960b 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -17,7 +17,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/>.
#### Start of system configuration section. ####
diff --git a/tests/charsets.exp b/tests/charsets.exp
index afc8b88..aa1f813 100644
--- a/tests/charsets.exp
+++ b/tests/charsets.exp
@@ -30,7 +30,7 @@
#endif
-/* Generated from IANA charset data from http://www.iana.org/assignments/character-sets by charsets.awk */
+/* Generated from IANA charset data from https://www.iana.org/assignments/character-sets by charsets.awk */
/* last updated 2002-06-14 */
/* process with:
gperf -CDEGTlot -H charset_hash -K name -L ANSI-C -N charset_entry
diff --git a/tests/charsets.gperf b/tests/charsets.gperf
index 506480f..4adac57 100644
--- a/tests/charsets.gperf
+++ b/tests/charsets.gperf
@@ -1,5 +1,5 @@
%{
-/* Generated from IANA charset data from http://www.iana.org/assignments/character-sets by charsets.awk */
+/* Generated from IANA charset data from https://www.iana.org/assignments/character-sets by charsets.awk */
/* last updated 2002-06-14 */
/* process with:
gperf -CDEGTlot -H charset_hash -K name -L ANSI-C -N charset_entry
diff --git a/tests/configure.ac b/tests/configure.ac
index 47723d8..7ef0c52 100644
--- a/tests/configure.ac
+++ b/tests/configure.ac
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
+dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.60])
AC_INIT([c-parse.gperf])
diff --git a/tests/languages.exp b/tests/languages.exp
index 88b84c7..22c58f5 100644
--- a/tests/languages.exp
+++ b/tests/languages.exp
@@ -32,7 +32,7 @@
/* gperf -CDEGTlot -H language_hash -K code -L ANSI-C -N language_entry */
/* Generated from ISO 639 language data from http://lcweb.loc.gov/standards/iso639-2/langhome.html
- and from IANA registry at http://www.iana.org/assignments/language-tags
+ and from IANA registry at https://www.iana.org/assignments/language-tags
by %M%
*/
/* englangn.html Updated: August 14, 2002 */
diff --git a/tests/languages.gperf b/tests/languages.gperf
index 2400a2d..43dd4f9 100644
--- a/tests/languages.gperf
+++ b/tests/languages.gperf
@@ -1,7 +1,7 @@
%{
/* gperf -CDEGTlot -H language_hash -K code -L ANSI-C -N language_entry */
/* Generated from ISO 639 language data from http://lcweb.loc.gov/standards/iso639-2/langhome.html
- and from IANA registry at http://www.iana.org/assignments/language-tags
+ and from IANA registry at https://www.iana.org/assignments/language-tags
by %M%
*/
/* englangn.html Updated: August 14, 2002 */