forked from EnMasseProject/enmasse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
licenses-override.xml
107 lines (107 loc) · 4.13 KB
/
licenses-override.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0"?>
<licenseSummary xmlns="http://mojo.codehaus.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://mojo.codehaus.org/ licenses.xsd">
<dependencies>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<licenses>
<license>
<name>CC0</name>
<url>https://raw.githubusercontent.com/reactive-streams/reactive-streams-jvm/v1.0.2/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<licenses>
<license>
<name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<licenses>
<license>
<name>CDDL+GPL_1_1</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<licenses>
<license>
<name>CDDL+GPL_1_1</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>txw2</artifactId>
<licenses>
<license>
<name>CDDL+GPL_1_1</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<licenses>
<license>
<name>CDDL+GPL_1_1</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.2_spec</artifactId>
<licenses>
<license>
<name>CDDL or GPLv2 with exceptions</name>
<url>https://raw.githubusercontent.com/jboss/jboss-annotations-api_spec/jboss-annotations-api_1.2_spec-1.0.0.Final/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.xml.bind</groupId>
<artifactId>jboss-jaxb-api_2.3_spec</artifactId>
<licenses>
<license>
<name>CDDL or GPLv2 with exceptions</name>
<url>https://raw.githubusercontent.com/jboss/jboss-jaxb-api_spec/jboss-jaxb-api_2.3_spec-1.0.1.Final/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
<licenses>
<license>
<name>Dual license consisting of the CDDL v1.1 and GPL v2</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
</license>
</licenses>
</dependency>
<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
<licenses>
<license>
<name>CDDL+GPL_1_1</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
</license>
</licenses>
</dependency>
</dependencies>
</licenseSummary>