This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 12ea378f74cf42bea1b37f1b7f2198baefa9dbff Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Wed Oct 27 14:13:24 2021 +0200 [RELEASE][PREPARATION] NOTICE update to add profile-db Signed-off-by: bertty <[email protected]> --- NOTICE | 3 +++ wayang-commons/wayang-utils-profile-db/{README.md => NOTICE.md} | 0 2 files changed, 3 insertions(+) diff --git a/NOTICE b/NOTICE index 88ee6ce..c06b099 100644 --- a/NOTICE +++ b/NOTICE @@ -8,3 +8,6 @@ This product includes software developed at The GraphChi-java project (https://github.com/GraphChi/graphchi-java) which is licenced under the Apache Software License 2.0 +This product includes software developed at +The profiledb-java project (https://github.com/sekruse/profiledb-java.git) which is +licenced under the Apache Software License 2.0 diff --git a/wayang-commons/wayang-utils-profile-db/README.md b/wayang-commons/wayang-utils-profile-db/NOTICE.md similarity index 100% rename from wayang-commons/wayang-utils-profile-db/README.md rename to wayang-commons/wayang-utils-profile-db/NOTICE.md
