From 9c734b47d2112bbcaf9db876e07069f364968883 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Thu, 2 Jul 2020 09:40:11 -0700 Subject: [PATCH] update email address --- Cargo.toml | 2 +- LICENSE-APACHE | 2 +- LICENSE-MIT | 2 +- dom/Cargo.toml | 2 +- dom/augdom/Cargo.toml | 2 +- dom/examples/drivertest/Cargo.toml | 2 +- dom/examples/ssr/Cargo.toml | 2 +- dom/local-wasm-pack/Cargo.toml | 2 +- dom/raf/Cargo.toml | 2 +- illicit/Cargo.toml | 2 +- illicit/macro/Cargo.toml | 2 +- mox/Cargo.toml | 2 +- ofl/Cargo.toml | 2 +- topo/Cargo.toml | 2 +- topo/macro/Cargo.toml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f6c34f682..8ef92fbb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ cargo-features = ["named-profiles"] # for coverage name = "moxie" version = "0.3.0-pre" edition = "2018" -authors = ["Adam Perry "] +authors = ["Adam Perry "] license = "MIT/Apache-2.0" description = "Declarative, asynchronous, incremental UI runtime." repository = "https://github.com/anp/moxie" diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 60ea50bde..a21160df4 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright 2018 Adam Perry +Copyright 2018 Adam Perry Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LICENSE-MIT b/LICENSE-MIT index 569371f9e..fc971f937 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2018 Adam Perry +Copyright (c) 2018 Adam Perry Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/dom/Cargo.toml b/dom/Cargo.toml index 86dddfce4..1dd056889 100644 --- a/dom/Cargo.toml +++ b/dom/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moxie-dom" version = "0.3.0-pre" -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" license = "MIT/Apache-2.0" description = "TBA" diff --git a/dom/augdom/Cargo.toml b/dom/augdom/Cargo.toml index b98cef4fb..a49cef2fe 100644 --- a/dom/augdom/Cargo.toml +++ b/dom/augdom/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "augdom" version = "0.2.0-pre" -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" license = "MIT/Apache-2.0" description = "thin DOM wrapper, suitable for use in-browser or for rendering HTML strings anywhere" diff --git a/dom/examples/drivertest/Cargo.toml b/dom/examples/drivertest/Cargo.toml index 3bec2ba2b..ab97844da 100644 --- a/dom/examples/drivertest/Cargo.toml +++ b/dom/examples/drivertest/Cargo.toml @@ -2,7 +2,7 @@ name = "drivertest" publish = false version = "0.1.0-pre" -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" [dependencies] diff --git a/dom/examples/ssr/Cargo.toml b/dom/examples/ssr/Cargo.toml index 317ba3b1b..75c63a69e 100644 --- a/dom/examples/ssr/Cargo.toml +++ b/dom/examples/ssr/Cargo.toml @@ -2,7 +2,7 @@ name = "ssr-poc" version = "0.1.0" publish = false -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" description = "proof of concept for server-side rendered HTML with moxie-dom" diff --git a/dom/local-wasm-pack/Cargo.toml b/dom/local-wasm-pack/Cargo.toml index d0e7d7bf9..ebf811dca 100644 --- a/dom/local-wasm-pack/Cargo.toml +++ b/dom/local-wasm-pack/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "local-wasm-pack" version = "0.1.0-pre" -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" publish = false description = "uses wasm-pack as a library to have cargo install it for us" diff --git a/dom/raf/Cargo.toml b/dom/raf/Cargo.toml index 72d06b4aa..4191bc1d7 100644 --- a/dom/raf/Cargo.toml +++ b/dom/raf/Cargo.toml @@ -2,7 +2,7 @@ name = "raf" version = "0.2.0-pre" edition = "2018" -authors = ["Adam Perry "] +authors = ["Adam Perry "] license = "MIT/Apache-2.0" description = "browser event loop scheduler using requestAnimationFrame" repository = "https://github.com/anp/moxie" diff --git a/illicit/Cargo.toml b/illicit/Cargo.toml index 2b1526fd7..d2b35fc9b 100644 --- a/illicit/Cargo.toml +++ b/illicit/Cargo.toml @@ -2,7 +2,7 @@ name = "illicit" version = "0.10.0-pre" edition = "2018" -authors = ["Adam Perry "] +authors = ["Adam Perry "] license = "MIT/Apache-2.0" description = "Type-indexed dynamically-scoped singletons." repository = "https://github.com/anp/moxie" diff --git a/illicit/macro/Cargo.toml b/illicit/macro/Cargo.toml index 8af47ff7a..8b6ec3c30 100644 --- a/illicit/macro/Cargo.toml +++ b/illicit/macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "illicit-macro" version = "0.10.0-pre" -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" license = "MIT/Apache-2.0" description = "procedural macros for the illicit crate" diff --git a/mox/Cargo.toml b/mox/Cargo.toml index c6e6706a1..7da51a303 100644 --- a/mox/Cargo.toml +++ b/mox/Cargo.toml @@ -2,7 +2,7 @@ name = "mox" version = "0.3.0-pre" edition = "2018" -authors = ["Adam Perry "] +authors = ["Adam Perry "] license = "MIT/Apache-2.0" description = "Mockery Of X(ML): a JSX-like macro for moxie." repository = "https://github.com/anp/moxie" diff --git a/ofl/Cargo.toml b/ofl/Cargo.toml index ce557f2d0..44f9fde52 100644 --- a/ofl/Cargo.toml +++ b/ofl/Cargo.toml @@ -3,7 +3,7 @@ cargo-features = ["named-profiles"] # for coverage [package] name = "ofl" version = "0.2.0-alpha.0-pre" -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" license = "MIT/Apache-2.0" description = "outcome-oriented project task tool, as in 'all task runners are...'" diff --git a/topo/Cargo.toml b/topo/Cargo.toml index 714fe2d18..9c563233d 100644 --- a/topo/Cargo.toml +++ b/topo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "topo" version = "0.10.0-pre" -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" license = "MIT/Apache-2.0" description = "Stable runtime identifiers for repetitive dynamic callgraphs" diff --git a/topo/macro/Cargo.toml b/topo/macro/Cargo.toml index 784f6923e..5d3c52e89 100644 --- a/topo/macro/Cargo.toml +++ b/topo/macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "topo-macro" version = "0.10.0-pre" -authors = ["Adam Perry "] +authors = ["Adam Perry "] edition = "2018" license = "MIT/Apache-2.0" description = "procedural macros for the topo crate"