about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-13 20:45:26 +0000
committerEric Wong <e@80x24.org>2015-10-13 20:45:26 +0000
commitb97be813facc3a763424362ebf6e4c47a8579362 (patch)
tree005047fdd3ff3d66a1c9c981fe4dfc57e9c11e19 /bin
parent7fed5c86ac223359466a88c7ca78316c994e646d (diff)
downloadyahns-b97be813facc3a763424362ebf6e4c47a8579362.tar.gz
Future updates may use the update-copyright script in gnulib:

git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
  UPDATE_COPYRIGHT_USE_INTERVALS=2 \
  xargs /path/to/gnulib/build-aux/update-copyright
Diffstat (limited to 'bin')
-rwxr-xr-xbin/yahns2
-rwxr-xr-xbin/yahns-rackup2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/yahns b/bin/yahns
index efa267a..97210a4 100755
--- a/bin/yahns
+++ b/bin/yahns
@@ -1,6 +1,6 @@
 #!/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require 'yahns/daemon'
 require 'optparse'
diff --git a/bin/yahns-rackup b/bin/yahns-rackup
index baf110b..3c22725 100755
--- a/bin/yahns-rackup
+++ b/bin/yahns-rackup
@@ -1,6 +1,6 @@
 #!/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require 'yahns/rackup_handler'
 ARGV.grep(/\A(?:-s|--server)/)[0] and abort "--server has no effect for #$0"