Commit 001237fb by pybind11_abseil authors Committed by Copybara-Service

update license rules

PiperOrigin-RevId: 506344539
parent 835ed842
# Pybind11 bindings for the Abseil C++ Common Libraries
load("//tools/build_defs/license:license.bzl", "license")
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension", "pybind_library")
package(default_visibility = ["//visibility:public"])
package(
default_applicable_licenses = ["//pybind11_abseil:license"],
default_visibility = ["//visibility:public"],
)
license(
name = "license",
package_name = "pybind11_abseil",
)
licenses(["notice"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment