From 8604c98df53486208cdc15424aae9d9b2fef2d8e Mon Sep 17 00:00:00 2001
From: Steven Le Rouzic <steven.lerouzic@gmail.com>
Date: Sun, 2 Mar 2025 01:25:07 +0100
Subject: Apply licenses with rules_license

---
 asl/formatting/BUILD.bazel | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'asl/formatting')

diff --git a/asl/formatting/BUILD.bazel b/asl/formatting/BUILD.bazel
index 836585e..06f0ec7 100644
--- a/asl/formatting/BUILD.bazel
+++ b/asl/formatting/BUILD.bazel
@@ -2,6 +2,10 @@
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
+package(
+    default_applicable_licenses = ["//:license"],
+)
+
 cc_library(
     name = "formatting",
     hdrs = [
-- 
cgit