You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2019/08/09 19:50:09 UTC

[lucenenet] 08/09: Added NOTICE.txt to each NuGet package as per http://www.apache.org/legal/release-policy.html#licensing-documentation

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 48460f0ad6d4295953d2cf35f80e9aa14ca91c1e
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Fri Aug 9 22:17:16 2019 +0700

    Added NOTICE.txt to each NuGet package as per http://www.apache.org/legal/release-policy.html#licensing-documentation
---
 build/NuGet.props | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build/NuGet.props b/build/NuGet.props
index 237a84d..7e4a421 100644
--- a/build/NuGet.props
+++ b/build/NuGet.props
@@ -27,8 +27,10 @@
     <PackageProjectUrl>http://lucenenet.apache.org/</PackageProjectUrl>
     <PackageIconUrl>https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true</PackageIconUrl>
     <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
+    <PackageNoticeFile>NOTICE.txt</PackageNoticeFile>
   </PropertyGroup>
   <ItemGroup>
     <None Include="$(SolutionDir)LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)"/>
+    <None Include="$(SolutionDir)NOTICE.txt" Pack="true" PackagePath="$(PackageNoticeFile)"/>
   </ItemGroup>
 </Project>
\ No newline at end of file