RustPython / Parser

MIT License
73 stars 28 forks source link

Fix the invalid license name for cargo-deny #110

Closed h7kanna closed 9 months ago

h7kanna commented 9 months ago

Both the vendored crates are MIT licensed(currently). So changed the license of the crate to MIT.

This is to fix errors while using cargo-deny

error[unlicensed]: rustpython-parser-vendored = 0.3.1 is unlicensed
  ┌─ rustpython-parser-vendored 0.3.1 (git+https://github.com/h7kanna/Parser.git?rev=22a1f5aa9eb4a7e8bfd95bb450414788044f8bb5#22a1f5aa9eb4a7e8bfd95bb450414788044f8bb5):2:9
  │
2 │ name = "rustpython-parser-vendored"
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^ a valid license expression could not be retrieved for the crate
3 │ version = "0.3.1"
4 │ license = "Various"
  │            ------- unknown term