From 7d0f10c2427f37f2f08366c5d6add01973238f1a Mon Sep 17 00:00:00 2001 From: zedshaw Date: Fri, 30 Jun 2006 20:13:35 +0000 Subject: Switched Mongrel to Ruby license. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@265 19e92222-5c0b-0410-8929-a290d50e31e9 --- test/test_command.rb | 17 ----------------- test/test_conditional.rb | 17 ----------------- test/test_configurator.rb | 17 ----------------- test/test_debug.rb | 17 ----------------- test/test_handlers.rb | 17 ----------------- test/test_http11.rb | 17 ----------------- test/test_request_progress.rb | 18 ------------------ test/test_response.rb | 17 ----------------- test/test_stats.rb | 17 ----------------- test/test_uriclassifier.rb | 17 ----------------- test/test_ws.rb | 17 ----------------- 11 files changed, 188 deletions(-) (limited to 'test') 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' -- cgit v1.2.3-24-ge0c7