From 6e80822c1bc7892f106820c69c826a725d092e3b Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 4 Jan 2024 15:55:17 -0800 Subject: [PATCH] Add `BUILD` contents. Signed-off-by: Tim 'mithro' Ansell --- .../BUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dependency_support/com_github_mithro_vlsiffra_hdl_library/BUILD b/dependency_support/com_github_mithro_vlsiffra_hdl_library/BUILD index e69de29b..a66316d6 100644 --- a/dependency_support/com_github_mithro_vlsiffra_hdl_library/BUILD +++ b/dependency_support/com_github_mithro_vlsiffra_hdl_library/BUILD @@ -0,0 +1,18 @@ +# Copyright 2024 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. + +package( + default_applicable_licenses = ["//:package_license"], + default_visibility = ["//visibility:private"], +)