From 80bd82bde16336d1c8421920843f430344b9170c Mon Sep 17 00:00:00 2001 From: Simon Cheung Date: Wed, 4 Jan 2023 02:08:43 +0800 Subject: [PATCH] chore: add NOTICE file (#2066) --- .licenserc.yaml | 1 + NOTICE | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 NOTICE diff --git a/.licenserc.yaml b/.licenserc.yaml index e79935c6f..c81a6b52d 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -55,6 +55,7 @@ header: # `header` section is configurations for source codes license header. - '.gitignore' - '.gitattributes' - 'LICENSE' + - 'NOTICE' - '**/*.versionsBackup' - '**/*.versionsBackup' - '**/*.proto' diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..6be2560f9 --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +Apache HugeGraph(incubating) +Copyright 2022-2023 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/).