[bazel] Fix remaining licence directive
This commit is contained in:
committed by
Corentin Le Molgat
parent
40ff9caa88
commit
9190a5d819
@@ -14,10 +14,7 @@
|
|||||||
load("@pip_deps//:requirements.bzl", "requirement")
|
load("@pip_deps//:requirements.bzl", "requirement")
|
||||||
load("@rules_python//python:py_binary.bzl", "py_binary")
|
load("@rules_python//python:py_binary.bzl", "py_binary")
|
||||||
|
|
||||||
package(
|
package(default_visibility = ["//visibility:public"])
|
||||||
default_applicable_licenses = ["//third_party/ortools:license"],
|
|
||||||
default_visibility = ["//visibility:public"],
|
|
||||||
)
|
|
||||||
|
|
||||||
py_binary(
|
py_binary(
|
||||||
name = "bazel2cmake",
|
name = "bazel2cmake",
|
||||||
|
|||||||
Reference in New Issue
Block a user