summaryrefslogtreecommitdiff
path: root/build-aux/mdate-sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-05 05:40:15 -0700
committerKarl Berry <karl@freefriends.org>2009-05-05 05:40:15 -0700
commita556453c32061f4723bd672695e02581fc662890 (patch)
tree1a063628559a8161ec8a025874caa05ad7cc9030 /build-aux/mdate-sh
parent67a85c2b8a870d5f34acbc699f6c429b865b4d10 (diff)
downloadgnulib-a556453c32061f4723bd672695e02581fc662890.tar.gz
autoupdate
Diffstat (limited to 'build-aux/mdate-sh')
-rwxr-xr-xbuild-aux/mdate-sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/build-aux/mdate-sh b/build-aux/mdate-sh
index 757a5dc131..4ecfe2d716 100755
--- a/build-aux/mdate-sh
+++ b/build-aux/mdate-sh
@@ -1,10 +1,10 @@
#!/bin/sh
# Get modification time of a file or directory and pretty-print it.
-scriptversion=2007-03-30.02
+scriptversion=2009-04-28.21; # UTC
-# Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007 Free Software
-# Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009 Free
+# Software Foundation, Inc.
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
#
# This program is free software; you can redistribute it and/or modify
@@ -200,5 +200,6 @@ echo $day $month $year
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
# End: