Skip to content

Commit ae14362

Browse files
committed
Move the license information into standard locations
LICENSE and Debian style COPYRIGHT files
1 parent de58d7e commit ae14362

File tree

4 files changed

+47
-102
lines changed

4 files changed

+47
-102
lines changed

COPYING.txt

-101
This file was deleted.

COPYRIGHT

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Files: *
2+
Copyright: Copyright (C) 2008-2017 Kovid Goyal, John J Lee, Gisle Aas, Johnny Lee, Andy Lester
3+
License: BSD-3-clause-like
4+
5+
Files: mechanize/_gzip.py
6+
Copyright: Secret Labs AB, Frederik Lundh
7+
License: BSD-3-clause-like see below
8+
--------------------------------------------------------------------
9+
The effbot.org Library is
10+
11+
Copyright (c) 1999-2004 by Secret Labs AB
12+
Copyright (c) 1999-2004 by Fredrik Lundh
13+
14+
By obtaining, using, and/or copying this software and/or its
15+
associated documentation, you agree that you have read, understood,
16+
and will comply with the following terms and conditions:
17+
18+
Permission to use, copy, modify, and distribute this software and its
19+
associated documentation for any purpose and without fee is hereby
20+
granted, provided that the above copyright notice appears in all
21+
copies, and that both that copyright notice and this permission notice
22+
appear in supporting documentation, and that the name of Secret Labs
23+
AB or the author not be used in advertising or publicity pertaining to
24+
distribution of the software without specific, written prior
25+
permission.
26+
27+
SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO
28+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
29+
FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR
30+
ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
32+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
33+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34+
--------------------------------------------------------------------

LICENSE

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright 2017 Kovid Goyal, John J Lee, Gisle Aas, Johnny Lee, Andy Lester
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
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.
8+
9+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10+
11+
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.

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
include COPYING.txt
1+
include LICENSE
2+
include COPYRIGHT
23
include INSTALL.txt
34
include MANIFEST.in
45
include README.md

0 commit comments

Comments
 (0)