From b3949997fd25594a51a45d12fe65d88899f502f8 Mon Sep 17 00:00:00 2001 From: vaughn <1318247699@qq.com> Date: Fri, 6 Jan 2023 22:44:43 +0800 Subject: [PATCH] chore: add DISCLAIMER & NOTICE & LICENSE file to binary package (#2071) * chore: add NOTICE and LICENSE to binary package and add DISCLAIMER file * Update DISCLAIMER * Update .licenserc.yaml Co-authored-by: imbajin --- .licenserc.yaml | 1 + DISCLAIMER | 7 +++++++ hugegraph-dist/src/assembly/descriptor/assembly.xml | 9 +++++++++ 3 files changed, 17 insertions(+) create mode 100644 DISCLAIMER diff --git a/.licenserc.yaml b/.licenserc.yaml index c81a6b52d..b87b7c8e4 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -56,6 +56,7 @@ header: # `header` section is configurations for source codes license header. - '.gitattributes' - 'LICENSE' - 'NOTICE' + - 'DISCLAIMER' - '**/*.versionsBackup' - '**/*.versionsBackup' - '**/*.proto' diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 000000000..be718eef3 --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,7 @@ +Apache HugeGraph (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +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* + +