From a834b9fe0f3085f979d7f378d3cb72e0a052d85c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 6 Jun 2009 13:53:35 -0700 Subject: Put copyright text in new files, include GPL2 text Just clarifying the license terms of the new code. Other files should really have this notice in there as well. --- lib/unicorn/app/inetd.rb | 3 +++ lib/unicorn/chunked_reader.rb | 3 +++ lib/unicorn/tee_input.rb | 3 +++ 3 files changed, 9 insertions(+) (limited to 'lib/unicorn') 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 -- cgit v1.2.3-24-ge0c7