diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-12-20 22:26:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-12-20 22:28:20 +0000 |
commit | 41d11b15a10ab049598ac053f75e9b59deafc537 (patch) | |
tree | fa07f5ead18aba6d0ea863824164169be0807674 /scripts/move-if-change | |
parent | 8d2d239cb7db9df7b486d5f153c90865443e7abb (diff) | |
download | glibc-41d11b15a10ab049598ac053f75e9b59deafc537.tar glibc-41d11b15a10ab049598ac053f75e9b59deafc537.tar.gz glibc-41d11b15a10ab049598ac053f75e9b59deafc537.tar.bz2 glibc-41d11b15a10ab049598ac053f75e9b59deafc537.zip |
Update miscellaneous files from upstream sources.
This patch updates various miscellaneous files from their upstream
sources.
Tested for x86_64, including "make pdf".
* manual/texinfo.tex: Update to version 2017-12-18.20 with
trailing whitespace removed.
* scripts/config.guess: Update to version 2017-12-17.
* scripts/config.sub: Update to version 2017-11-23.
* scripts/install-sh: Update to version 2017-09-23.17.
* scripts/move-if-change: Update to version 2017-09-13 06:45.
Diffstat (limited to 'scripts/move-if-change')
-rwxr-xr-x | scripts/move-if-change | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/move-if-change b/scripts/move-if-change index e3fe71d18f..4a65145594 100755 --- a/scripts/move-if-change +++ b/scripts/move-if-change @@ -2,13 +2,13 @@ # Like mv $1 $2, but if the files are the same, just delete $1. # Status is zero if successful, nonzero otherwise. -VERSION='2016-01-11 22:04'; # UTC +VERSION='2017-09-13 06:45'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook # do its job. Otherwise, update this string manually. -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 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 @@ -21,7 +21,7 @@ VERSION='2016-01-11 22:04'; # UTC # 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="usage: $0 SOURCE DEST" @@ -39,7 +39,7 @@ Report bugs to <bug-gnulib@gnu.org>." version=`expr "$VERSION" : '\([^ ]*\)'` version="move-if-change (gnulib) $version Copyright (C) 2011 Free Software Foundation, Inc. -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." |