public
Description: use jetty to run rails projects
Homepage: http://jetty-rails.rubyforge.net
Clone URL: git://github.com/fabiokung/jetty-rails.git
commit  f4d340a2abad813656184db4aac06962705a7005
tree    b990f8fa427314052a1f5fa1384e37f1157ccc84
parent  357f7bce896f8ad055290be627bb86510430b021
jetty-rails / Licenses.txt
100644 38 lines (28 sloc) 1.655 kb
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
33
34
35
36
37
38
= Jetty Rails
 
Jetty Rails is distributed under the terms of the MIT License.
 
Copyright (c) 2008 Fabio Kung
 
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
 
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
= Additional Bundled Software
 
JRuby-Rack (jruby-rack-*.jar) is distributed under the terms of the
MIT license. See http://svn.codehaus.org/jruby-contrib/trunk/rack/LICENSE.txt
for details.
 
Jetty (jetty-*.jar) is distributed under the terms of the Apache 2.0 License.
See http://jetty.mortbay.org/jetty-6/LICENSE.txt for details.
 
Servlet API 2.5, a.k.a JSR-154, (servlet-api-2.5-*.jar) is distributed
under the terms of the Berkeley License. See http://developers.sun.com/license/berkeley_license.html
for details.