summaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 0d14d4d1..79fb0ecd 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -20,6 +20,6 @@ licenses(["notice"]) # Apache 2.0
# Expose license for external usage through bazel.
exports_files([
- "LICENSE",
"AUTHORS",
+ "LICENSE",
])