Skip to content

Commit

Permalink
Add license files for dependencies (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishmum123 authored Oct 10, 2023
1 parent 88c554f commit 6495f82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dumper/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,21 @@ licenseReport {
],
"com.google.errorprone:error_prone_annotations": [
projectUrl: "https://github.com/google/error-prone",
licenseUrl: "https://raw.githubusercontent.com/google/error-prone/master/COPYING",
],
"com.google.flatbuffers:flatbuffers-java": [
licenseUrl: "https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE",
],
"com.google.guava:guava": [
licenseUrl: "https://raw.githubusercontent.com/google/guava/master/LICENSE",
],
"com.google.guava:failureaccess": [
projectUrl: "https://github.com/google/guava",
licenseUrl: "https://raw.githubusercontent.com/google/guava/master/LICENSE",
],
"com.google.guava:guava": [
"com.google.guava:guava-parent": [
projectUrl: "https://github.com/google/guava",
licenseName: "Apache License, Version 2.0",
licenseUrl: "https://raw.githubusercontent.com/google/guava/master/LICENSE",
],
"com.google.guava:listenablefuture": [
Expand Down

0 comments on commit 6495f82

Please sign in to comment.