License handling with rules_license, and upgrade SDL

This commit is contained in:
2025-03-02 23:32:33 +01:00
parent f2e6a3fe77
commit 1e1f61b9e6
7 changed files with 239 additions and 5 deletions

View File

@ -3,6 +3,16 @@
# SPDX-License-Identifier: BSD-3-Clause
load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")
load("@rules_license//rules:license.bzl", "license")
license(
name = "license",
license_kinds = [
"@rules_license//licenses/spdx:BSD-3-Clause",
],
license_text = "LICENSE.txt",
package_name = "HK-21",
)
refresh_compile_commands(
name = "refresh_clangd",