Apply licenses with rules_license
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
package(
|
||||
default_applicable_licenses = ["//:license"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "logging",
|
||||
srcs = [
|
||||
|
Reference in New Issue
Block a user