Skip to content

Commit 3da757b

Browse files
committed
Add license headers to bzlmod files
1 parent 5eb16cf commit 3da757b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright lowRISC contributors.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
module(name = "lowrisc_misc_linters")
26

37
bazel_dep(name = "rules_python", version = "0.32.2")

WORKSPACE.bzlmod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# Copyright lowRISC contributors.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
load("@aspect_rules_lint//lint:ruff.bzl", "fetch_ruff")
26
fetch_ruff()

0 commit comments

Comments
 (0)