Skip to content

Commit 6495f82

Browse files
authored
Add license files for dependencies (#293)
1 parent 88c554f commit 6495f82

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dumper/app/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,21 @@ licenseReport {
298298
],
299299
"com.google.errorprone:error_prone_annotations": [
300300
projectUrl: "https://github.com/google/error-prone",
301+
licenseUrl: "https://raw.githubusercontent.com/google/error-prone/master/COPYING",
301302
],
302303
"com.google.flatbuffers:flatbuffers-java": [
303304
licenseUrl: "https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE",
304305
],
306+
"com.google.guava:guava": [
307+
licenseUrl: "https://raw.githubusercontent.com/google/guava/master/LICENSE",
308+
],
305309
"com.google.guava:failureaccess": [
306310
projectUrl: "https://github.com/google/guava",
307311
licenseUrl: "https://raw.githubusercontent.com/google/guava/master/LICENSE",
308312
],
309-
"com.google.guava:guava": [
313+
"com.google.guava:guava-parent": [
314+
projectUrl: "https://github.com/google/guava",
315+
licenseName: "Apache License, Version 2.0",
310316
licenseUrl: "https://raw.githubusercontent.com/google/guava/master/LICENSE",
311317
],
312318
"com.google.guava:listenablefuture": [

0 commit comments

Comments
 (0)