Skip to content

Commit 1038f7c

Browse files
committed
Rust: add licensing information to crates and extractor pack
1 parent 7fa41c4 commit 1038f7c

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2006-2020 GitHub, Inc.
3+
Copyright (c) 2006-2025 GitHub, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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)