Skip to content

Commit e3de5c8

Browse files
DeepMindcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 469468503 Change-Id: I0a1633fc52a4ebae5c3d5ffb328296b673ffdbd6
1 parent b4e848b commit e3de5c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package(
2020
default_visibility = ["@//:__subpackages__"],
2121
)
2222

23-
licenses(["notice"]) # Apache 2.0 License
23+
licenses(["notice"])
2424

2525
config_setting(
2626
name = "linux",

labmaze/cc/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# C++ components for LabMaze. Intended for internal usage only.
1818
# Please use the Python API provided directly under the LabMaze package.
1919

20-
licenses(["notice"]) # Apache 2.0 License
20+
licenses(["notice"])
2121

2222
cc_library(
2323
name = "defaults",

labmaze/cc/python/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
load("//bazel:build_defs.bzl", "pybind11_extension")
2121

22-
licenses(["notice"]) # Apache 2.0 License
22+
licenses(["notice"])
2323

2424
pybind11_extension(
2525
name = "_defaults",

0 commit comments

Comments
 (0)