summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-02-11 10:26:41 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-02-11 10:26:41 +0100
commit85d01e10032068882d8834ec297c32a9557cdbaa (patch)
treefa8e60f15cc8a6351a072c7d3168eb1c54a98ac6 /build-aux
parentf8b7f0d34ccb6e4bf202886990afcaef7c42f7e9 (diff)
downloadvala-85d01e10032068882d8834ec297c32a9557cdbaa.tar.gz
build: Update git-version-gen to latest upstream
From commit b5a3c17daa05f6d76f70369e7cbeefe0db012499 of https://git.savannah.gnu.org/cgit/gnulib.git/log/build-aux/git-version-gen
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/git-version-gen19
1 files changed, 10 insertions, 9 deletions
diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
index 959f98893..a44f5d5c9 100755
--- a/build-aux/git-version-gen
+++ b/build-aux/git-version-gen
@@ -1,12 +1,12 @@
#!/bin/sh
# Print a version string.
-scriptversion=2019-10-13.15; # UTC
+scriptversion=2022-01-27.18; # UTC
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 Free Software Foundation, Inc.
#
# 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 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -65,9 +65,10 @@ scriptversion=2019-10-13.15; # UTC
# EXTRA_DIST = $(top_srcdir)/.version
# BUILT_SOURCES = $(top_srcdir)/.version
# $(top_srcdir)/.version:
-# echo $(VERSION) > $@-t && mv $@-t $@
+# echo '$(VERSION)' > $@-t
+# mv $@-t $@
# dist-hook:
-# echo $(VERSION) > $(distdir)/.tarball-version
+# echo '$(VERSION)' > $(distdir)/.tarball-version
me=$0
@@ -75,10 +76,10 @@ me=$0
year=`expr "$scriptversion" : '\([^-]*\)'`
version="git-version-gen $scriptversion
-Copyright $year Free Software Foundation, Inc.
-There is NO warranty. You may redistribute this software
-under the terms of the GNU General Public License.
-For more information about these matters, see the files named COPYING."
+Copyright (C) ${year} Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law."
usage="\
Usage: $me [OPTION]... \$srcdir/.tarball-version [TAG-NORMALIZATION-SED-SCRIPT]