From 89e580a80935bce446a3a5526a25caf151bca297 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 17 Sep 2018 11:05:27 +0200 Subject: Prefer https URLs where possible. --- Admin/README.update | 4 ++-- Admin/containing | 2 +- Admin/dependent | 2 +- Admin/gen-uni-tables | 6 +++--- Admin/gen-uninames | 2 +- HACKING | 16 ++++++++-------- INSTALL.windows | 4 ++-- Makefile.am | 2 +- autogen.sh | 4 ++-- build-aux/fixaclocal | 2 +- build-aux/run-test | 8 ++++---- build-aux/texi2html | 4 ++-- configure.ac | 2 +- doc/Makefile.am | 6 +++--- doc/libunistring.texi | 14 +++++++------- doc/unicase.texi | 2 +- doc/unictype.texi | 4 ++-- doc/unigbrk.texi | 2 +- doc/uniwbrk.texi | 2 +- gnulib-local/Makefile.am | 2 +- lib/Makefile.am | 2 +- lib/declared.sh | 8 ++++---- lib/exported.sh.in | 2 +- lib/libunistring.rc | 4 ++-- lib/stdbool.mini.h | 2 +- lib/stdint.mini.h | 2 +- lib/unistring-notinline.h | 2 +- lib/unistring/cdefs.in.h | 2 +- lib/unistring/inline.h | 6 +++--- lib/unistring/version.in.h | 2 +- lib/unistring/woe32dll.in.h | 2 +- lib/version.c | 2 +- m4/woe32-dll.m4 | 6 +++--- tests/Makefile.am | 2 +- woe32dll/export.h | 6 +++--- woe32dll/unistring-exports.c | 2 +- 36 files changed, 71 insertions(+), 71 deletions(-) diff --git a/Admin/README.update b/Admin/README.update index 76c9925..8d50baf 100644 --- a/Admin/README.update +++ b/Admin/README.update @@ -2,7 +2,7 @@ The substance of libunistring is maintained in Gnulib: - http://git.savannah.gnu.org/cgit/gnulib.git + https://git.savannah.gnu.org/gitweb/?p=gnulib.git This file attempts to describe the procedure of updating Gnulib to the latest Unicode release. Also, a few scripts are included here to make @@ -19,7 +19,7 @@ uniwbrk.h, unigbrk.h) often require manual adjustment of source files. The release notes are typically available at: - http://unicode.org/versions/Unicode/ + https://unicode.org/versions/Unicode/ * Regenerating the Gnulib source code diff --git a/Admin/containing b/Admin/containing index 2ab1dd2..d6f5e91 100755 --- a/Admin/containing +++ b/Admin/containing @@ -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 . # progname=$0 diff --git a/Admin/dependent b/Admin/dependent index 67893ae..58e4ceb 100755 --- a/Admin/dependent +++ b/Admin/dependent @@ -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 . # progname=$0 diff --git a/Admin/gen-uni-tables b/Admin/gen-uni-tables index bdc42fa..c75ba9e 100755 --- a/Admin/gen-uni-tables +++ b/Admin/gen-uni-tables @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015-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 @@ -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 . # progname=$0 @@ -96,7 +96,7 @@ signal=0 || func_fatal_error "cannot compile gen-uni-tables.c" : ${WGET=wget} -"$WGET" -q http://www.unicode.org/Public/3.0-Update1/PropList-3.0.1.txt \ +"$WGET" -q https://www.unicode.org/Public/3.0-Update1/PropList-3.0.1.txt \ -O "$tmp/PropList-3.0.1.txt" \ || func_fatal_error "cannot fetch PropList-3.0.1.txt" diff --git a/Admin/gen-uninames b/Admin/gen-uninames index f57173d..4121260 100755 --- a/Admin/gen-uninames +++ b/Admin/gen-uninames @@ -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 . # progname=$0 diff --git a/HACKING b/HACKING index 227e003..0139dae 100644 --- a/HACKING +++ b/HACKING @@ -9,31 +9,31 @@ You will need reasonably recent versions of the build tools: * A C compiler. Such as GNU GCC. + Homepage: - http://gcc.gnu.org/ + https://gcc.gnu.org/ * GNU automake + Homepage: - http://www.gnu.org/software/automake/ + https://www.gnu.org/software/automake/ * GNU autoconf + Homepage: - http://www.gnu.org/software/autoconf/ + https://www.gnu.org/software/autoconf/ * GNU m4 + Homepage: - http://www.gnu.org/software/m4/ + https://www.gnu.org/software/m4/ * GNU gperf + Homepage: - http://www.gnu.org/software/gperf/ + https://www.gnu.org/software/gperf/ * GNU sed + Homepage: - http://www.gnu.org/software/sed/ + https://www.gnu.org/software/sed/ * Perl + Homepage: - http://www.perl.org/ + https://www.perl.org/ * Either an internet connection or a recent copy of GNU gnulib. In order to work with the HEAD of libunistring development, you need the @@ -44,7 +44,7 @@ You will need reasonably recent versions of the build tools: particular version of gnulib which is indicated in the GNULIB_GIT_COMMIT variable in version.sh. + Homepage: - http://www.gnu.org/software/gnulib/ + https://www.gnu.org/software/gnulib/ And, of course, the packages listed in the DEPENDENCIES file. diff --git a/INSTALL.windows b/INSTALL.windows index 0d3fb08..2d2e144 100644 --- a/INSTALL.windows +++ b/INSTALL.windows @@ -82,8 +82,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.am b/Makefile.am index fd39e47..430d5b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 . +## along with this program. If not, see . ## Process this file with automake to produce Makefile.in. diff --git a/autogen.sh b/autogen.sh index 26c0e86..7cb5cbf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -25,7 +25,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 . # Usage: ./autogen.sh [--skip-gnulib] # @@ -53,7 +53,7 @@ if test $skip_gnulib = false; then # but that is too old (does not support @arrow{}). So take the version which # matches the latest stable texinfo release. if test ! -f build-aux/texinfo.tex; then - { wget -q --timeout=5 -O build-aux/texinfo.tex.tmp 'http://cvs.savannah.gnu.org/viewvc/*checkout*/texinfo/doc/texinfo.tex?root=texinfo&pathrev=texinfo_'`echo $TEXINFO_VERSION | sed -e 's/[.]/_/g'` \ + { wget -q --timeout=5 -O build-aux/texinfo.tex.tmp 'https://cvs.savannah.gnu.org/viewvc/*checkout*/texinfo/doc/texinfo.tex?root=texinfo&pathrev=texinfo_'`echo $TEXINFO_VERSION | sed -e 's/[.]/_/g'` \ && mv build-aux/texinfo.tex.tmp build-aux/texinfo.tex; \ } || rm -f build-aux/texinfo.tex.tmp fi diff --git a/build-aux/fixaclocal b/build-aux/fixaclocal index 10ff8e4..5fba94f 100755 --- a/build-aux/fixaclocal +++ b/build-aux/fixaclocal @@ -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 . # Usage: fixaclocal aclocal [OPTIONS] diff --git a/build-aux/run-test b/build-aux/run-test index cfa7751..38e0493 100755 --- a/build-aux/run-test +++ b/build-aux/run-test @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-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 @@ -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 . # # This program is a test driver that supports running a test under valgrind. @@ -48,8 +48,8 @@ func_version () { echo "\ run-test (GNU libunistring) -Copyright (C) 2009 Free Software Foundation, Inc. -License GPLv3+: GNU GPL version 3 or later +Copyright (C) 2009-2018 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/build-aux/texi2html b/build-aux/texi2html index a034366..618274e 100755 --- a/build-aux/texi2html +++ b/build-aux/texi2html @@ -62,7 +62,7 @@ use File::Spec; # $Id: texi2html.pl,v 1.182 2007/05/07 22:56:02 pertusus Exp $ # Homepage: -my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/"; +my $T2H_HOMEPAGE = "https://www.nongnu.org/texi2html/"; # Authors (appears in comments): my $T2H_AUTHORS = <. +dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. diff --git a/doc/Makefile.am b/doc/Makefile.am index de7647e..e4c2f2e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the doc subdirectory of GNU libunistring. -## Copyright (C) 2009, 2011, 2017 Free Software Foundation, Inc. +## Copyright (C) 2009, 2011, 2014, 2017-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 . +## along with this program. If not, see . ## Process this file with automake to produce Makefile.in. @@ -23,7 +23,7 @@ MOSTLYCLEANFILES = # List of -I options referring to directories that contain texinfo sources # used by this directory. # Should contain at least one -I option, to work around a bug in texi2dvi 1.13, -# see . +# see . TEXINCLUDES = -I . MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@ diff --git a/doc/libunistring.texi b/doc/libunistring.texi index cb5abdd..d792a13 100644 --- a/doc/libunistring.texi +++ b/doc/libunistring.texi @@ -392,14 +392,14 @@ Japanese, even the processing of pure Japanese text was error prone. References: @itemize @bullet @item -The Unicode standard:@texnl{} @url{http://www.unicode.org/} +The Unicode standard:@texnl{} @url{https://www.unicode.org/} @item -Definition of UTF-8:@texnl{} @url{http://www.rfc-editor.org/rfc/rfc3629.txt} +Definition of UTF-8:@texnl{} @url{https://www.rfc-editor.org/rfc/rfc3629.txt} @item -Definition of UTF-16:@texnl{} @url{http://www.rfc-editor.org/rfc/rfc2781.txt} +Definition of UTF-16:@texnl{} @url{https://www.rfc-editor.org/rfc/rfc2781.txt} @item Markus Kuhn's UTF-8 and Unicode FAQ:@texnl{} -@url{http://www.cl.cam.ac.uk/~mgk25/unicode.html} +@url{https://www.cl.cam.ac.uk/~mgk25/unicode.html} @end itemize @node Unicode and i18n @@ -595,7 +595,7 @@ functions do not work with multibyte strings. @end itemize The workarounds can be found in GNU gnulib -@url{http://www.gnu.org/software/gnulib/}. +@url{https://www.gnu.org/software/gnulib/}. @itemize @bullet @item gnulib has modules @samp{mbchar}, @samp{mbiter}, @samp{mbuiter} that @@ -863,7 +863,7 @@ that uses @code{libunistring} was installed. GNU Gnulib provides an autoconf macro that tests for the availability of @code{libunistring}. It is contained in the Gnulib module @samp{libunistring}, see@texnl{} -@url{http://www.gnu.org/software/gnulib/MODULES.html#module=libunistring}. +@url{https://www.gnu.org/software/gnulib/MODULES.html#module=libunistring}. @amindex gl_LIBUNISTRING The macro is called @code{gl_LIBUNISTRING}. It searches for an installed @@ -924,7 +924,7 @@ For bidirectional reordering of strings, we recommend the GNU FriBidi library: @cindex rendering For the rendering of Unicode strings outside of the context of a given toolkit (KDE/Qt or GNOME/Gtk), we recommend the Pango library: -@url{http://www.pango.org/}. +@url{https://www.pango.org/}. @include wchar_t.texi diff --git a/doc/unicase.texi b/doc/unicase.texi index 8dac4a4..c445496 100644 --- a/doc/unicase.texi +++ b/doc/unicase.texi @@ -54,7 +54,7 @@ Bosnian, and Serbian languages. @c Normally we would use .33 space for each column, but this is too much in @c TeX mode, see -@c . +@c . @multitable @columnfractions .31 .31 .31 @headitem Lower case @tab Title case @tab Upper case @item LATIN SMALL LETTER LJ diff --git a/doc/unictype.texi b/doc/unictype.texi index 7fbeaa5..3d78db3 100644 --- a/doc/unictype.texi +++ b/doc/unictype.texi @@ -392,7 +392,7 @@ combining classes are attached "first" or "closer" to the base character. The canonical combining class of a character is a number in the range 0..255. The possible values are described in the Unicode Character Database -@texnl{}@url{http://www.unicode.org/Public/UNIDATA/UCD.html}. The list here is +@texnl{}@url{https://www.unicode.org/Public/UNIDATA/UCD.html}. The list here is not definitive; more values can be added in future versions. @deftypevr Constant int UC_CCC_NR @@ -515,7 +515,7 @@ Every Unicode character or code point has a @emph{bidi class} assigned to it. Before Unicode 4.0, this concept was known as @emph{bidirectional category}. The bidi class guides the bidirectional algorithm@texnl{} -(@url{http://www.unicode.org/reports/tr9/}). The possible values are +(@url{https://www.unicode.org/reports/tr9/}). The possible values are the following. @deftypevr Constant int UC_BIDI_L diff --git a/doc/unigbrk.texi b/doc/unigbrk.texi index c5ced90..a8f9c52 100644 --- a/doc/unigbrk.texi +++ b/doc/unigbrk.texi @@ -99,7 +99,7 @@ characters. This is a more low-level API. The grapheme cluster break property is a property defined in Unicode Standard Annex #29, section ``Grapheme Cluster Boundaries'', see -@url{http://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries}.@texnl{} +@url{https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries}.@texnl{} It is used for determining the grapheme cluster breaks in a string. The following are the possible values of the grapheme cluster break diff --git a/doc/uniwbrk.texi b/doc/uniwbrk.texi index 64cbd11..d3ca344 100644 --- a/doc/uniwbrk.texi +++ b/doc/uniwbrk.texi @@ -45,7 +45,7 @@ word break to be present at the beginning of the string (before This is a more low-level API. The word break property is a property defined in Unicode Standard Annex #29, section ``Word Boundaries'', see -@url{http://www.unicode.org/reports/tr29/#Word_Boundaries}.@texnl{} It is +@url{https://www.unicode.org/reports/tr29/#Word_Boundaries}.@texnl{} It is used for determining the word breaks in a string. The following are the possible values of the word break property. More values diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 3758f6d..89f090a 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -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 . +## along with this program. If not, see . ## Process this file with automake to produce Makefile.in. diff --git a/lib/Makefile.am b/lib/Makefile.am index 11cdb1b..ea6201e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 . +## along with this program. If not, see . ## Process this file with automake to produce Makefile.in. diff --git a/lib/declared.sh b/lib/declared.sh index fbd5996..293939f 100755 --- a/lib/declared.sh +++ b/lib/declared.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2006-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 @@ -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 . # # This script determines the declared global symbols in a C header file. @@ -45,8 +45,8 @@ Report bugs to ." func_version () { echo "declared.sh (GNU libunistring)" - echo "Copyright (C) 2006, 2009 Free Software Foundation, Inc. -License GPLv3+: GNU GPL version 3 or later + echo "Copyright (C) 2006-2018 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." echo "Written by" "Bruno Haible" diff --git a/lib/exported.sh.in b/lib/exported.sh.in index 7bd3b1e..1e5fdc0 100644 --- a/lib/exported.sh.in +++ b/lib/exported.sh.in @@ -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 . # # This is a script that determines the exported symbols of an object file. diff --git a/lib/libunistring.rc b/lib/libunistring.rc index 5274632..e29b7a7 100644 --- a/lib/libunistring.rc +++ b/lib/libunistring.rc @@ -19,12 +19,12 @@ BEGIN BEGIN BLOCK "04090000" /* Lang = US English, Charset = ASCII */ BEGIN - VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see \0" + VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see \0" VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "LGPLed libunistring for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "unistring.dll\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2018\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "unistring.dll\0" VALUE "ProductName", "libunistring: Unicode string library\0" diff --git a/lib/stdbool.mini.h b/lib/stdbool.mini.h index c183f75..29736b7 100644 --- a/lib/stdbool.mini.h +++ b/lib/stdbool.mini.h @@ -12,7 +12,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program; if not, see . */ + along with this program; if not, see . */ #ifndef _UNISTRING_STDBOOL_H #define _UNISTRING_STDBOOL_H diff --git a/lib/stdint.mini.h b/lib/stdint.mini.h index 2afadcd..813de12 100644 --- a/lib/stdint.mini.h +++ b/lib/stdint.mini.h @@ -13,7 +13,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program; if not, see . */ + along with this program; if not, see . */ /* * Subset of ISO C 99 for platforms that lack it. diff --git a/lib/unistring-notinline.h b/lib/unistring-notinline.h index e7e5faa..1fc8be0 100644 --- a/lib/unistring-notinline.h +++ b/lib/unistring-notinline.h @@ -12,7 +12,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ diff --git a/lib/unistring/cdefs.in.h b/lib/unistring/cdefs.in.h index 2be62c2..838f8c1 100644 --- a/lib/unistring/cdefs.in.h +++ b/lib/unistring/cdefs.in.h @@ -12,7 +12,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ #ifndef _UNISTRING_CDEFS_H #define _UNISTRING_CDEFS_H diff --git a/lib/unistring/inline.h b/lib/unistring/inline.h index bdb0b22..a6c8985 100644 --- a/lib/unistring/inline.h +++ b/lib/unistring/inline.h @@ -1,5 +1,5 @@ /* Decision whether to use 'inline' or not. - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009, 2018 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -12,7 +12,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ @@ -22,7 +22,7 @@ /* This is like the gl_INLINE macro in gnulib/m4/inline.m4, but makes its decision based on defined preprocessor symbols rather than through autoconf tests. - See */ + See */ /* Test for the 'inline' keyword or equivalent. ISO C 99 semantics is not required, only that 'static inline' works. diff --git a/lib/unistring/version.in.h b/lib/unistring/version.in.h index 7b572fd..0e588ef 100644 --- a/lib/unistring/version.in.h +++ b/lib/unistring/version.in.h @@ -13,7 +13,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ #ifndef _UNISTRING_VERSION_H #define _UNISTRING_VERSION_H diff --git a/lib/unistring/woe32dll.in.h b/lib/unistring/woe32dll.in.h index 7764c86..19df687 100644 --- a/lib/unistring/woe32dll.in.h +++ b/lib/unistring/woe32dll.in.h @@ -12,7 +12,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ diff --git a/lib/version.c b/lib/version.c index 0b3bde1..a2f2f2d 100644 --- a/lib/version.c +++ b/lib/version.c @@ -13,7 +13,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ #include diff --git a/m4/woe32-dll.m4 b/m4/woe32-dll.m4 index a25f5ac..261401f 100644 --- a/m4/woe32-dll.m4 +++ b/m4/woe32-dll.m4 @@ -1,5 +1,5 @@ -# woe32-dll.m4 serial 3 -dnl Copyright (C) 2005-2006, 2011, 2015-2016 Free Software Foundation, Inc. +# woe32-dll.m4 serial 4 +dnl Copyright (C) 2005-2006, 2011, 2015-2018 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -25,7 +25,7 @@ dnl From Bruno Haible. # exported struct variable, or to a particular element of an exported # array variable), requiring code modifications. One platform # dictates code modifications on all platforms. -# See for more details. +# See for more details. AC_DEFUN([gl_WOE32_DLL], [ AC_REQUIRE([AC_CANONICAL_HOST]) diff --git a/tests/Makefile.am b/tests/Makefile.am index 08ee641..fc7d33a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 . +## along with this program. If not, see . ## Process this file with automake to produce Makefile.in. diff --git a/woe32dll/export.h b/woe32dll/export.h index b365924..ca5acc6 100644 --- a/woe32dll/export.h +++ b/woe32dll/export.h @@ -1,5 +1,5 @@ /* Exporting symbols from Cygwin shared libraries. - Copyright (C) 2006, 2011-2012 Free Software Foundation, Inc. + Copyright (C) 2006, 2011-2018 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -13,7 +13,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* There are four ways to build shared libraries on Cygwin: @@ -89,7 +89,7 @@ the effect of no longer exporting the functions! - until the option --export-all-symbols is used. - See for more details. */ + See for more details. */ #if defined __GNUC__ /* GCC compiler, GNU toolchain */ diff --git a/woe32dll/unistring-exports.c b/woe32dll/unistring-exports.c index 29b25e8..4b626b1 100644 --- a/woe32dll/unistring-exports.c +++ b/woe32dll/unistring-exports.c @@ -13,7 +13,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ #include "woe32dll/export.h" -- cgit v1.2.1