source: git/COPYING.MIT.txt

Last change on this file was 82eca33, checked in by Zooko O'Whielacronx <zooko@…>, at 2012-08-12T06:26:57Z

add licence options: MIT or SPL for the whole package

The choice of MIT is because Twisted Python uses it, and folks working on the
Twisted project have expressed interest in using pycryptopp:

http://twistedmatrix.com/trac/ticket/4633

The choice of SPL is because it is so darn simple.

Also a few minor tweaks to docs and setup.py: fix some URLs that had typos in
them, utf-8 decode the README before passing it to setup() and hence to the
Python Package Index, remove the Trove Classifier indicating that we support
Python 2.4 and Python 2.5. Reformat TGPPL from html to rst.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1Permission is hereby granted, free of charge, to any person
2obtaining a copy of this software and associated documentation
3files (the "Software"), to deal in the Software without
4restriction, including without limitation the rights to use,
5copy, modify, merge, publish, distribute, sublicense, and/or sell
6copies of the Software, and to permit persons to whom the
7Software is furnished to do so, subject to the following
8conditions:
9
10The above copyright notice and this permission notice shall be
11included in all copies or substantial portions of the Software.
12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
15OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
17HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
18WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20OTHER DEALINGS IN THE SOFTWARE.
Note: See TracBrowser for help on using the repository browser.