Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SPDX license format #467

Merged
merged 1 commit into from Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion html5ever/Cargo.toml
Expand Up @@ -3,7 +3,7 @@
name = "html5ever"
version = "0.25.1"
authors = [ "The html5ever Project Developers" ]
license = "MIT / Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
description = "High-performance browser-grade HTML5 parser"
documentation = "https://docs.rs/html5ever"
Expand Down
2 changes: 1 addition & 1 deletion markup5ever/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "markup5ever"
version = "0.10.1"
authors = [ "The html5ever Project Developers" ]
license = "MIT / Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
description = "Common code for xml5ever and html5ever"
documentation = "https://docs.rs/markup5ever"
Expand Down
2 changes: 1 addition & 1 deletion rcdom/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "markup5ever_rcdom"
version = "0.1.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT / Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
description = "Basic, unsupported DOM structure for use by tests in html5ever/xml5ever"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion xml5ever/Cargo.toml
Expand Up @@ -3,7 +3,7 @@
name = "xml5ever"
version = "0.16.2"
authors = ["The xml5ever project developers"]
license = "MIT / Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
description = "Push based streaming parser for xml"
documentation = "https://docs.rs/xml5ever/"
Expand Down