Skip to content

Commit

Permalink
Update license in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Jan 24, 2019
1 parent 043cad7 commit 60a7a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageLicense>lgpl</PackageLicense>
<PackageProjectUrl>http://code.google.com/p/dotnetdbf/</PackageProjectUrl>
<PackageTags>clipper xbase dbf linq</PackageTags>
<PackageLicenseFile>Copying.TXT</PackageLicenseFile>
<PackageLicenseExpression>LGPL-2.1-or-later</PackageLicenseExpression>
<PackageIconUrl>https://github.com/ekonbenefits/dotnetdbf</PackageIconUrl>
<RepositoryUrl>https://github.com/ekonbenefits/dotnetdbf.git</RepositoryUrl>
<RepositoryType>gits</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion DotNetDBF/DotNetDBF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<RepositoryType>git</RepositoryType>
<IncludeSymbols>True</IncludeSymbols>
<IncludeSource>True</IncludeSource>
<PackageLicenseFile>Copying.TXT</PackageLicenseFile>
<PackageLicenseExpression>LGPL-2.1-or-later</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<None Include="..\Copying.txt" Pack="true" PackagePath=""/>
Expand Down

0 comments on commit 60a7a04

Please sign in to comment.