Skip to content

Commit c3980e7

Browse files
committed
Fix license in StdLib package
1 parent af08c2c commit c3980e7

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Package/nuget/IronPython.StdLib.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>IronPython Contributors,Python Contributors</authors>
88
<owners>IronPython Community</owners>
99
<projectUrl>http://ironpython.net</projectUrl>
10-
<license type="expression">PSF-2.0</license>
10+
<license type="file">StdLib.License.txt</license>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>The Python Standard Library, for use with IronPython.</description>
1313
<summary>The Python Standard Library, for use with IronPython.</summary>
@@ -21,6 +21,7 @@
2121
</contentFiles>
2222
</metadata>
2323
<files>
24+
<file src="StdLib.License.txt" />
2425
<file src="Lib\**" target="contentFiles\any\any\Lib" />
2526
<file src="Lib\**" target="content\Lib" />
2627
</files>

Src/StdLib/StdLib.License.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ analyze, test, perform and/or display publicly, prepare derivative works,
7474
distribute, and otherwise use Python alone or in any derivative version,
7575
provided, however, that PSF's License Agreement and PSF's notice of copyright,
7676
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
77-
2011, 2012, 2013 Python Software Foundation; All Rights Reserved" are retained
78-
in Python alone or in any derivative version prepared by Licensee.
77+
2011, 2012, 2013, 2014, 2015 Python Software Foundation; All Rights Reserved"
78+
are retained in Python alone or in any derivative version prepared by Licensee.
7979

8080
3. In the event Licensee prepares a derivative work that is based on
8181
or incorporates Python or any part thereof, and wants to make

Src/StdLib/StdLib.pyproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27+
<Content Include="StdLib.License.txt" />
2728
<Content Include="$(StdLibPath)\**\*.*" Exclude="$(ExcludedPackages)" />
2829
</ItemGroup>
2930

0 commit comments

Comments
 (0)