public
Description: Rack for JRuby and Java appservers
Homepage: http://wiki.jruby.org/wiki/JRuby_Rack
Clone URL: git://github.com/nicksieger/jruby-rack.git
Change license to MIT


git-svn-id: https://svn.codehaus.org/jruby-contrib/trunk/rack@138 
97a6c6ee-731e-0410-87e5-e5612b5efbfe
nsieger (author)
Tue Apr 15 11:22:21 -0700 2008
commit  c0b6ee8f1bdd61c602cfda27e4edce00441d2e73
tree    59660f4e422fea3188d780af6e19ce7e744ebb85
parent  a974ff95f6cd566d720cbf0ce3ba7f0e660326e9
...
1
2
3
4
5
 
6
7
8
9
10
 
11
12
13
14
15
 
 
 
 
 
 
16
17
 
 
18
19
20
21
22
23
24
25
26
27
28
29
30
 
 
 
 
 
 
 
31
32
...
 
 
1
 
 
2
3
 
 
 
 
4
5
 
 
 
 
6
7
8
9
10
11
12
 
13
14
15
 
 
 
 
 
 
 
 
 
 
 
 
16
17
18
19
20
21
22
23
24
0
@@ -1,31 +1,23 @@
0
-JRuby-Rack uses the same license as JRuby -- CPL/GPL/LGPL. The license text is below.
0
-
0
 #--
0
-# **** BEGIN LICENSE BLOCK *****
0
-# Version: CPL 1.0/GPL 2.0/LGPL 2.1
0
+# The MIT License
0
 #
0
-# The contents of this file are subject to the Common Public
0
-# License Version 1.0 (the "License"); you may not use this file
0
-# except in compliance with the License. You may obtain a copy of
0
-# the License at http://www.eclipse.org/legal/cpl-v10.html
0
+# Copyright (c) 2007-2008 Sun Microsystems, Inc.
0
 #
0
-# Software distributed under the License is distributed on an "AS
0
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
0
-# implied. See the License for the specific language governing
0
-# rights and limitations under the License.
0
+# Permission is hereby granted, free of charge, to any person obtaining a copy
0
+# of this software and associated documentation files (the "Software"), to deal
0
+# in the Software without restriction, including without limitation the rights
0
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
0
+# copies of the Software, and to permit persons to whom the Software is
0
+# furnished to do so, subject to the following conditions:
0
 #
0
-# Copyright (C) 2007-2008 Sun Microsystems, Inc.
0
+# The above copyright notice and this permission notice shall be included in
0
+# all copies or substantial portions of the Software.
0
 #
0
-# Alternatively, the contents of this file may be used under the terms of
0
-# either of the GNU General Public License Version 2 or later (the "GPL"),
0
-# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
0
-# in which case the provisions of the GPL or the LGPL are applicable instead
0
-# of those above. If you wish to allow use of your version of this file only
0
-# under the terms of either the GPL or the LGPL, and not to allow others to
0
-# use your version of this file under the terms of the CPL, indicate your
0
-# decision by deleting the provisions above and replace them with the notice
0
-# and other provisions required by the GPL or the LGPL. If you do not delete
0
-# the provisions above, a recipient may use your version of this file under
0
-# the terms of any one of the CPL, the GPL or the LGPL.
0
-# **** END LICENSE BLOCK *****
0
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
0
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
0
+# THE SOFTWARE.
0
 #++
0
\ No newline at end of file
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
  * Copyright 2007-2008 Sun Microsystems, Inc.
0
- * This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+ * This source code is available under the MIT license.
0
  * See the file LICENSE.txt for details.
0
  */
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #--
0
 # Copyright 2007-2008 Sun Microsystems, Inc.
0
-# This source code is available under a CPL 1.0/GPL 2.0/LGPL 2.1 tri-license.
0
+# This source code is available under the MIT license.
0
 # See the file LICENSE.txt for details.
0
 #++
0
 

Comments

    No one has commented yet.