From ddd5c9a46cfbb471f83a50d0a890a55628c22738 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Fri, 30 Jun 2006 20:42:12 +0000 Subject: Ruby license applied to all files git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@267 19e92222-5c0b-0410-8929-a290d50e31e9 --- lib/mongrel.rb | 5 +++++ lib/mongrel/camping.rb | 5 +++++ lib/mongrel/cgi.rb | 5 +++++ lib/mongrel/command.rb | 5 +++++ lib/mongrel/debug.rb | 5 +++++ lib/mongrel/handlers.rb | 6 ++++++ lib/mongrel/init.rb | 5 +++++ lib/mongrel/rails.rb | 5 +++++ lib/mongrel/stats.rb | 5 +++++ lib/mongrel/tcphack.rb | 5 +++++ 10 files changed, 51 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3-24-ge0c7