diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-26 14:28:20 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-26 14:28:20 +0100 |
commit | 1c4daf79ce12da75acb8010c99b3c1d509a7a950 (patch) | |
tree | e2d9aede8d03394b1e4f87dab08be681ff84c8ae | |
parent | 57e057c825156b6effd15c07ee302f4ccdd2561c (diff) |
MIT license text added
-rw-r--r-- | COPYING.LESSER | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/COPYING.LESSER b/COPYING.LESSER index 53a8195..3d13ddb 100644 --- a/COPYING.LESSER +++ b/COPYING.LESSER @@ -164,9 +164,7 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - - - +-------------------------------------------------------------------------------- SPECIAL EXCEPTION GRANTED BY IMATIX @@ -179,3 +177,30 @@ module. An independent module is a module which is not derived from or based on this library. If you modify this library, you must extend this exception to your version of the library. +-------------------------------------------------------------------------------- + +Parts of the software are licensed under the MIT (X11) license as follows: + +Copyright (c) 2007-2010 Contributors as listed in AUTHORS + + 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. + |