]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Sync copyright and scriptversion bits from gnulib.
authorJim Meyering <meyering@redhat.com>
Sat, 3 Nov 2007 17:04:40 +0000 (18:04 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 3 Nov 2007 17:04:40 +0000 (18:04 +0100)
* build-aux/git-version-gen: No semantic change.

ChangeLog
build-aux/git-version-gen

index ca1ac5d38cf7110e7c2f3eb6470d0a3cd0737f38..e63a3e81627817bf91b32865b77d9389316cf843 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-11-03  Jim Meyering  <meyering@redhat.com>
 
+       Sync copyright and scriptversion bits from gnulib.
+       * build-aux/git-version-gen: No semantic change.
+
        Change the first '-' to '.' in the snapshot version string,
        e.g., 6.9-377-08144 -> 6.9.377-08144
        * build-aux/git-version-gen: ... and add comments.
index 4e8ffc6eafc41c3fc30bb071ff8dd0c715bcc08d..3af7e00427fc925c7542e43a33d72069ea4f603c 100755 (executable)
@@ -1,5 +1,24 @@
 #!/bin/sh
 # Print a version string.
+scriptversion=2007-11-03.18
+
+# Copyright (C) 2007 Free Software Foundation
+#
+# 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
+
 # This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/.
 # It may be run two ways:
 # - from a git repository in which the git-describe command below
@@ -63,3 +82,10 @@ esac
 
 # Omit the trailing newline, so that m4_esyscmd can use the result directly.
 echo "$v" | tr -d '\012'
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End: