ruby-changes:27141
From: zzak <ko1@a...>
Date: Sun, 10 Feb 2013 16:02:24 +0900 (JST)
Subject: [ruby-changes:27141] zzak:r39193 (trunk): * lib/rake/doc/MIT-LICENSE: Add license file from upstream
zzak 2013-02-10 16:02:13 +0900 (Sun, 10 Feb 2013) New Revision: 39193 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39193 Log: * lib/rake/doc/MIT-LICENSE: Add license file from upstream * lib/rake/doc/README.rdoc: Link to license file from Rake README * lib/rake/version.rb: Include README rdoc for Rake module overview Added files: trunk/lib/rake/doc/MIT-LICENSE Modified files: trunk/lib/rake/doc/README.rdoc trunk/lib/rake/version.rb Index: lib/rake/doc/README.rdoc =================================================================== --- lib/rake/doc/README.rdoc (revision 39192) +++ lib/rake/doc/README.rdoc (revision 39193) @@ -154,7 +154,7 @@ other projects with similar (and not so https://github.com/ruby/ruby/blob/trunk/lib/rake/doc/README.rdoc#L154 Rake is available under an MIT-style license. -:include: MIT-LICENSE +See {MIT-LICENSE}[rdoc-ref:lib/rake/doc/MIT-LICENSE] for permissions. == Support Index: lib/rake/doc/MIT-LICENSE =================================================================== --- lib/rake/doc/MIT-LICENSE (revision 0) +++ lib/rake/doc/MIT-LICENSE (revision 39193) @@ -0,0 +1,21 @@ https://github.com/ruby/ruby/blob/trunk/lib/rake/doc/MIT-LICENSE#L1 +Copyright (c) 2003, 2004 Jim Weirich + +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. + Index: lib/rake/version.rb =================================================================== --- lib/rake/version.rb (revision 39192) +++ lib/rake/version.rb (revision 39193) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/rake/version.rb#L1 +# :include: lib/rake/doc/README.rdoc module Rake VERSION = '0.9.6' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/