Skip to content

Remove licenses that have been wrongly identified as SDKs transitively depending on #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions root-project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,6 @@ configure(subprojects) {
}

sub.apply plugin: LicenseResolverPlugin
sub.thirdPartyLicenses {
def root = "file://$rootDir/third_party/licenses"

add 'CCTZ', "$root/apache-2.0.txt"
add 'ICU4C', "$root/icu.txt"
add 'JSR 305', "$root/jsr305.txt"
add 'PCRE', "$root/pcre.txt"
add 'Protobuf Nano', "$root/nanoproto.txt"
add 'RE2', "$root/re2.txt"
add 'STL', "$root/sgi-stl.txt"
add 'UTF', "$root/utf.txt"
add 'darts_clone', "$root/darts_clone.txt"
add 'flatbuffers', "$root/apache-2.0.txt"
add 'safeparcel', "$root/apache-2.0.txt"
add 'zlib', "$root/zlib.txt"
}
}
}

Expand Down
202 changes: 0 additions & 202 deletions third_party/licenses/apache-2.0.txt

This file was deleted.

10 changes: 0 additions & 10 deletions third_party/licenses/darts_clone.txt

This file was deleted.

Loading