about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-02 22:34:52 +0000
committerEric Wong <e@80x24.org>2016-01-02 22:38:36 +0000
commitddea1b7e04b7e3475bb615c35e2156c9626b4eac (patch)
treeaa19995ad35929cbcb26d76dfd29ccaaffe76f4d /bin
parent9e24bae3428f726800da2963a8f2695f7d4064cd (diff)
downloadyahns-ddea1b7e04b7e3475bb615c35e2156c9626b4eac.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

We're also switching to 'GPL-3.0+' as recommended by SPDX
to be consistent with our gemspec and other metadata
(as opposed to the longer but equivalent "GPLv3 or later").

[1] git://git.savannah.gnu.org/gnulib.git
Diffstat (limited to 'bin')
-rwxr-xr-xbin/yahns4
-rwxr-xr-xbin/yahns-rackup4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/yahns b/bin/yahns
index 340f145..f22a2be 100755
--- a/bin/yahns
+++ b/bin/yahns
@@ -1,7 +1,7 @@
 #!/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
-# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
+# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'yahns/daemon'
 require 'optparse'
diff --git a/bin/yahns-rackup b/bin/yahns-rackup
index fc1f161..3216638 100755
--- a/bin/yahns-rackup
+++ b/bin/yahns-rackup
@@ -1,7 +1,7 @@
 #!/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
-# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
+# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'yahns/rackup_handler'
 ARGV.grep(/\A(?:-s|--server)/)[0] and abort "--server has no effect for #$0"