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

Comparing hopm/branches/1.1.x/ylwrap (file contents):
Revision 8552 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   # ylwrap - wrapper for lex/yacc invocations.
3  
4 < scriptversion=2016-01-11.22; # UTC
4 > scriptversion=2018-03-07.03; # UTC
5  
6 < # Copyright (C) 1996-2017 Free Software Foundation, Inc.
6 > # Copyright (C) 1996-2018 Free Software Foundation, Inc.
7   #
8   # Written by Tom Tromey <tromey@cygnus.com>.
9   #
# Line 18 | Line 18 | scriptversion=2016-01-11.22; # UTC
18   # GNU General Public License for more details.
19   #
20   # You should have received a copy of the GNU General Public License
21 < # along with this program.  If not, see <http://www.gnu.org/licenses/>.
21 > # along with this program.  If not, see <https://www.gnu.org/licenses/>.
22  
23   # As a special exception to the GNU General Public License, if you
24   # distribute this file as part of a program that contains a
# Line 239 | Line 239 | exit $ret
239   # Local Variables:
240   # mode: shell-script
241   # sh-indentation: 2
242 < # eval: (add-hook 'write-file-hooks 'time-stamp)
242 > # eval: (add-hook 'before-save-hook 'time-stamp)
243   # time-stamp-start: "scriptversion="
244   # time-stamp-format: "%:y-%02m-%02d.%02H"
245   # time-stamp-time-zone: "UTC0"

Diff Legend

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