Fix authorship, license information. (#55)

* Fix authorship, license information.

I *thought* I had done a sed pass over the Cargo defaults when doing
repository initialization, but I guess I missed it or something.
Anyways, fixed now.
This commit is contained in:
Henry de Valence 2019-10-08 09:25:59 -07:00 committed by GitHub
parent ed608f7231
commit 92dc7a5ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 9 deletions

View File

@ -1,7 +1,8 @@
[package]
name = "zebra-chain"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,8 @@
[package]
name = "zebra-client"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,8 @@
[package]
name = "zebra-consensus"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,8 @@
[package]
name = "zebra-network"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,8 @@
[package]
name = "zebra-reactor"
license = "MIT OR Apache-2.0"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,8 @@
[package]
name = "zebra-rpc"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,8 @@
[package]
name = "zebra-script"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,8 @@
[package]
name = "zebra-storage"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,7 @@
[package]
name = "zebrad"
authors = []
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2018"