aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/README.md2
-rw-r--r--third_party/java/jdk/langtools/BUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/third_party/README.md b/third_party/README.md
index ace9fd713b..67c3f07847 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -173,7 +173,7 @@ a minimal set of extra dependencies.
## [javac](https://github.com/google/error-prone-javac)
* Version: 1.9.0-dev-r2973-2 (javac7.jar) and 1.9.0-dev-r2644-2 (javac.jar)
-* License: GNU GPL v2 with Classpath exception
+* License: GNU GPL v2 with Classpath exception (plus other licenses, see third_party/java/jdk/langtools/LICENSE file).
## [jarjar](https://code.google.com/p/jarjar/)
diff --git a/third_party/java/jdk/langtools/BUILD b/third_party/java/jdk/langtools/BUILD
index 055a02f071..9a44df1018 100644
--- a/third_party/java/jdk/langtools/BUILD
+++ b/third_party/java/jdk/langtools/BUILD
@@ -12,11 +12,13 @@ filegroup(
srcs = select({
"//tools/jdk:jdk7": [
"BUILD",
+ "LICENSE",
"javac7.jar",
"javac7.srcjar",
],
"//conditions:default": [
"BUILD",
+ "LICENSE",
"javac.jar",
"javac.srcjar",
],