about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-03 08:09:08 +0000
committerEric Wong <e@yhbt.net>2020-02-03 08:09:08 +0000
commit6f4b226bfcc822eaee68946bfb948e94d03b3b97 (patch)
tree732e64f47e6162ee5788e80dde2de009d826ed30 /GIT-VERSION-GEN
parente6d72445bcfca982f5ab65558d7ebc93dff75e6b (diff)
downloaddtas-6f4b226bfcc822eaee68946bfb948e94d03b3b97.tar.gz
Using the 'update-copyright' script from gnulib[1]:

git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
  UPDATE_COPYRIGHT_USE_INTERVALS=2 \
  xargs /path/to/gnulib/build-aux/update-copyright

[1] https://git.savannah.gnu.org/git/gnulib.git
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ebffddf..e83f9c6 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2019 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 CONSTANT = "DTAS::VERSION"