about summary refs log tree commit homepage
path: root/lib/dtas/sigevent
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-02 22:37:22 +0000
committerEric Wong <e@80x24.org>2016-01-02 22:37:22 +0000
commit176e3cf0d82e24b5f019a4ed0ac4f56f62edd5e6 (patch)
tree2e3c5f36bc423ed1a8eb4d99bbffa1be92efea92 /lib/dtas/sigevent
parentc601778792f6ee1ff9116d763030034c0f642dd5 (diff)
downloaddtas-176e3cf0d82e24b5f019a4ed0ac4f56f62edd5e6.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] git://git.savannah.gnu.org/gnulib.git
Diffstat (limited to 'lib/dtas/sigevent')
-rw-r--r--lib/dtas/sigevent/efd.rb2
-rw-r--r--lib/dtas/sigevent/pipe.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/dtas/sigevent/efd.rb b/lib/dtas/sigevent/efd.rb
index daae4ff..5c5c677 100644
--- a/lib/dtas/sigevent/efd.rb
+++ b/lib/dtas/sigevent/efd.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 
 # used in various places for safe wakeups from IO.select via signals
diff --git a/lib/dtas/sigevent/pipe.rb b/lib/dtas/sigevent/pipe.rb
index f30bb5b..cc50a68 100644
--- a/lib/dtas/sigevent/pipe.rb
+++ b/lib/dtas/sigevent/pipe.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true