components/python/markdown/markdown.license
author Laszlo Peter <laszlo.peter@oracle.com>
Wed, 13 Jul 2016 14:48:26 -0700
changeset 6410 3ae42b2b5dad
parent 1515 ac81f3f0f6de
permissions -rw-r--r--
PSARC/2016/355 cachetools - Extensible memoizing collections and decorators PSARC/2016/356 funcsigs - Backport of the PEP 362 function signature features from Python 3.3's inspect module PSARC/2016/358 pika-pool - pika connection pooling library PSARC/2016/362 pika - Python AMQP client library PSARC/2016/402 appdirs - Platform-specific application directories Python module PSARC/2016/430 requestsexceptions - find the path to exceptions in the requests library PSARC/2016/431 python-editor - Programmatically open an editor, capture the result PSARC/2016/432 rJSmin - Javascript Minifier PSARC/2016/433 unicodecsv - CSV python module with unicode support 22996389 The appdirs module should be added to Userland 22960798 The Python module cachetools should be added to Userland 22961272 The Python module funcsigs should be added to Userland 23528657 The Python pika module should be added to Userland 23520215 The Python pika-pool module should be added to Userland 23757060 The python-editor module should be added to Userland 23757078 The rJSmin python modules should be added to Userland 23757069 The requestsexceptions python module should be added to Userland 23757082 The unicodecsv python module should be added to Userland 23747719 update Babel to 2.3.4 23206271 Upgrade cffi to 1.5.2 23206346 Upgrade enum to 1.1.6 23206525 Upgrade filechunkio 1.6 23206568 Upgrade formencode to 1.3.0 23206878 Upgrade librabbitmq to 1.6.1 23206931 Upgrade markdown to 2.6.6 23206993 Upgrade markupsafe to 0.23 23119312 Upgrade pygments to 2.1.3 23207180 Upgrade pyparsing to 2.1.4 23207199 Upgrade pyrabbit to 1.1.0 23207670 Upgrade pytz to 2016.4 23209215 Upgrade rfc3986 to 0.3.1 23210233 Upgrade waitress to 0.9.0 23210235 Upgrade webtest to 2.0.21 23760103 Incorrect version of pymemcache delivered
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6410
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
     1
DETAILS
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
     2
Markdown-2.2.0/bin/markdown_py:
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
     3
    Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
     4
    Copyright 200? Django Software Foundation (OrderedDict implementation)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
     5
    Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
     6
    Copyright 2004 Manfred Stienstra (the original version)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
     7
    
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
     8
    License: BSD (see docs/LICENSE for details).
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
6410
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    10
Markdown-2.2.0/docs/default.css:
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    11
     * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    12
     * :license: BSD, see LICENSE for details.
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
6410
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    14
Markdown-2.2.0/LICENSE.md:
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    15
    Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)  
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    16
    Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)  
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    17
    Copyright 2004 Manfred Stienstra (the original version)  
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    18
    
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    19
    All rights reserved.
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    20
    
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    21
    Redistribution and use in source and binary forms, with or without
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    22
    modification, are permitted provided that the following conditions are met:
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    23
        
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    24
    *   Redistributions of source code must retain the above copyright
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    25
        notice, this list of conditions and the following disclaimer.
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    26
    *   Redistributions in binary form must reproduce the above copyright
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    27
        notice, this list of conditions and the following disclaimer in the
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    28
        documentation and/or other materials provided with the distribution.
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    29
    *   Neither the name of the <organization> nor the
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    30
        names of its contributors may be used to endorse or promote products
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    31
        derived from this software without specific prior written permission.
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    32
    
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    33
    THIS SOFTWARE IS PROVIDED BY THE PYTHON MARKDOWN PROJECT ''AS IS'' AND ANY
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    34
    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    35
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    36
    DISCLAIMED. IN NO EVENT SHALL ANY CONTRIBUTORS TO THE PYTHON MARKDOWN PROJECT
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    37
    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    38
    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    39
    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    40
    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    41
    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    42
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    43
    POSSIBILITY OF SUCH DAMAGE.
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
--------------------------------------------------------------------------
6410
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    46
    
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    47
    Copyright 200? Django Software Foundation (OrderedDict implementation)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    48
    Copyright 2004 Manfred Stienstra (the original version)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    49
    Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    50
    Copyright 2006-2008 [Waylan Limberg](http://achinghead.com/).
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    51
    Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/).
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    52
    Copyright 2007-2011 [Waylan Limberg](http://achinghead.com/).
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    53
    Copyright 2007-2012 The Python Markdown Project (v. 1.7 and later)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    54
    Copyright 2008 - [Waylan Limberg](http://achinghead.com)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    55
    Copyright 2009 - [Waylan Limberg](http://achinghead.com)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    56
    Copyright 2011 - [Waylan Limberg](http://achinghead.com)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    57
    Copyright 2011 [Brian Neal](http://deathofagremmie.com/)
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    58
    Copyright 2011 [Waylan Limberg](http://achinghead.com)
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
--------------------------------------------------------------------------
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
6410
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    62
 Copyright (c) 1999-2007 by Fredrik Lundh.  All rights reserved.
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
6410
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    64
 [email protected]
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    65
 http://www.pythonware.com
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
6410
3ae42b2b5dad PSARC/2016/355 cachetools - Extensible memoizing collections and decorators
Laszlo Peter <laszlo.peter@oracle.com>
parents: 1515
diff changeset
    67
 --------------------------------------------------------------------
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68