From b3c356685593527bfbdb2a8643b398d8224e7fbb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 17 Sep 2018 16:53:00 +0200 Subject: Prefer https URLs where possible. --- ChangeLog | 10 +++++----- INSTALL.windows | 4 ++-- Makefile.in | 2 +- Makefile.vms | 2 +- autogen.sh | 6 +++--- configure.ac | 2 +- doc/Makefile.in | 2 +- doc/configure.ac | 2 +- doc/gperf.texi | 8 ++++---- doc/help2man | 2 +- lib/Makefile.in | 2 +- lib/configure.ac | 2 +- lib/getline.cc | 2 +- lib/getline.h | 2 +- lib/getopt.c | 2 +- lib/getopt.h | 2 +- lib/getopt1.c | 2 +- src/Makefile.in | 2 +- src/bool-array.cc | 2 +- src/bool-array.h | 2 +- src/bool-array.icc | 2 +- src/configure.ac | 2 +- src/hash-table.cc | 2 +- src/hash-table.h | 2 +- src/input.cc | 2 +- src/input.h | 2 +- src/keyword-list.cc | 2 +- src/keyword-list.h | 2 +- src/keyword-list.icc | 2 +- src/keyword.cc | 2 +- src/keyword.h | 2 +- src/keyword.icc | 2 +- src/main.cc | 2 +- src/options.cc | 8 ++++---- src/options.h | 2 +- src/options.icc | 2 +- src/output.cc | 2 +- src/output.h | 2 +- src/positions.cc | 2 +- src/positions.h | 2 +- src/positions.icc | 2 +- src/search.cc | 2 +- src/search.h | 2 +- src/version.cc | 2 +- src/version.h | 2 +- tests/Makefile.in | 2 +- tests/charsets.exp | 2 +- tests/charsets.gperf | 2 +- tests/configure.ac | 2 +- tests/languages.exp | 2 +- tests/languages.gperf | 2 +- 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 , and only in clang 3.9 or newer, see - . + . To avoid them, either [[fallthrough]] or the (nearly equivalent) older [[clang::fallthrough]] can be used, see - . + . * 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 - at . + at . 2016-11-26 Bruno Haible @@ -197,7 +197,7 @@ 'in_word_set'. * NEWS: Mention the change. Reported by Pedro Giffuni - at . + at . 2016-11-26 Bruno Haible @@ -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 - at . + at . 2016-11-26 Bruno Haible 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 . +# along with this program. If not, see . #### 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 . +# along with this program. If not, see . #### 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 . +# along with this program. If not, see . # 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 . +dnl along with this program. If not, see . 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 . +# along with this program. If not, see . #### 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 . +dnl along with this program. If not, see . 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 . +# along with this program; if not, see . # Written by Brendan O'Dea # 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 . +# along with this program. If not, see . #### 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 . +dnl along with this program. If not, see . 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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ /* This tells Alpha OSF/1 not to define a getopt prototype in . Ditto for AIX 3.2 and . */ 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ #ifdef HAVE_CONFIG_H #include 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 . +# along with this program. If not, see . #### 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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ // This needs: //#include 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 . +dnl along with this program. If not, see . 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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ /* -------------------------- 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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ /* ----------------------------- 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 . */ + along with this program. If not, see . */ #include #include 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 and Bruno Haible . @@ -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 . */ + along with this program. If not, see . */ /* 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 \n\ +License GPLv3+: GNU GPL version 3 or later \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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ /* ----------------------------- 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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ // This needs: //#include 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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ #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 . */ + along with this program. If not, see . */ /* 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 . */ + along with this program. If not, see . */ /* 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 . +# along with this program. If not, see . #### 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 . +dnl along with this program. If not, see . 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 */ -- cgit v1.2.1