Skip to content

Commit

Permalink
Add license headers to bzlmod files
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnrt committed Jul 22, 2024
1 parent 6acd78e commit 07bc22f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

module(name = "lowrisc_misc_linters")

bazel_dep(name = "rules_python", version = "0.32.2")
Expand Down
4 changes: 4 additions & 0 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

load("@aspect_rules_lint//lint:ruff.bzl", "fetch_ruff")
fetch_ruff()

0 comments on commit 07bc22f

Please sign in to comment.