diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2010-08-22 19:21:43 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-23 00:53:50 -0500 |
commit | de92d1d88f6e10113d1130c3a99d9546b9f4b78a (patch) | |
tree | 5d55891563924b8b75b2b93a1adab1e6e649b653 /development/pep8/LICENSE.txt | |
parent | 1aca52b6a7b157424fbead459d3d7f909c447ac0 (diff) | |
download | slackbuilds-de92d1d88f6e10113d1130c3a99d9546b9f4b78a.tar.gz |
development/pep8: Added (Check Python source code formatting)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/pep8/LICENSE.txt')
-rw-r--r-- | development/pep8/LICENSE.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/development/pep8/LICENSE.txt b/development/pep8/LICENSE.txt new file mode 100644 index 0000000000..c4610a9f6d --- /dev/null +++ b/development/pep8/LICENSE.txt @@ -0,0 +1,21 @@ +Copyright (C) 2006 Johann C. Rocholl <johann@rocholl.net> + +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. |