From d4cec534cb88696fbf9749e13d1542fc18aedf59 Mon Sep 17 00:00:00 2001 From: wu-sheng Date: Fri, 15 Dec 2017 12:19:04 +0800 Subject: [PATCH 1/2] Submit related projects in NOTICE. --- NOTICE.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 NOTICE.txt diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 000000000..294456b21 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,21 @@ +Apache SkyWalking +Copyright 2015-2017 The Apache Software Foundation + +This product includes software developed by The Apache Software +Foundation (http://www.apache.org/). + +The binary distribution contains software developed by: + +raphw (byte-buddy): http://bytebuddy.net/ +INRIA, France Telecom (asm): http://asm.ow2.org/ +Google: +- grpc: https://grpc.io/ +- guava: https://github.com/google/guava +- gson: https://github.com/google/gson +Elasticsearch BV (Elasticsearch): https://www.elastic.co/products/elasticsearch +H2 Database: http://www.h2database.com/html/main.html +LMAX Ltd.(disruptor): https://github.com/LMAX-Exchange/disruptor +mockito: http://site.mockito.org/ +QOS.ch (slf4j): https://www.slf4j.org/ +powermock: https://github.com/powermock/powermock +Eclipse (Jetty): https://www.eclipse.org/jetty/ \ No newline at end of file From 435adc684f545e1e7760bd4cf4f3054b2b8843f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Sun, 17 Dec 2017 09:37:31 +0800 Subject: [PATCH 2/2] Update NOTICE.txt Add licenses for each dependency. --- NOTICE.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 294456b21..241f32e67 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -6,16 +6,16 @@ Foundation (http://www.apache.org/). The binary distribution contains software developed by: -raphw (byte-buddy): http://bytebuddy.net/ -INRIA, France Telecom (asm): http://asm.ow2.org/ +raphw (byte-buddy): http://bytebuddy.net/ , Apache 2.0 +INRIA, France Telecom (asm): http://asm.ow2.org/ , [asmdex-license](http://asm.ow2.org/asmdex-license.html) Google: -- grpc: https://grpc.io/ -- guava: https://github.com/google/guava -- gson: https://github.com/google/gson -Elasticsearch BV (Elasticsearch): https://www.elastic.co/products/elasticsearch -H2 Database: http://www.h2database.com/html/main.html -LMAX Ltd.(disruptor): https://github.com/LMAX-Exchange/disruptor -mockito: http://site.mockito.org/ -QOS.ch (slf4j): https://www.slf4j.org/ -powermock: https://github.com/powermock/powermock -Eclipse (Jetty): https://www.eclipse.org/jetty/ \ No newline at end of file +- grpc: https://grpc.io/ , Apache 2.0 +- guava: https://github.com/google/guava , Apache 2.0 +- gson: https://github.com/google/gson , Apache 2.0 +Elasticsearch BV (Elasticsearch): https://www.elastic.co/products/elasticsearch , Apache 2.0 +H2 Database: http://www.h2database.com/html/main.html , MPL 2.0 or EPL 1.0 +LMAX Ltd.(disruptor): https://github.com/LMAX-Exchange/disruptor , Apache 2.0 +mockito: http://site.mockito.org/ , MIT +QOS.ch (slf4j): https://www.slf4j.org/ , MIT +powermock: https://github.com/powermock/powermock , Apache 2.0 +Eclipse (Jetty): https://www.eclipse.org/jetty/ , Apache 2.0 and Eclipse Public License 1.0