-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update license field following SPDX 2.1 license expression standard (#…
…194) The new recommendation is to follow the SPDX 2.1 standard. This allows automatic license verification software to work properly. Reference: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.1" | |
authors = ["Chinedu Francis Nwafili <[email protected]>"] | ||
description = "A modular toolkit for building interactive frontend browser apps with Rust + WebAssembly. Supports server side rendering." | ||
keywords = ["virtual", "dom", "wasm", "css", "webassembly"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/chinedufn/percy" | ||
|
||
[workspace] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.2.2" | |
description = "html macro" | ||
authors = ["Chinedu Francis Nwafili <[email protected]>"] | ||
keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/chinedufn/percy" | ||
documentation = "https://chinedufn.github.io/percy/api/html_macro/" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.2" | |
authors = ["Chinedu Francis Nwafili <[email protected]>"] | ||
description = "Validation for HTML elements and attributes" | ||
keywords = ["html", "validation", "valid", "dom", "virtual"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/chinedufn/percy" | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.1" | |
description = "Percy CSS" | ||
authors = ["Chinedu Francis Nwafili <[email protected]>"] | ||
keywords = ["percy", "css", "browser", "web"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/chinedufn/percy" | ||
documentation = "https://chinedufn.github.io/percy/api/percy_css/" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.9.6" | |
authors = ["Chinedu Francis Nwafili <[email protected]>"] | ||
description = "A standalone Virtual DOM creation, diffing and patching implementation" | ||
keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/chinedufn/percy" | ||
documentation = "https://chinedufn.github.io/percy/api/percy_dom/" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.5" | |
authors = ["Chinedu Francis Nwafili <[email protected]>"] | ||
description = "A macro for client side web application routing" | ||
keywords = ["route", "router", "wasm", "assembly", "webassembly"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/chinedufn/percy" | ||
documentation = "https://chinedufn.github.io/percy/api/percy_router_macro/" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Chinedu Francis Nwafili <[email protected]>"] | |
edition = "2018" | ||
description = "A router for client side web applications with server side rendering support" | ||
keywords = ["webassembly", "wasm", "router", "route", "url"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/chinedufn/percy" | ||
documentation = "https://chinedufn.github.io/percy/api/percy_router/" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.5.0" | |
description = "A standalone Virtual DOM" | ||
authors = ["Chinedu Francis Nwafili <[email protected]>"] | ||
keywords = ["virtual", "dom", "wasm", "browser", "webassembly"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/chinedufn/percy" | ||
documentation = "https://chinedufn.github.io/percy/api/virtual_node/" | ||
edition = "2018" | ||
|