File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments