diff options
author | JK Wood <joshuakwood@gmail.com> | 2010-04-11 10:41:56 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:51 +0200 |
commit | 40da3c7a015d11ec5db09306d862853f1fc54089 (patch) | |
tree | e49247ee4a5bd3bf38bd22fe15fc02758d3524c5 /development/likepython/LICENSE | |
parent | 1cb5341eafde8c9e29517821bbd610dd3eceb141 (diff) | |
download | slackbuilds-40da3c7a015d11ec5db09306d862853f1fc54089.tar.gz |
development/likepython: Added (modern dialect support for Python)
Diffstat (limited to 'development/likepython/LICENSE')
-rw-r--r-- | development/likepython/LICENSE | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/development/likepython/LICENSE b/development/likepython/LICENSE new file mode 100644 index 0000000000..78173c2d83 --- /dev/null +++ b/development/likepython/LICENSE @@ -0,0 +1,24 @@ +MIT License +Copyright (c) 2010 Jonathan Howard + +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. |