MIT License (#314) · pythonnet/pythonnet@78d76d2 · GitHub
Skip to content

Commit 78d76d2

Browse files
authored
MIT License (#314)
* MIT License * Update LICENSE * Update license in assembly and setup files * Add AUTHORS.md
1 parent 0a64382 commit 78d76d2

6 files changed

Lines changed: 68 additions & 62 deletions

File tree

AUTHORS.md

Lines changed: 41 additions & 0 deletions

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
PythonNet is developed and maintained by unpaid community members so well
44
written, documented and tested pull requests are encouraged.
55

6+
By submitting a pull request for this project, you agree to license your
7+
contribution under the MIT license to this project.
8+
69
## Getting Started
710

811
* Make sure you have a [GitHub account](https://github.com/signup/free)

LICENSE

Lines changed: 21 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,21 @@
1-
Zope Public License (ZPL) Version 2.0
2-
-----------------------------------------------
3-
4-
This software is Copyright (c) Zope Corporation (tm) and
5-
Contributors. All rights reserved.
6-
7-
This license has been certified as open source. It has also
8-
been designated as GPL compatible by the Free Software
9-
Foundation (FSF).
10-
11-
Redistribution and use in source and binary forms, with or
12-
without modification, are permitted provided that the
13-
following conditions are met:
14-
15-
1. Redistributions in source code must retain the above
16-
copyright notice, this list of conditions, and the following
17-
disclaimer.
18-
19-
2. 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
22-
provided with the distribution.
23-
24-
3. The name Zope Corporation (tm) must not be used to
25-
endorse or promote products derived from this software
26-
without prior written permission from Zope Corporation.
27-
28-
4. The right to distribute this software or to use it for
29-
any purpose does not give you the right to use Servicemarks
30-
(sm) or Trademarks (tm) of Zope Corporation. Use of them is
31-
covered in a separate agreement (see
32-
http://www.zope.com/Marks).
33-
34-
5. If any files are modified, you must cause the modified
35-
files to carry prominent notices stating that you changed
36-
the files and the date of any change.
37-
38-
Disclaimer
39-
40-
THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
41-
AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
42-
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
43-
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
44-
NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
45-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
46-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
47-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
48-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
50-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
51-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
52-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
53-
DAMAGE.
54-
55-
56-
This software consists of contributions made by Zope
57-
Corporation and many individuals on behalf of Zope
58-
Corporation. Specific attributions are listed in the
59-
accompanying credits file.
1+
MIT License
2+
3+
Copyright (c) 2017 the contributors of the "Python for .NET" project
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a
6+
copy of this software and associated documentation files (the "Software"),
7+
to deal in the Software without restriction, including without limitation
8+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
9+
and/or sell copies of the Software, and to permit persons to whom the
10+
Software is furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included
13+
in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21+
DEALINGS IN THE SOFTWARE.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def _get_interop_filename():
345345
'Programming Language :: Python :: 3.5',
346346
'Programming Language :: Python :: 3.6',
347347
'Programming Language :: C#',
348-
'License :: OSI Approved :: Zope Public License',
348+
'License :: OSI Approved :: MIT License',
349349
'Development Status :: 5 - Production/Stable',
350350
'Intended Audience :: Developers',
351351
'Operating System :: Microsoft :: Windows',

src/console/assemblyinfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
[assembly: PermissionSetAttribute(SecurityAction.RequestMinimum,
1414
Name = "FullTrust")]
1515
[assembly: AssemblyDescriptionAttribute("")]
16-
[assembly: AssemblyCopyrightAttribute("Zope Public License, Version 2.0 (ZPL)")]
16+
[assembly: AssemblyCopyrightAttribute("MIT License")]
1717
[assembly: AssemblyFileVersionAttribute("2.0.0.4")]
1818
[assembly: NeutralResourcesLanguageAttribute("en")]

src/runtime/assemblyinfo.cs

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)