Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fae6310

Browse files
committed
Update license in assembly and setup files
1 parent 5ed8fa4 commit fae6310

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyDefaultAliasAttribute("Python.Runtime.dll")]
99
[assembly: CLSCompliant(true)]
1010
[assembly: ComVisible(false)]
11-
[assembly: AssemblyCopyrightAttribute("Zope Public License, Version 2.0 (ZPL)")]
11+
[assembly: AssemblyCopyrightAttribute("MIT License")]
1212
[assembly: AssemblyFileVersionAttribute("2.0.0.2")]
1313
[assembly: NeutralResourcesLanguageAttribute("en")]
1414

0 commit comments

Comments
 (0)