-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlicense-mappings.xml
More file actions
145 lines (145 loc) · 5.19 KB
/
license-mappings.xml
File metadata and controls
145 lines (145 loc) · 5.19 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="UTF-8"?>
<license-lookup xmlns="https://source.jasig.org/schemas/maven-notice-plugin/license-lookup">
<licenseMapping>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-akamai</artifactId>
<license>The Apache Software License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-larva</artifactId>
<license>The Apache Software License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<license>Common Development and Distribution License (CDDL) v1.1</license>
</licenseMapping>
<licenseMapping>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>2.0.9</version>
<license>MIT</license>
</licenseMapping>
<licenseMapping>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-xml</artifactId>
<version>8.27.3</version>
<license>Apache License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-properties</artifactId>
<version>8.43.1</version>
<license>Apache License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-yaml</artifactId>
<license>Apache License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-test</artifactId>
<license>Apache License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>javax.jms</groupId>
<artifactId>javax.jms-api</artifactId>
<version>2.0.1</version>
<license>Common Development and Distribution License (CDDL) v1.1</license>
</licenseMapping>
<licenseMapping>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<license>Eclipse Public License v2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.2</version>
<license>MIT</license>
</licenseMapping>
<licenseMapping>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>5.0.0</version>
<license>MIT</license>
</licenseMapping>
<licenseMapping>
<groupId>org.frankframework</groupId>
<artifactId>frankframework-akamai</artifactId>
<license>The Apache Software License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.frankframework</groupId>
<artifactId>frankframework-larva</artifactId>
<license>The Apache Software License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.frankframework</groupId>
<artifactId>frankframework-batch</artifactId>
<license>The Apache Software License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0</version>
<license>Eclipse Public License v2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recipe-bom</artifactId>
<version>3.0.1</version>
<license>Apache License, Version 2.0</license>
</licenseMapping>
<licenseMapping>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.4</version>
<license>Eclipse Public License v2.0</license>
</licenseMapping>
<artifact>
<license>Apache License, Version 2.0</license>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
</artifact>
<artifact>
<license>Common Development and Distribution License (CDDL) v1.0</license>
<groupId>javax.xml</groupId>
<artifactId>jaxrpc-api</artifactId>
<version>1.1</version>
</artifact>
<artifact>
<license>Apache License, Version 2.0</license>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
<version>1.0</version>
</artifact>
<artifact>
<license>Unknown</license>
<groupId>soap</groupId>
<artifactId>soap</artifactId>
<version>2.3.1</version>
</artifact>
<artifact>
<license>Unknown</license>
<groupId>sshtools</groupId>
<artifactId>j2ssh-core</artifactId>
<version>0.2.9</version>
</artifact>
<artifact>
<license>Apache License, Version 2.0</license>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.3</version>
</artifact>
<artifact>
<license>Apache License, Version 2.0</license>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.3</version>
</artifact>
</license-lookup>