ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/depcomp
(Generate patch)

Comparing hopm/branches/1.1.x/depcomp (file contents):
Revision 8848 by michael, Sat Sep 22 20:56:36 2018 UTC vs.
Revision 8849 by michael, Sat Feb 9 18:33:17 2019 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # depcomp - compile a program generating dependencies as side-effects
3  
4 < scriptversion=2016-01-11.22; # UTC
4 > scriptversion=2018-03-07.03; # UTC
5  
6 < # Copyright (C) 1999-2017 Free Software Foundation, Inc.
6 > # Copyright (C) 1999-2018 Free Software Foundation, Inc.
7  
8   # This program is free software; you can redistribute it and/or modify
9   # it under the terms of the GNU General Public License as published by
# Line 16 | Line 16 | scriptversion=2016-01-11.22; # UTC
16   # GNU General Public License for more details.
17  
18   # You should have received a copy of the GNU General Public License
19 < # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 > # along with this program.  If not, see <https://www.gnu.org/licenses/>.
20  
21   # As a special exception to the GNU General Public License, if you
22   # distribute this file as part of a program that contains a
# Line 783 | Line 783 | exit 0
783   # Local Variables:
784   # mode: shell-script
785   # sh-indentation: 2
786 < # eval: (add-hook 'write-file-hooks 'time-stamp)
786 > # eval: (add-hook 'before-save-hook 'time-stamp)
787   # time-stamp-start: "scriptversion="
788   # time-stamp-format: "%:y-%02m-%02d.%02H"
789   # time-stamp-time-zone: "UTC0"

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)