public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Apply [3067] to stable. Update from LGPL to MIT license as per Minero 
Aoki's permission.

git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@3068 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Marcel Molina (author)
Wed Nov 16 16:53:29 -0800 2005
commit  d212f030937043da3c6b24ebe5059875a153ac67
tree    322b2fd2a1e64cab3ed0d97a7bd93751fa8edbed
parent  afcd3ebcbbb18f4bf84fd9c94d89cd5687093af7
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Update from LGPL to MIT license as per Minero Aoki's permission. [Marcel Molina Jr.]
0
+
0
 * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
0
 
0
 * Fix that XML-RPC date/time values did not have well-defined behaviour (#2516, #2534). This fix has one caveat, in that we can't support pre-1970 dates from XML-RPC clients.
...
3
4
5
6
7
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
10
11
...
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
0
@@ -3,9 +3,28 @@
0
 #
0
 # Copyright (c) 2000-2004 Minero Aoki
0
 #
0
-# This program is free software.
0
-# You can distribute/modify this program under the terms of
0
-# the GNU LGPL, Lesser General Public License version 2.1.
0
+# Permission is hereby granted, free of charge, to any person obtaining
0
+# a copy of this software and associated documentation files (the
0
+# "Software"), to deal in the Software without restriction, including
0
+# without limitation the rights to use, copy, modify, merge, publish,
0
+# distribute, sublicense, and/or sell copies of the Software, and to
0
+# permit persons to whom the Software is furnished to do so, subject to
0
+# the following conditions:
0
+#
0
+# The above copyright notice and this permission notice shall be
0
+# included in all copies or substantial portions of the Software.
0
+#
0
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
0
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
0
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
0
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
0
+# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
0
+# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
0
+# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0
+#
0
+# Note: Originally licensed under LGPL v2+. Using MIT license for Rails
0
+# with permission of Minero Aoki.
0
+
0
 #
0
 
0
 unless Enumerable.method_defined?(:map) # Ruby 1.4.6

Comments

    No one has commented yet.