Skip to content

kirkeby/django-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

All my code in this directory and below is licensed under the
X11 license (aka the MIT license). I have bundled a few other
Python modules, with other licenses: markdown, PyYaml, feedfinder
and feedparser.

  X11 License
  ===========

Copyright (c) 2005 Sune Kirkeby

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.

  markdown license
  ================

The Python markdown module is licensed under the GNU General Public License version 2; see http://www.gnu.org/licenses/gpl.txt.

  PyYaml license
  ==============

1. This LICENSE AGREEMENT is between Stephen S. Howell ("Author"), 
and the Individual or Organization ("Licensee") accessing and
otherwise using PyYaml software in source or binary form and its
associated documentation.

2. Subject to the terms and conditions of this License Agreement, Author
hereby grants Licensee a nonexclusive, royalty-free, world-wide
license to reproduce, analyze, test, perform and/or display publicly,
prepare derivative works, distribute, and otherwise use PyYaml
alone or in any derivative version, provided, however, that Author's
License Agreement and Author's notice of copyright, i.e., "Copyright (c)
2001 Steve Howell and Friends; All Rights Reserved" are never removed
from PyYaml, and are included in any derivative version prepared by Licensee.

3. In the event Licensee prepares a derivative work that is based on
or incorporates PyYaml or any part thereof, and wants to make
the derivative work available to others as provided herein, then
Licensee hereby agrees to include in any such work a brief summary of
the changes made to PyYaml.

4. Author is making PyYaml available to Licensee on an "AS IS"
basis.  Author MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, Author MAKES NO AND
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PyYaml WILL NOT
INFRINGE ANY THIRD PARTY RIGHTS.

5. Author SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
2.2 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.2,
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.

6. This License Agreement will automatically terminate upon a material
breach of its terms and conditions.

7. Nothing in this License Agreement shall be deemed to create any
relationship of agency, partnership, or joint venture between Author and
Licensee.  This License Agreement does not grant permission to use Author
trademarks or trade name in a trademark sense to endorse or promote
products or services of Licensee, or any third party.

8. By copying, installing or otherwise using PyYaml, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.

  feedfinder and feedparser license
  ================================

The Python license; see http://python.org/2.4.2/license.html.