8000 reorganized license files · matplotlib/matplotlib@5ead3e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ead3e0

Browse files
committed
reorganized license files
svn path=/trunk/matplotlib/; revision=176
1 parent c488aef commit 5ead3e0

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

LICENSE renamed to LICENSE/LICENSE

File renamed without changes.
File renamed without changes.

LICENSE/LICENSE_PIL

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
The Python Imaging Library is
2+
3+
Copyright (c) 1997-2002 by Secret Labs AB
4+
Copyright (c) 1995-2002 by Fredrik Lundh
5+
6+
By obtaining, using, and/or copying this software and/or its
7+
associated documentation, you agree that you have read, understood,
8+
and will comply with the following terms and conditions:
9+
10+
Permission to use, copy, modify, and distribute this software and its
11+
associated documentation for any purpose and without fee is hereby
12+
granted, provided that the above copyright notice appears in all
13+
copies, and that both that copyright notice and this permission notice
14+
appear in supporting documentation, and that the name of Secret Labs
15+
AB or the author not be used in advertising or publicity pertaining to
16+
distribution of the software without specific, written prior
17+
permission.
18+
19+
SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO
20+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21+
FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR
22+
ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
24+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
25+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
Agreement.
5858
""" % locals()
5959

60-
file('LICENSE', 'w').write(s)
60+
file('license/LICENSE', 'w').write(s)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393

9494
setup(name="matplotlib",
95-
version= '0.52c',
95+
version= '0.51.1',
9696
description = "Matlab style python plotting package",
9797
author = "John D. Hunter",
9898
author_email="jdhunter@ace.bsd.uchicago.edu",

0 commit comments

Comments
 (0)
0