This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new 80bd82bde chore: add NOTICE file (#2066)
80bd82bde is described below
commit 80bd82bde16336d1c8421920843f430344b9170c
Author: Simon Cheung <[email protected]>
AuthorDate: Wed Jan 4 02:08:43 2023 +0800
chore: add NOTICE file (#2066)
---
.licenserc.yaml | 1 +
NOTICE | 5 +++++
2 files changed, 6 insertions(+)
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/).