Skip to content

Commit f24cb7f

Browse files
committed
Fix License expression
1 parent 254586d commit f24cb7f

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

NYTimes.NET.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NYTimes.NET", "NYTimes.NET\
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NYTimes.NET.Tests", "NYTimes.NET.Tests\NYTimes.NET.Tests.csproj", "{915FE0BA-DA3B-42A3-AB32-095CBCD746C2}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{A2AE5533-E26B-4672-B020-D57C191F93FB}"
11-
EndProject
1210
Global
1311
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1412
Debug|Any CPU = Debug|Any CPU
@@ -23,10 +21,6 @@ Global
2321
{915FE0BA-DA3B-42A3-AB32-095CBCD746C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
2422
{915FE0BA-DA3B-42A3-AB32-095CBCD746C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
2523
{915FE0BA-DA3B-42A3-AB32-095CBCD746C2}.Release|Any CPU.Build.0 = Release|Any CPU
26-
{A2AE5533-E26B-4672-B020-D57C191F93FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{A2AE5533-E26B-4672-B020-D57C191F93FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{A2AE5533-E26B-4672-B020-D57C191F93FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{A2AE5533-E26B-4672-B020-D57C191F93FB}.Release|Any CPU.Build.0 = Release|Any CPU
3024
EndGlobalSection
3125
GlobalSection(SolutionProperties) = preSolution
3226
HideSolutionNode = FALSE

NYTimes.NET/NYTimes.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryUrl>https://github.com/levimatheri/NYTimes.NET</RepositoryUrl>
1212
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1313
<PackageTags>NYTimes</PackageTags>
14-
<PackageLicenseExpression>https://spdx.org/licenses/BSD-3-Clause.html</PackageLicenseExpression>
14+
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)