From 3714bdbfe2a4d1edacf73cbe92dc387a98ecbec8 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 1 Oct 2019 16:18:00 +0200 Subject: [PATCH] Add a correct NOTICE file, fixes #8 --- NOTICE.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 NOTICE.txt diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 00000000..62f1b4b7 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,8 @@ +This project contains code coming from other projects +licensed under the Apache Software License 2.0: + + - Apache Maven project (https://maven.apache.org) + - Takari Smart Builder (https://github.com/takari/takari-smart-builder) + - maven-buildtime-extension (https://github.com/timgifford/maven-buildtime-extension) + - Apache Karaf (https://karaf.apache.org) + - Gradle Launcher (https://github.com/gradle/gradle/tree/master/subprojects/launcher)