diff options
author | Val Neekman <val@neekware.com> | 2014-01-01 13:50:04 -0500 |
---|---|---|
committer | Val Neekman <val@neekware.com> | 2014-01-01 13:50:04 -0500 |
commit | 6b653e2fee717a459c475c102c5efb86f4d83045 (patch) | |
tree | 37b81a0c27d4b8c2c32e2a0084bf9cf4b2a0e992 | |
parent | 8262b5abefe6488cd82c1d8e281f0dd8b85eb14a (diff) | |
download | python-slugify-6b653e2fee717a459c475c102c5efb86f4d83045.tar.gz |
adding Lincense file
-rw-r--r-- | CHANGELOG.md | 14 | ||||
-rw-r--r-- | LICENSE.md | 28 | ||||
-rw-r--r-- | README.md | 31 |
3 files changed, 40 insertions, 33 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ca2c4..0ed708c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,30 @@ -## 0.0.5 + +## 0.0.6 Enhancement: - Update for smart_truncate +## 0.0.5 + +Features: + + - Added Python 3.2 and 3.3 support (work by: arthurdarcet@github) + + ## 0.0.4 Features: - - Added Python 3.2 and 3.3 support + - Added option to choose non-dash separators (request by: danilodimoia@github) ## 0.0.3 Features: - - Added the ability to truncate slugs + - Added the ability to truncate slugs (request by: juanriaza@github) ## 0.0.2 diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f48fab2 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,28 @@ +Copyright © Val Neekman ([Neekware Inc.](http://neekware.com)) [ info@neekware.com, [@vneekman](https://twitter.com/vneekman) ] + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of this project nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -97,39 +97,10 @@ To run the tests against the current environment: python test.py -Credits -==================== -**Author:** Val Neekman, [ info@neekware.com, [@vneekman](https://twitter.com/vneekman) ] - - License (BSD) ==================== -Copyright © Val Neekman ([Neekware Inc.](http://neekware.com)) - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, this -list of conditions and the following disclaimer in the documentation and/or -other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -Note: Python is a registered trademark of the Python Software Foundation. +Protected by ([BSD](LICENSE.md)) [build-status-image-travis]: https://secure.travis-ci.org/un33k/python-slugify.png?branch=master |