about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-30 20:42:12 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-30 20:42:12 +0000
commitddd5c9a46cfbb471f83a50d0a890a55628c22738 (patch)
treed8fbc0cbca12883202224dec4ded0333b4b291c8 /lib
parent7d0f10c2427f37f2f08366c5d6add01973238f1a (diff)
downloadunicorn-ddd5c9a46cfbb471f83a50d0a890a55628c22738.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@267 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'lib')
-rw-r--r--lib/mongrel.rb5
-rw-r--r--lib/mongrel/camping.rb5
-rw-r--r--lib/mongrel/cgi.rb5
-rw-r--r--lib/mongrel/command.rb5
-rw-r--r--lib/mongrel/debug.rb5
-rw-r--r--lib/mongrel/handlers.rb6
-rw-r--r--lib/mongrel/init.rb5
-rw-r--r--lib/mongrel/rails.rb5
-rw-r--r--lib/mongrel/stats.rb5
-rw-r--r--lib/mongrel/tcphack.rb5
10 files changed, 51 insertions, 0 deletions
diff --git a/lib/mongrel.rb b/lib/mongrel.rb
index c4449b2..03b053a 100644
--- a/lib/mongrel.rb
+++ b/lib/mongrel.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 require 'socket'
 require 'http11'
diff --git a/lib/mongrel/camping.rb b/lib/mongrel/camping.rb
index 9fb8eed..da497a0 100644
--- a/lib/mongrel/camping.rb
+++ b/lib/mongrel/camping.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 require 'mongrel'
 
diff --git a/lib/mongrel/cgi.rb b/lib/mongrel/cgi.rb
index 300f533..0c941b9 100644
--- a/lib/mongrel/cgi.rb
+++ b/lib/mongrel/cgi.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 require 'cgi'
 
diff --git a/lib/mongrel/command.rb b/lib/mongrel/command.rb
index 7d10a43..64969b4 100644
--- a/lib/mongrel/command.rb
+++ b/lib/mongrel/command.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 require 'rubygems'
 require 'singleton'
diff --git a/lib/mongrel/debug.rb b/lib/mongrel/debug.rb
index 01d7404..66f974d 100644
--- a/lib/mongrel/debug.rb
+++ b/lib/mongrel/debug.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 require 'logger'
 require 'set'
diff --git a/lib/mongrel/handlers.rb b/lib/mongrel/handlers.rb
index 0c4d0e3..fede2db 100644
--- a/lib/mongrel/handlers.rb
+++ b/lib/mongrel/handlers.rb
@@ -1,3 +1,9 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
+
 require 'mongrel/stats'
 require 'zlib'
 
diff --git a/lib/mongrel/init.rb b/lib/mongrel/init.rb
index d6ffaa8..7199d0c 100644
--- a/lib/mongrel/init.rb
+++ b/lib/mongrel/init.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 require 'rubygems'
 require 'gem_plugin'
diff --git a/lib/mongrel/rails.rb b/lib/mongrel/rails.rb
index 35841c8..df4397a 100644
--- a/lib/mongrel/rails.rb
+++ b/lib/mongrel/rails.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 require 'mongrel'
 require 'cgi'
diff --git a/lib/mongrel/stats.rb b/lib/mongrel/stats.rb
index 57ea60f..eec6ff9 100644
--- a/lib/mongrel/stats.rb
+++ b/lib/mongrel/stats.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 # A very simple little class for doing some basic fast statistics sampling.
 # You feed it either samples of numeric data you want measured or you call
diff --git a/lib/mongrel/tcphack.rb b/lib/mongrel/tcphack.rb
index 0cabe42..634f9dd 100644
--- a/lib/mongrel/tcphack.rb
+++ b/lib/mongrel/tcphack.rb
@@ -1,3 +1,8 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# for more information.
 
 
 # A modification proposed by Sean Treadway that increases the default accept