aboutsummaryrefslogtreecommitdiff
path: root/java_src/tools
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2021-04-13 23:16:58 -0700
committerCopybara-Service <copybara-worker@google.com>2021-04-13 23:17:30 -0700
commit0b5726e20417892d72194af7ba8116612aaf1614 (patch)
treedec4571400035b6937ec1beb08af57b8fece816c /java_src/tools
parent9a1e97523b63baf4e82de0a38bf865c5afc6b7bd (diff)
downloadtink-0b5726e20417892d72194af7ba8116612aaf1614.tar.gz
Add missing copyright statements. These were missing due to internal miscommunication.
PiperOrigin-RevId: 368367721
Diffstat (limited to 'java_src/tools')
-rw-r--r--java_src/tools/gen_maven_jar_rules.bzl2
-rw-r--r--java_src/tools/jar_jar.bzl2
-rw-r--r--java_src/tools/java_single_jar.bzl2
-rw-r--r--java_src/tools/javadoc.bzl2
4 files changed, 8 insertions, 0 deletions
diff --git a/java_src/tools/gen_maven_jar_rules.bzl b/java_src/tools/gen_maven_jar_rules.bzl
index 8744f7fb1..60e4ab7a6 100644
--- a/java_src/tools/gen_maven_jar_rules.bzl
+++ b/java_src/tools/gen_maven_jar_rules.bzl
@@ -1,3 +1,5 @@
+# Copyright 2020 Google LLC
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
diff --git a/java_src/tools/jar_jar.bzl b/java_src/tools/jar_jar.bzl
index 418b8d6fa..709e6105f 100644
--- a/java_src/tools/jar_jar.bzl
+++ b/java_src/tools/jar_jar.bzl
@@ -1,3 +1,5 @@
+# Copyright 2020 Google LLC
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
diff --git a/java_src/tools/java_single_jar.bzl b/java_src/tools/java_single_jar.bzl
index 5093ee5ac..502b91130 100644
--- a/java_src/tools/java_single_jar.bzl
+++ b/java_src/tools/java_single_jar.bzl
@@ -1,3 +1,5 @@
+# Copyright 2020 Google LLC
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
diff --git a/java_src/tools/javadoc.bzl b/java_src/tools/javadoc.bzl
index d4565134b..9e9f66bcd 100644
--- a/java_src/tools/javadoc.bzl
+++ b/java_src/tools/javadoc.bzl
@@ -1,3 +1,5 @@
+# Copyright 2020 Google LLC
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at