Add click 6.6
[unleashed-userland.git] / components / python / click / click.license
blob1704daa2c04139c5b2d1ac0bd4e1f21dab6d6b34
1 Copyright (c) 2014 by Armin Ronacher.
3 Click uses parts of optparse written by Gregory P. Ward and maintained by the
4 Python software foundation.  This is limited to code in the parser.py
5 module:
7 Copyright (c) 2001-2006 Gregory P. Ward.  All rights reserved.
8 Copyright (c) 2002-2006 Python Software Foundation.  All rights reserved.
10 Some rights reserved.
12 Redistribution and use in source and binary forms, with or without
13 modification, are permitted provided that the following conditions are
14 met:
16     * Redistributions of source code must retain the above copyright
17       notice, this list of conditions and the following disclaimer.
19     * Redistributions in binary form must reproduce the above
20       copyright notice, this list of conditions and the following
21       disclaimer in the documentation and/or other materials provided
22       with the distribution.
24     * The names of the contributors may not be used to endorse or
25       promote products derived from this software without specific
26       prior written permission.
28 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
32 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.