diff --git a/licence-checker/licence-checker.py b/licence-checker/licence-checker.py index 335ec03..473940c 100755 --- a/licence-checker/licence-checker.py +++ b/licence-checker/licence-checker.py @@ -149,7 +149,17 @@ def full_line_parts(self, licence_line): ([".proto"], SLASH_SLASH), # Protobuf # Software Build Systems (["meson.build", "toolchain.txt", "meson_options.txt"], HASH), # Meson - (["WORKSPACE", "BUILD", "BUILD.bazel", ".bzl"], HASH), # Bazel + ( + [ + "WORKSPACE", + "WORKSPACE.bzlmod", + "MODULE.bazel", + "BUILD", + "BUILD.bazel", + ".bzl", + ], + HASH, + ), # Bazel # General Tooling ([".py"], HASH), # Python ([".sh"], HASH), # Shell Scripts