about summary refs log tree commit homepage
path: root/lib/dtas/spawn_fix.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-19 23:36:49 +0000
committerEric Wong <e@80x24.org>2015-01-19 23:56:42 +0000
commit5a0dbfc1cfddd2028ced800fc1f65e1c443126ab (patch)
treee0aebe0b90b41448a3cce3fb400cc5976386466a /lib/dtas/spawn_fix.rb
parentb524cec0d86da22a3ff8fdb93328f54d7ccbdf29 (diff)
downloaddtas-5a0dbfc1cfddd2028ced800fc1f65e1c443126ab.tar.gz
The documentation part is managed by the new
Documentation/update-copyright script.  For the future, the rest may
be managed by the update-copyright tool in gnulib
Diffstat (limited to 'lib/dtas/spawn_fix.rb')
-rw-r--r--lib/dtas/spawn_fix.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dtas/spawn_fix.rb b/lib/dtas/spawn_fix.rb
index dfcc884..ebde23c 100644
--- a/lib/dtas/spawn_fix.rb
+++ b/lib/dtas/spawn_fix.rb
@@ -1,5 +1,7 @@
+# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# workaround for older Rubies: https://bugs.ruby-lang.org/issues/8770
 module DTAS::SpawnFix # :nodoc:
-  # workaround for older Rubies: https://bugs.ruby-lang.org/issues/8770
   def spawn(*args)
     super(*args)
   rescue Errno::EINTR