aboutsummaryrefslogtreecommitdiff
path: root/cc/MODULE.bazel
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2023-02-14 05:44:08 -0800
committerCopybara-Service <copybara-worker@google.com>2023-02-14 05:45:35 -0800
commitda1cffcac739babb48c6db578cd5a85aaba1ad38 (patch)
tree9bce4aba1d56e758bff53427367dbc40ad9bc3e9 /cc/MODULE.bazel
parentd0a4bad67cc9c59bbec087612cd10167ef40a583 (diff)
downloadtink-da1cffcac739babb48c6db578cd5a85aaba1ad38.tar.gz
Add missing copyright header to MODULE.bazel and fixed date in deps.bzl's header.
PiperOrigin-RevId: 509500801
Diffstat (limited to 'cc/MODULE.bazel')
-rw-r--r--cc/MODULE.bazel16
1 files changed, 15 insertions, 1 deletions
diff --git a/cc/MODULE.bazel b/cc/MODULE.bazel
index 7c20e0261..ff52e9a9f 100644
--- a/cc/MODULE.bazel
+++ b/cc/MODULE.bazel
@@ -1,4 +1,18 @@
-"""Module definition for Tink C++."""
+# Copyright 2023 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
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+"""Tink C++ Bazel Module definition."""
module(
name = "tink_cc",
version = "1.7.0",