diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2011-11-09 15:21:03 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2011-11-09 15:21:03 +0100 |
| commit | 914fae4538399fb00ba6b17765a0942184b89611 (patch) | |
| tree | 246b94d0e1a9290855f538210d169ebc7b5b5867 /documentation.py | |
| parent | 5432c600ac6f82c91f7272df5512a704f7af71a5 (diff) | |
| download | python-decorator-git-914fae4538399fb00ba6b17765a0942184b89611.tar.gz | |
Fixed the license
Diffstat (limited to 'documentation.py')
| -rw-r--r-- | documentation.py | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/documentation.py b/documentation.py index 9e58751..8bdcf04 100644 --- a/documentation.py +++ b/documentation.py @@ -784,12 +784,12 @@ they are not serious. LICENCE --------------------------------------------- +Copyright (c) 2005-2012, Michele Simionato +All rights reserved. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are -met:: - - Copyright (c) 2005, Michele Simionato - All rights reserved. +met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -798,18 +798,18 @@ met:: 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 - HOLDERS 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. +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 +HOLDERS 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. If you use this software and you are happy with it, consider sending me a note, just to gratify my ego. On the other hand, if you use this software and |
