chore: add NOTICE and LICENSE to binary package and add DISCLAIMER file

This commit is contained in:
vaughn 2023-01-06 21:56:41 +08:00
parent d28f8f2d5c
commit 02c19b3b8e
No known key found for this signature in database
GPG Key ID: 818108E7924549CC
2 changed files with 19 additions and 0 deletions

10
DISCLAIMER Normal file
View File

@ -0,0 +1,10 @@
Apache HugeGraph is an effort undergoing incubation at
The Apache Software Foundation (ASF), sponsored by the name of Apache TLP sponsor.
Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.

View File

@ -48,6 +48,15 @@
<include>*.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>${top.level.dir}</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>LICENSE*</include>
<include>NOTICE*</include>
<include>DISCLAIMER*</include>
</includes>
</fileSet>
</fileSets>
<dependencySets>