Apply licenses with rules_license

This commit is contained in:
2025-03-02 01:25:07 +01:00
parent 62cc4b468b
commit 8604c98df5
20 changed files with 103 additions and 7 deletions

View File

@ -2,11 +2,15 @@
#
# SPDX-License-Identifier: BSD-3-Clause
load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")
load("@rules_license//rules:license.bzl", "license")
refresh_compile_commands(
name = "refresh_clangd",
targets = "//...",
license(
name = "license",
license_kinds = [
"@rules_license//licenses/spdx:BSD-3-Clause",
],
license_text = "LICENSE.txt",
package_name = "ASL",
)
platform(