Skip to content

Commit bc95f50

Browse files
authored
Merge pull request #757 from atouchet/lic
Update Readme and use SPDX license format
2 parents 48fcbe1 + 338b54f commit bc95f50

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ URL library for Rust, based on the [URL Standard](https://url.spec.whatwg.org/).
1111

1212
[Documentation](https://docs.rs/url/)
1313

14-
Please see [UPGRADING.md](https://github.com/servo/rust-url/blob/master/UPGRADING.md) if you are upgrading from 0.x to 1.x.
14+
Please see [UPGRADING.md](https://github.com/servo/rust-url/blob/master/UPGRADING.md) if you are upgrading from a previous version.

form_urlencoded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0.1"
44
authors = ["The rust-url developers"]
55
description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
66
repository = "https://github.com/servo/rust-url"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
edition = "2018"
99
rust-version = "1.45"
1010

idna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.3"
44
authors = ["The rust-url developers"]
55
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
66
repository = "https://github.com/servo/rust-url/"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
autotests = false
99
edition = "2018"
1010
rust-version = "1.45"

percent_encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "2.1.0"
44
authors = ["The rust-url developers"]
55
description = "Percent encoding and decoding"
66
repository = "https://github.com/servo/rust-url/"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
edition = "2018"
99
rust-version = "1.45"
1010

url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/servo/rust-url"
1111
readme = "../README.md"
1212
keywords = ["url", "parser"]
1313
categories = ["parser-implementations", "web-programming", "encoding"]
14-
license = "MIT/Apache-2.0"
14+
license = "MIT OR Apache-2.0"
1515
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
1616
edition = "2018"
1717
rust-version = "1.45"

0 commit comments

Comments
 (0)