Skip to content

Commit d214805

Browse files
committed
TASK: Updating license information
1 parent 346d7ea commit d214805

File tree

2 files changed

+158
-0
lines changed

2 files changed

+158
-0
lines changed
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
{
2+
"dependencies": [
3+
{
4+
"moduleName": "com.dynatrace.metric.util:dynatrace-metric-utils-java",
5+
"moduleVersion": "2.2.0",
6+
"moduleUrls": [
7+
"https://github.com/dynatrace-oss/dynatrace-metric-utils-java"
8+
],
9+
"moduleLicenses": [
10+
{
11+
"moduleLicense": "Apache License, Version 2.0",
12+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
13+
}
14+
]
15+
},
16+
{
17+
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
18+
"moduleVersion": "2.17.0",
19+
"moduleUrls": [
20+
"https://github.com/FasterXML/jackson"
21+
],
22+
"moduleLicenses": [
23+
{
24+
"moduleLicense": "Apache License, Version 2.0",
25+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
26+
}
27+
]
28+
},
29+
{
30+
"moduleName": "com.fasterxml.jackson.core:jackson-core",
31+
"moduleVersion": "2.17.0",
32+
"moduleUrls": [
33+
"https://github.com/FasterXML/jackson-core"
34+
],
35+
"moduleLicenses": [
36+
{
37+
"moduleLicense": "Apache License, Version 2.0",
38+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
39+
}
40+
]
41+
},
42+
{
43+
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
44+
"moduleVersion": "2.17.0",
45+
"moduleUrls": [
46+
"https://github.com/FasterXML/jackson"
47+
],
48+
"moduleLicenses": [
49+
{
50+
"moduleLicense": "Apache License, Version 2.0",
51+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
52+
}
53+
]
54+
},
55+
{
56+
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
57+
"moduleVersion": "2.17.0",
58+
"moduleUrls": [
59+
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
60+
],
61+
"moduleLicenses": [
62+
{
63+
"moduleLicense": "Apache License, Version 2.0",
64+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
65+
}
66+
]
67+
},
68+
{
69+
"moduleName": "com.google.code.findbugs:jsr305",
70+
"moduleVersion": "3.0.2",
71+
"moduleUrls": [
72+
"http://findbugs.sourceforge.net/"
73+
],
74+
"moduleLicenses": [
75+
{
76+
"moduleLicense": "Apache License, Version 2.0",
77+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
78+
}
79+
]
80+
},
81+
{
82+
"moduleName": "com.spotify:completable-futures",
83+
"moduleVersion": "0.3.6",
84+
"moduleUrls": [
85+
"https://spotify.github.io/completable-futures"
86+
],
87+
"moduleLicenses": [
88+
{
89+
"moduleLicense": "Apache License, Version 2.0",
90+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
91+
}
92+
]
93+
},
94+
{
95+
"moduleName": "dev.failsafe:failsafe",
96+
"moduleVersion": "3.3.2",
97+
"moduleLicenses": [
98+
{
99+
"moduleLicense": null,
100+
"moduleLicenseUrl": "http://apache.org/licenses/LICENSE-2.0"
101+
},
102+
{
103+
"moduleLicense": "Apache License, Version 2.0",
104+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
105+
}
106+
]
107+
},
108+
{
109+
"moduleName": "net.bytebuddy:byte-buddy",
110+
"moduleVersion": "1.14.9",
111+
"moduleLicenses": [
112+
{
113+
"moduleLicense": "Apache License, Version 2.0",
114+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
115+
}
116+
]
117+
},
118+
{
119+
"moduleName": "org.apache.commons:commons-lang3",
120+
"moduleVersion": "3.14.0",
121+
"moduleUrls": [
122+
"https://commons.apache.org/proper/commons-lang/"
123+
],
124+
"moduleLicenses": [
125+
{
126+
"moduleLicense": "Apache License, Version 2.0",
127+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
128+
}
129+
]
130+
},
131+
{
132+
"moduleName": "org.slf4j:slf4j-api",
133+
"moduleVersion": "1.7.36",
134+
"moduleUrls": [
135+
"http://www.slf4j.org"
136+
],
137+
"moduleLicenses": [
138+
{
139+
"moduleLicense": "MIT License",
140+
"moduleLicenseUrl": "https://opensource.org/licenses/MIT"
141+
}
142+
]
143+
}
144+
]
145+
}

licenses/index.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@
7070
}
7171
]
7272
},
73+
{
74+
"moduleName": "com.dynatrace.metric.util:dynatrace-metric-utils-java",
75+
"moduleVersion": "2.2.0",
76+
"moduleUrls": [
77+
"https://github.com/dynatrace-oss/dynatrace-metric-utils-java"
78+
],
79+
"moduleLicenses": [
80+
{
81+
"moduleLicense": "Apache License, Version 2.0",
82+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
83+
}
84+
]
85+
},
7386
{
7487
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
7588
"moduleVersion": "2.17.0",

0 commit comments

Comments
 (0)