File tree 5 files changed +5
-1
lines changed
5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2006-2020 GitHub, Inc.
3
+ Copyright (c) 2006-2025 GitHub, Inc.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ codeql_pkg_files(
46
46
"codeql-extractor.yml" ,
47
47
"ql/lib/rust.dbscheme" ,
48
48
"ql/lib/rust.dbscheme.stats" ,
49
+ "//:LICENSE" ,
49
50
],
50
51
)
51
52
Original file line number Diff line number Diff line change 2
2
name = " ast-generator"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
+ license = " MIT"
5
6
6
7
# When updating these dependencies, run `rust/update_cargo_deps.sh`
7
8
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " codeql-rust"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
+ license = " MIT"
5
6
6
7
# When updating these dependencies, run `rust/update_cargo_deps.sh`
7
8
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " rust-extractor-macros"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
+ license = " MIT"
5
6
6
7
[lib ]
7
8
proc-macro = true
You can’t perform that action at this time.
0 commit comments