File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ def _get_interop_filename():
345
345
'Programming Language :: Python :: 3.5' ,
346
346
'Programming Language :: Python :: 3.6' ,
347
347
'Programming Language :: C#' ,
348
- 'License :: OSI Approved :: Zope Public License' ,
348
+ 'License :: OSI Approved :: MIT License' ,
349
349
'Development Status :: 5 - Production/Stable' ,
350
350
'Intended Audience :: Developers' ,
351
351
'Operating System :: Microsoft :: Windows' ,
Original file line number Diff line number Diff line change 13
13
[ assembly: PermissionSetAttribute ( SecurityAction . RequestMinimum ,
14
14
Name = "FullTrust" ) ]
15
15
[ assembly: AssemblyDescriptionAttribute ( "" ) ]
16
- [ assembly: AssemblyCopyrightAttribute ( "Zope Public License, Version 2.0 (ZPL) " ) ]
16
+ [ assembly: AssemblyCopyrightAttribute ( "MIT License" ) ]
17
17
[ assembly: AssemblyFileVersionAttribute ( "2.0.0.4" ) ]
18
18
[ assembly: NeutralResourcesLanguageAttribute ( "en" ) ]
Original file line number Diff line number Diff line change 8
8
[ assembly: AssemblyDefaultAliasAttribute ( "Python.Runtime.dll" ) ]
9
9
[ assembly: CLSCompliant ( true ) ]
10
10
[ assembly: ComVisible ( false ) ]
11
- [ assembly: AssemblyCopyrightAttribute ( "Zope Public License, Version 2.0 (ZPL) " ) ]
11
+ [ assembly: AssemblyCopyrightAttribute ( "MIT License" ) ]
12
12
[ assembly: AssemblyFileVersionAttribute ( "2.0.0.2" ) ]
13
13
[ assembly: NeutralResourcesLanguageAttribute ( "en" ) ]
14
14
You can’t perform that action at this time.
0 commit comments