[jboss-cvs] repository.jboss.com/licenses ...
Thomas Diesler
thomas.diesler at jboss.com
Tue Jan 23 08:59:17 EST 2007
User: tdiesler
Date: 07/01/23 08:59:17
Modified: licenses license-info.xml
Added: licenses mit.txt
Log:
Add MIT License
Revision Changes Path
1.11 +5 -1 repository.jboss.com/licenses/license-info.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: license-info.xml
===================================================================
RCS file: /cvsroot/jboss/repository.jboss.com/licenses/license-info.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- license-info.xml 26 Sep 2006 10:25:27 -0000 1.10
+++ license-info.xml 23 Jan 2007 13:59:17 -0000 1.11
@@ -1,5 +1,5 @@
<!-- A summary of the licenses used by the repository components
-$Id: license-info.xml,v 1.10 2006/09/26 10:25:27 dimitris Exp $
+$Id: license-info.xml,v 1.11 2007/01/23 13:59:17 tdiesler Exp $
-->
<licenses>
<!-- The valid headers for each license type. These headers are validated
@@ -156,6 +156,10 @@
<terms-header>
</terms-header>
</license>
+ <license id="mit" licenseFile="mit.txt">
+ <terms-header>
+ </terms-header>
+ </license>
<license id="mozilla" licenseFile="mozilla-1.0.1.txt">
<terms-header>
</terms-header>
1.1 date: 2007/01/23 13:59:17; author: tdiesler; state: Exp;repository.jboss.com/licenses/mit.txt
Index: mit.txt
===================================================================
The MIT License
Copyright (c) <year> <copyright holders>
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.
More information about the jboss-cvs-commits
mailing list