Browse Source

chore: Update license field following SPDX 2.1 license expression standard (#3209)

pull/3215/head
Andrea Frigido 1 year ago committed by GitHub
parent
commit
023c18f704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -22,7 +22,7 @@ version = "0.17.0"
rust-version = "1.66"
authors = ["boa-dev"]
repository = "https://github.com/boa-dev/boa"
license = "Unlicense/MIT"
license = "Unlicense OR MIT"
description = "Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language."
[workspace.dependencies]

Loading…
Cancel
Save