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

Comparing:
hopm/trunk/ylwrap (file contents), Revision 5135 by michael, Thu Dec 25 18:51:51 2014 UTC vs.
hopm/branches/1.1.x/ylwrap (file contents), Revision 10103 by michael, Sun Jun 12 08:35:13 2022 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # ylwrap - wrapper for lex/yacc invocations.
3  
4 < scriptversion=2013-01-12.17; # UTC
4 > scriptversion=2018-03-07.03; # UTC
5  
6 < # Copyright (C) 1996-2013 Free Software Foundation, Inc.
6 > # Copyright (C) 1996-2021 Free Software Foundation, Inc.
7   #
8   # Written by Tom Tromey <tromey@cygnus.com>.
9   #
# Line 18 | Line 18 | scriptversion=2013-01-12.17; # 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: "UTC"
245 > # time-stamp-time-zone: "UTC0"
246   # time-stamp-end: "; # UTC"
247   # End:

Diff Legend

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