about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-06-06 13:53:35 -0700
committerEric Wong <normalperson@yhbt.net>2009-06-06 13:53:35 -0700
commita834b9fe0f3085f979d7f378d3cb72e0a052d85c (patch)
tree2693c2e1dd8868127646adb641bc8f8c633ad10c /lib
parent7fdf4388a637b687c3996a4e5943db4610ba6f6e (diff)
downloadunicorn-a834b9fe0f3085f979d7f378d3cb72e0a052d85c.tar.gz
Just clarifying the license terms of the new code.  Other files
should really have this notice in there as well.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/app/inetd.rb3
-rw-r--r--lib/unicorn/chunked_reader.rb3
-rw-r--r--lib/unicorn/tee_input.rb3
3 files changed, 9 insertions, 0 deletions
diff --git a/lib/unicorn/app/inetd.rb b/lib/unicorn/app/inetd.rb
index 97dc5d3..4938508 100644
--- a/lib/unicorn/app/inetd.rb
+++ b/lib/unicorn/app/inetd.rb
@@ -1,3 +1,6 @@
+# Copyright (c) 2009 Eric Wong
+# You can redistribute it and/or modify it under the same terms as Ruby.
+
 # this class *must* be used with Rack::Chunked
 
 module Unicorn::App
diff --git a/lib/unicorn/chunked_reader.rb b/lib/unicorn/chunked_reader.rb
index b9178a9..a16a4e5 100644
--- a/lib/unicorn/chunked_reader.rb
+++ b/lib/unicorn/chunked_reader.rb
@@ -1,3 +1,6 @@
+# Copyright (c) 2009 Eric Wong
+# You can redistribute it and/or modify it under the same terms as Ruby.
+
 module Unicorn; end
 
 module Unicorn
diff --git a/lib/unicorn/tee_input.rb b/lib/unicorn/tee_input.rb
index 1e281b4..a1d3190 100644
--- a/lib/unicorn/tee_input.rb
+++ b/lib/unicorn/tee_input.rb
@@ -1,3 +1,6 @@
+# Copyright (c) 2009 Eric Wong
+# You can redistribute it and/or modify it under the same terms as Ruby.
+
 require 'tempfile'
 
 # acts like tee(1) on an input input to provide a input-like stream