Track 3rd party licenses

This commit is contained in:
Jeremy 2017-06-05 15:48:05 -04:00 committed by GitHub
parent 96d4f10c87
commit 3e6badf556
1 changed files with 12 additions and 0 deletions

12
LICENSE-3rdparty.csv Normal file
View File

@ -0,0 +1,12 @@
Component,Origin,License,Copyright
https://github.com/DataDog/dd-trace-java/blob/dev/dd-trace/src/main/java/com/datadoghq/trace/propagation/Codec.java,Uber,MIT,
import,io.opentracing,Apache-2.0,Copyright 2016-2017 The OpenTracing Authors
import,org.slf4j,MIT,Copyright (c) 2004-2017 QOS.ch
import,com.fasterxml.jackson,Apache-2.0,
import,com.google.auto.service.AutoService,Apache-2.0,"Copyright 2013 Google, Inc."
logback.xml,ch.qos.logback,EPL-1.0/LGPL-2.1 dual-license,"Copyright (C) 1999-2015, QOS.ch. All rights reserved."
logback.xml,net.logstash.logback,Apache-2.0,
import (test),org.junit,EPL-1.0,Copyright © 2002-2017 JUnit. All Rights Reserved.
import (test),org.assertj,Apache-2.0,Copyright 2012-2017 the original author or authors.
import (test),org.mockito,MIT,Copyright (c) 2007 Mockito contributors
Byteman (JVM code injector),JBoss,LGPL-2.1,"Copyright 2008-12, Red Hat and individual contributors"
1 Component Origin License Copyright
2 https://github.com/DataDog/dd-trace-java/blob/dev/dd-trace/src/main/java/com/datadoghq/trace/propagation/Codec.java Uber MIT
3 import io.opentracing Apache-2.0 Copyright 2016-2017 The OpenTracing Authors
4 import org.slf4j MIT Copyright (c) 2004-2017 QOS.ch
5 import com.fasterxml.jackson Apache-2.0
6 import com.google.auto.service.AutoService Apache-2.0 Copyright 2013 Google, Inc.
7 logback.xml ch.qos.logback EPL-1.0/LGPL-2.1 dual-license Copyright (C) 1999-2015, QOS.ch. All rights reserved.
8 logback.xml net.logstash.logback Apache-2.0
9 import (test) org.junit EPL-1.0 Copyright © 2002-2017 JUnit. All Rights Reserved.
10 import (test) org.assertj Apache-2.0 Copyright 2012-2017 the original author or authors.
11 import (test) org.mockito MIT Copyright (c) 2007 Mockito contributors
12 Byteman (JVM code injector) JBoss LGPL-2.1 Copyright 2008-12, Red Hat and individual contributors