about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-30 20:13:35 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-30 20:13:35 +0000
commit7d0f10c2427f37f2f08366c5d6add01973238f1a (patch)
tree424dcf1e48def41596aaa44c6f90bb388ac92956 /test
parentfe0fac5c040a44b5262852ffe59392d5c55ec747 (diff)
downloadunicorn-7d0f10c2427f37f2f08366c5d6add01973238f1a.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@265 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'test')
-rw-r--r--test/test_command.rb17
-rw-r--r--test/test_conditional.rb17
-rw-r--r--test/test_configurator.rb17
-rw-r--r--test/test_debug.rb17
-rw-r--r--test/test_handlers.rb17
-rw-r--r--test/test_http11.rb17
-rw-r--r--test/test_request_progress.rb18
-rw-r--r--test/test_response.rb17
-rw-r--r--test/test_stats.rb17
-rw-r--r--test/test_uriclassifier.rb17
-rw-r--r--test/test_ws.rb17
11 files changed, 0 insertions, 188 deletions
diff --git a/test/test_command.rb b/test/test_command.rb
index a5c0d8b..9b8e760 100644
--- a/test/test_command.rb
+++ b/test/test_command.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'mongrel'
diff --git a/test/test_conditional.rb b/test/test_conditional.rb
index 984dea0..1a56b1a 100644
--- a/test/test_conditional.rb
+++ b/test/test_conditional.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'net/http'
diff --git a/test/test_configurator.rb b/test/test_configurator.rb
index 95a8fe3..1056a50 100644
--- a/test/test_configurator.rb
+++ b/test/test_configurator.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'mongrel'
diff --git a/test/test_debug.rb b/test/test_debug.rb
index e327501..d210246 100644
--- a/test/test_debug.rb
+++ b/test/test_debug.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'fileutils'
 FileUtils.mkdir_p "log/mongrel_debug"
diff --git a/test/test_handlers.rb b/test/test_handlers.rb
index 16292b4..bb5b7c5 100644
--- a/test/test_handlers.rb
+++ b/test/test_handlers.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'net/http'
diff --git a/test/test_http11.rb b/test/test_http11.rb
index 1231453..3d25f3a 100644
--- a/test/test_http11.rb
+++ b/test/test_http11.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'http11'
diff --git a/test/test_request_progress.rb b/test/test_request_progress.rb
index bca2d33..da2e72e 100644
--- a/test/test_request_progress.rb
+++ b/test/test_request_progress.rb
@@ -1,22 +1,4 @@
 
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
 require 'test/unit'
 require 'mongrel'
 require 'net/http'
diff --git a/test/test_response.rb b/test/test_response.rb
index 05811fb..d277975 100644
--- a/test/test_response.rb
+++ b/test/test_response.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'mongrel'
diff --git a/test/test_stats.rb b/test/test_stats.rb
index 547414d..48ac9e5 100644
--- a/test/test_stats.rb
+++ b/test/test_stats.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'mongrel/stats'
diff --git a/test/test_uriclassifier.rb b/test/test_uriclassifier.rb
index 52f4f64..d132d7a 100644
--- a/test/test_uriclassifier.rb
+++ b/test/test_uriclassifier.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'net/http'
diff --git a/test/test_ws.rb b/test/test_ws.rb
index 9f4a9ef..974a00c 100644
--- a/test/test_ws.rb
+++ b/test/test_ws.rb
@@ -1,20 +1,3 @@
-# Mongrel Web Server - A Mostly Ruby HTTP server and Library
-#
-# Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'test/unit'
 require 'net/http'