Skip to content

Commit 45baceb

Browse files
authored
Merge pull request #18821 from github/redsun82/rust-license
Rust: add licensing information to crates and extractor pack
2 parents 311c1e1 + 1038f7c commit 45baceb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

rust/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ codeql_pkg_files(
4646
"codeql-extractor.yml",
4747
"ql/lib/rust.dbscheme",
4848
"ql/lib/rust.dbscheme.stats",
49+
"//:LICENSE",
4950
],
5051
)
5152

rust/ast-generator/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "ast-generator"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
# When updating these dependencies, run `rust/update_cargo_deps.sh`
78
[dependencies]

rust/extractor/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "codeql-rust"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
# When updating these dependencies, run `rust/update_cargo_deps.sh`
78
[dependencies]

rust/extractor/macros/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "rust-extractor-macros"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[lib]
78
proc-macro = true

0 commit comments

Comments
 (0)