From 02c19b3b8e1674d405b32a02667b92db239d502d Mon Sep 17 00:00:00 2001 From: vaughn Date: Fri, 6 Jan 2023 21:56:41 +0800 Subject: [PATCH] chore: add NOTICE and LICENSE to binary package and add DISCLAIMER file --- DISCLAIMER | 10 ++++++++++ hugegraph-dist/src/assembly/descriptor/assembly.xml | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 DISCLAIMER diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 000000000..7568688f7 --- /dev/null +++ b/DISCLAIMER @@ -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. diff --git a/hugegraph-dist/src/assembly/descriptor/assembly.xml b/hugegraph-dist/src/assembly/descriptor/assembly.xml index 75e4c623e..cc5ccd58a 100644 --- a/hugegraph-dist/src/assembly/descriptor/assembly.xml +++ b/hugegraph-dist/src/assembly/descriptor/assembly.xml @@ -48,6 +48,15 @@ *.jar + + ${top.level.dir} + / + + LICENSE* + NOTICE* + DISCLAIMER* + +