aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-11 11:57:48 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-07-11 12:24:40 +0000
commit6c0acf527146d1fa5c90eaf180639aae9fea775a (patch)
treef8610289b6220f5765d3644e043dca6ef01bdecb /third_party
parent4b272f9c7e1ade8fc23756f46740b3f46f940a8b (diff)
-- Change-Id: I4c9d749d2b4acb1254cd65efbabf4e6515924414 Reviewed-on: https://bazel-review.googlesource.com/#/c/3921/ MOS_MIGRATED_REVID=127074886
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",
],