Regularise extractor pack licenses to all cite the MIT license that covers the whole CodeQL repository

This commit is contained in:
Chris Smowton
2025-02-20 18:55:55 +00:00
parent fe34aa35a9
commit 4567e02b8c
6 changed files with 8 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ codeql_pkg_files(
name = "extractor",
srcs = [
"codeql-extractor.yml",
"//:LICENSE",
] + glob(["tools/**"]),
strip_prefix = strip_prefix.from_pkg(),
visibility = ["//actions:__pkg__"],