diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-12-30 22:19:20 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-12-30 22:19:20 +0000 |
commit | b3f254a8bf1a12b30947d2af108c164fe29e5d1e (patch) | |
tree | 9598c33a6255093f1eeae233a412336bbca3e406 /Build/source/utils/autosp/autosp-src/depcomp | |
parent | e40aa8383383c76ce16e8c8e28f00bd42accb066 (diff) |
autosp-2017-12-26
git-svn-id: svn://tug.org/texlive/trunk@46169 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/autosp/autosp-src/depcomp')
-rwxr-xr-x | Build/source/utils/autosp/autosp-src/depcomp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/utils/autosp/autosp-src/depcomp b/Build/source/utils/autosp/autosp-src/depcomp index 5ff3c6feb4b..4ebd5b3a2f2 100755 --- a/Build/source/utils/autosp/autosp-src/depcomp +++ b/Build/source/utils/autosp/autosp-src/depcomp @@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2017-09-16.17; # UTC +scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 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 @@ -16,7 +16,7 @@ scriptversion=2017-09-16.17; # 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 <https://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -786,6 +786,6 @@ exit 0 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC0" +# time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: |