From 023c18f7049156081f2467c5da2d36ab413d1ff4 Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Mon, 14 Aug 2023 11:36:31 +0200 Subject: [PATCH] chore: Update license field following SPDX 2.1 license expression standard (#3209) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c7a3be150e..c9e9b54641e 100644 --- a/Cargo.toml +++ b/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]