Update Readme and use SPDX license format

This commit is contained in:
Alex Touchet
2022-02-24 19:51:54 -08:00
parent f852584e6b
commit 8e0818a2e4
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ URL library for Rust, based on the [URL Standard](https://url.spec.whatwg.org/).
[Documentation](https://docs.rs/url/)
Please see [UPGRADING.md](https://github.com/servo/rust-url/blob/master/UPGRADING.md) if you are upgrading from 0.x to 1.x.
Please see [UPGRADING.md](https://github.com/servo/rust-url/blob/master/UPGRADING.md) if you are upgrading from a previous version.
+1 -1
View File
@@ -4,7 +4,7 @@ version = "1.0.1"
authors = ["The rust-url developers"]
description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
repository = "https://github.com/servo/rust-url"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.45"
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.2.3"
authors = ["The rust-url developers"]
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
repository = "https://github.com/servo/rust-url/"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
autotests = false
edition = "2018"
rust-version = "1.45"
+1 -1
View File
@@ -4,7 +4,7 @@ version = "2.1.0"
authors = ["The rust-url developers"]
description = "Percent encoding and decoding"
repository = "https://github.com/servo/rust-url/"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.45"
+1 -1
View File
@@ -11,7 +11,7 @@ repository = "https://github.com/servo/rust-url"
readme = "../README.md"
keywords = ["url", "parser"]
categories = ["parser-implementations", "web-programming", "encoding"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
edition = "2018"
rust-version = "1.45"