diff --git a/LICENSE b/LICENSE index a7d55d2d01..285adee284 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018 Solana Labs, Inc. +Copyright 2020 Solana Foundation. 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/accounts-bench/Cargo.toml b/accounts-bench/Cargo.toml index d0d3549d8d..f9c3850308 100644 --- a/accounts-bench/Cargo.toml +++ b/accounts-bench/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-accounts-bench" version = "1.3.0" diff --git a/banking-bench/Cargo.toml b/banking-bench/Cargo.toml index e0c75b6cb4..1b8f8e3887 100644 --- a/banking-bench/Cargo.toml +++ b/banking-bench/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-banking-bench" version = "1.3.0" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index b1a160f0dc..3a33644555 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-bench-exchange" version = "1.3.0" diff --git a/bench-streamer/Cargo.toml b/bench-streamer/Cargo.toml index f60b3abd9a..ec0c8665ef 100644 --- a/bench-streamer/Cargo.toml +++ b/bench-streamer/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-bench-streamer" version = "1.3.0" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 4c76ad20ed..f1ff04e548 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-bench-tps" version = "1.3.0" diff --git a/ci/publish-docs.sh b/ci/publish-docs.sh index 1b067ddeb0..729f92b17f 100755 --- a/ci/publish-docs.sh +++ b/ci/publish-docs.sh @@ -17,7 +17,7 @@ if [[ -n $CI_BRANCH ]]; then set -x git add -f docs/src if ! git diff-index --quiet HEAD; then - git config user.email maintainers@solana.com + git config user.email maintainers@solana.foundation git config user.name "$(basename "$0")" git commit -m "gitbook-cage update $(date -Is)" git push -f git@github.com:solana-labs/solana-gitbook-cage.git HEAD:refs/heads/"$CI_BRANCH" diff --git a/clap-utils/Cargo.toml b/clap-utils/Cargo.toml index e98628cba5..1e79d54a5c 100644 --- a/clap-utils/Cargo.toml +++ b/clap-utils/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-clap-utils" version = "1.3.0" description = "Solana utilities for the clap" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/cli-config/Cargo.toml b/cli-config/Cargo.toml index bc12d18cc9..e132dda318 100644 --- a/cli-config/Cargo.toml +++ b/cli-config/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-cli-config" description = "Blockchain, Rebuilt for Scale" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0e59b49310..2f61c1adf1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-cli" description = "Blockchain, Rebuilt for Scale" diff --git a/client/Cargo.toml b/client/Cargo.toml index 2d0728a4e6..74b8448a32 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-client" version = "1.3.0" description = "Solana Client" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" license = "Apache-2.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 09cb2fe006..e47fa822c8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/solana" homepage = "https://solana.com/" readme = "../README.md" repository = "https://github.com/solana-labs/solana" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] license = "Apache-2.0" edition = "2018" diff --git a/crate-features/Cargo.toml b/crate-features/Cargo.toml index 12fb2f496e..1edf18a4c7 100644 --- a/crate-features/Cargo.toml +++ b/crate-features/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-crate-features" version = "1.3.0" description = "Solana Crate Features" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" license = "Apache-2.0" diff --git a/docs/src/introduction.md b/docs/src/introduction.md index cdb8fa6228..00ec30d43f 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -2,7 +2,7 @@ ## What is Solana? -Solana is an open source project implementing a new, high-performance, permissionless blockchain. Solana is also the name of a company headquartered in San Francisco that maintains the open source project. +Solana is an open source project implementing a new, high-performance, permissionless blockchain. The Solana Foundation is based in Geneva, Switzerland and maintains the open source project. ## Why Solana? diff --git a/dos/Cargo.toml b/dos/Cargo.toml index e7f0fbd459..a84ebedac2 100644 --- a/dos/Cargo.toml +++ b/dos/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-dos" version = "1.3.0" diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index 6c2fe5a5b2..471cffe616 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-download-utils" version = "1.3.0" description = "Solana Download Utils" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index ad3e3710a2..3230ad2e74 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-faucet" version = "1.3.0" description = "Solana Faucet" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/genesis-programs/Cargo.toml b/genesis-programs/Cargo.toml index 02bafbf072..73e3a9e6a9 100644 --- a/genesis-programs/Cargo.toml +++ b/genesis-programs/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-genesis-programs" version = "1.3.0" description = "Solana genesis programs" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index b331821b12..47a25d2ee5 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-genesis" description = "Blockchain, Rebuilt for Scale" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 52c57f0bb1..50dfb71f72 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-gossip" description = "Blockchain, Rebuilt for Scale" diff --git a/install/Cargo.toml b/install/Cargo.toml index f550998e48..da2061fe2f 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-install" description = "The solana cluster software installer" diff --git a/keygen/Cargo.toml b/keygen/Cargo.toml index 3e7e0bde57..1e058eb16c 100644 --- a/keygen/Cargo.toml +++ b/keygen/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-keygen" version = "1.3.0" description = "Solana key generation utility" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 7893c5c323..2e93d6d385 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-ledger-tool" description = "Blockchain, Rebuilt for Scale" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index b4e62fc03a..890759add7 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-ledger" version = "1.3.0" description = "Solana ledger" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index e2f35fd02f..43fbd6c9aa 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-local-cluster" description = "Blockchain, Rebuilt for Scale" diff --git a/logger/Cargo.toml b/logger/Cargo.toml index 9a1b86c3bf..e6d3a1c24c 100644 --- a/logger/Cargo.toml +++ b/logger/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-logger" version = "1.3.0" description = "Solana Logger" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/measure/Cargo.toml b/measure/Cargo.toml index 032770017c..33e1dac816 100644 --- a/measure/Cargo.toml +++ b/measure/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/solana" homepage = "https://solana.com/" readme = "../README.md" repository = "https://github.com/solana-labs/solana" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] license = "Apache-2.0" edition = "2018" diff --git a/merkle-tree/Cargo.toml b/merkle-tree/Cargo.toml index d4c931a3d4..36106788cd 100644 --- a/merkle-tree/Cargo.toml +++ b/merkle-tree/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-merkle-tree" version = "1.3.0" description = "Solana Merkle Tree" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 36dbc5c5bc..f31a4eaaf0 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-metrics" version = "1.3.0" description = "Solana Metrics" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/net-shaper/Cargo.toml b/net-shaper/Cargo.toml index 6fc8e43675..0bbb300493 100644 --- a/net-shaper/Cargo.toml +++ b/net-shaper/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-net-shaper" description = "The solana cluster network shaping tool" diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index 4fff0f8199..f141819077 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-net-utils" version = "1.3.0" description = "Solana Network Utilities" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/net/net.sh b/net/net.sh index cd92e33a29..7d09df8a96 100755 --- a/net/net.sh +++ b/net/net.sh @@ -326,7 +326,7 @@ startNode() { timeout 30s scp "${sshOptions[@]}" "$localArchive" "$ipAddress:letsencrypt.tgz" fi ssh "${sshOptions[@]}" -n "$ipAddress" \ - "sudo -H /certbot-restore.sh $letsEncryptDomainName maintainers@solana.com" + "sudo -H /certbot-restore.sh $letsEncryptDomainName maintainers@solana.foundation" rm -f letsencrypt.tgz timeout 30s scp "${sshOptions[@]}" "$ipAddress:/letsencrypt.tgz" letsencrypt.tgz test -s letsencrypt.tgz # Ensure non-empty before overwriting $localArchive diff --git a/notifier/Cargo.toml b/notifier/Cargo.toml index 3edd27b13a..f76fd5a308 100644 --- a/notifier/Cargo.toml +++ b/notifier/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-notifier" version = "1.3.0" description = "Solana Notifier" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/perf/Cargo.toml b/perf/Cargo.toml index f53403a064..87480bea49 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-perf" version = "1.3.0" description = "Solana Performance APIs" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/Cargo.toml b/programs/bpf/Cargo.toml index 5726386e9d..a399b9b65a 100644 --- a/programs/bpf/Cargo.toml +++ b/programs/bpf/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/solana" homepage = "https://solana.com/" readme = "README.md" repository = "https://github.com/solana-labs/solana" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] license = "Apache-2.0" edition = "2018" publish = false diff --git a/programs/bpf/rust/128bit/Cargo.toml b/programs/bpf/rust/128bit/Cargo.toml index 60e9d25ca0..1d0451859f 100644 --- a/programs/bpf/rust/128bit/Cargo.toml +++ b/programs/bpf/rust/128bit/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-128bit" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/128bit_dep/Cargo.toml b/programs/bpf/rust/128bit_dep/Cargo.toml index 5fa237bea2..908b8311ec 100644 --- a/programs/bpf/rust/128bit_dep/Cargo.toml +++ b/programs/bpf/rust/128bit_dep/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-128bit-dep" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/alloc/Cargo.toml b/programs/bpf/rust/alloc/Cargo.toml index 5c23bd6035..f10a4520c2 100644 --- a/programs/bpf/rust/alloc/Cargo.toml +++ b/programs/bpf/rust/alloc/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-alloc" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/dep_crate/Cargo.toml b/programs/bpf/rust/dep_crate/Cargo.toml index defa9aa2b8..e796f3b4c9 100644 --- a/programs/bpf/rust/dep_crate/Cargo.toml +++ b/programs/bpf/rust/dep_crate/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-dep-crate" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/dup_accounts/Cargo.toml b/programs/bpf/rust/dup_accounts/Cargo.toml index 8d75f87389..b17828a825 100644 --- a/programs/bpf/rust/dup_accounts/Cargo.toml +++ b/programs/bpf/rust/dup_accounts/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-dup-accounts" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/error_handling/Cargo.toml b/programs/bpf/rust/error_handling/Cargo.toml index ffd3efb078..84a25f084d 100644 --- a/programs/bpf/rust/error_handling/Cargo.toml +++ b/programs/bpf/rust/error_handling/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-error-handling" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/external_spend/Cargo.toml b/programs/bpf/rust/external_spend/Cargo.toml index 8705bf64d7..bc81c53ef9 100644 --- a/programs/bpf/rust/external_spend/Cargo.toml +++ b/programs/bpf/rust/external_spend/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-external-spend" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/invoke/Cargo.toml b/programs/bpf/rust/invoke/Cargo.toml index 2014c81088..eb744ea629 100644 --- a/programs/bpf/rust/invoke/Cargo.toml +++ b/programs/bpf/rust/invoke/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-invoke" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/invoked/Cargo.toml b/programs/bpf/rust/invoked/Cargo.toml index f04fc572a8..f097704614 100644 --- a/programs/bpf/rust/invoked/Cargo.toml +++ b/programs/bpf/rust/invoked/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-invoked" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/iter/Cargo.toml b/programs/bpf/rust/iter/Cargo.toml index 50e2c9e676..579c6ae6bf 100644 --- a/programs/bpf/rust/iter/Cargo.toml +++ b/programs/bpf/rust/iter/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-iter" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/many_args/Cargo.toml b/programs/bpf/rust/many_args/Cargo.toml index 42139857c4..17e44800b8 100644 --- a/programs/bpf/rust/many_args/Cargo.toml +++ b/programs/bpf/rust/many_args/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-many-args" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/many_args_dep/Cargo.toml b/programs/bpf/rust/many_args_dep/Cargo.toml index 5f860ec7b7..cbf1169f3c 100644 --- a/programs/bpf/rust/many_args_dep/Cargo.toml +++ b/programs/bpf/rust/many_args_dep/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-many-args-dep" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/noop/Cargo.toml b/programs/bpf/rust/noop/Cargo.toml index bbdf815f33..8be65ef277 100644 --- a/programs/bpf/rust/noop/Cargo.toml +++ b/programs/bpf/rust/noop/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-noop" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/panic/Cargo.toml b/programs/bpf/rust/panic/Cargo.toml index a5902e81ce..417e44456a 100644 --- a/programs/bpf/rust/panic/Cargo.toml +++ b/programs/bpf/rust/panic/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-panic" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/param_passing/Cargo.toml b/programs/bpf/rust/param_passing/Cargo.toml index a8b08edfc7..55d9920a33 100644 --- a/programs/bpf/rust/param_passing/Cargo.toml +++ b/programs/bpf/rust/param_passing/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-param-passing" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/param_passing_dep/Cargo.toml b/programs/bpf/rust/param_passing_dep/Cargo.toml index e3415dfbda..481bc5baf0 100644 --- a/programs/bpf/rust/param_passing_dep/Cargo.toml +++ b/programs/bpf/rust/param_passing_dep/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-param-passing-dep" version = "1.3.0" description = "Solana BPF program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf/rust/sysval/Cargo.toml b/programs/bpf/rust/sysval/Cargo.toml index 95b74404a3..fd61ab29ed 100644 --- a/programs/bpf/rust/sysval/Cargo.toml +++ b/programs/bpf/rust/sysval/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-bpf-rust-sysval" version = "1.3.0" description = "Solana BPF test program written in Rust" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/bpf_loader/Cargo.toml b/programs/bpf_loader/Cargo.toml index 69c681aac0..2738ef71c1 100644 --- a/programs/bpf_loader/Cargo.toml +++ b/programs/bpf_loader/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-bpf-loader-program" version = "1.3.0" description = "Solana BPF loader" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/btc_spv/Cargo.toml b/programs/btc_spv/Cargo.toml index 10bf46ad67..c8ccbc1692 100644 --- a/programs/btc_spv/Cargo.toml +++ b/programs/btc_spv/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-btc-spv-program" version = "1.3.0" description = "Solana Bitcoin spv parsing program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index ace5074822..634170794f 100644 --- a/programs/btc_spv_bin/Cargo.toml +++ b/programs/btc_spv_bin/Cargo.toml @@ -2,7 +2,7 @@ name = "btc_spv_bin" version = "1.3.0" description = "Solana Bitcoin spv parsing program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/budget/Cargo.toml b/programs/budget/Cargo.toml index 60554e393b..4d7c9906cd 100644 --- a/programs/budget/Cargo.toml +++ b/programs/budget/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-budget-program" version = "1.3.0" description = "Solana Budget program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/config/Cargo.toml b/programs/config/Cargo.toml index 28f1226bbd..2c6d2cad71 100644 --- a/programs/config/Cargo.toml +++ b/programs/config/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-config-program" version = "1.3.0" description = "Solana Config program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/exchange/Cargo.toml b/programs/exchange/Cargo.toml index 1840c959c9..4e1d7a7924 100644 --- a/programs/exchange/Cargo.toml +++ b/programs/exchange/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-exchange-program" version = "1.3.0" description = "Solana Exchange program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/failure/Cargo.toml b/programs/failure/Cargo.toml index e6fc8bc356..39466efe84 100644 --- a/programs/failure/Cargo.toml +++ b/programs/failure/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-failure-program" version = "1.3.0" description = "Solana failure program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/librapay/Cargo.toml b/programs/librapay/Cargo.toml index 743cec455a..f757f53407 100644 --- a/programs/librapay/Cargo.toml +++ b/programs/librapay/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-librapay" version = "1.3.0" description = "Solana Libra Payment" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/move_loader/Cargo.toml b/programs/move_loader/Cargo.toml index 39a42fa8e3..068363da99 100644 --- a/programs/move_loader/Cargo.toml +++ b/programs/move_loader/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-move-loader-program" version = "1.3.0" description = "Solana Move loader" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/noop/Cargo.toml b/programs/noop/Cargo.toml index 911616d1e5..3cba5b36aa 100644 --- a/programs/noop/Cargo.toml +++ b/programs/noop/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-noop-program" version = "1.3.0" description = "Solana Noop program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/ownable/Cargo.toml b/programs/ownable/Cargo.toml index 18e029a012..d8f39076a9 100644 --- a/programs/ownable/Cargo.toml +++ b/programs/ownable/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-ownable" version = "1.3.0" description = "ownable program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/stake/Cargo.toml b/programs/stake/Cargo.toml index 3be3402d4b..f56eda2593 100644 --- a/programs/stake/Cargo.toml +++ b/programs/stake/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-stake-program" version = "1.3.0" description = "Solana Stake program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/vest/Cargo.toml b/programs/vest/Cargo.toml index 50a96a073e..ab91160985 100644 --- a/programs/vest/Cargo.toml +++ b/programs/vest/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-vest-program" version = "1.3.0" description = "Solana Vest program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/programs/vote/Cargo.toml b/programs/vote/Cargo.toml index 3543d26ad6..4c8d2fd357 100644 --- a/programs/vote/Cargo.toml +++ b/programs/vote/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-vote-program" version = "1.3.0" description = "Solana Vote program" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/ramp-tps/Cargo.toml b/ramp-tps/Cargo.toml index bdeefe83ad..defea49f77 100644 --- a/ramp-tps/Cargo.toml +++ b/ramp-tps/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-ramp-tps" description = "Solana Tour de SOL - TPS ramp up" diff --git a/rayon-threadlimit/Cargo.toml b/rayon-threadlimit/Cargo.toml index 9bd1d6eb09..181f965f16 100644 --- a/rayon-threadlimit/Cargo.toml +++ b/rayon-threadlimit/Cargo.toml @@ -5,7 +5,7 @@ description = "solana-rayon-threadlimit" homepage = "https://solana.com/" readme = "../README.md" repository = "https://github.com/solana-labs/solana" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] license = "Apache-2.0" edition = "2018" diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 39407fe248..bb758ede87 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-remote-wallet" description = "Blockchain, Rebuilt for Scale" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6f7cada919..4d4d625823 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-runtime" version = "1.3.0" description = "Solana runtime" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index 095f96e837..baaeaee17f 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-scripts" description = "Blockchain, Rebuilt for Scale" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 24ea3309d2..cf8b0b924b 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-sdk" version = "1.3.0" description = "Solana SDK" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" license = "Apache-2.0" diff --git a/sdk/bpf/rust/test/Cargo.toml b/sdk/bpf/rust/test/Cargo.toml index e7475952d0..de9da7c51b 100644 --- a/sdk/bpf/rust/test/Cargo.toml +++ b/sdk/bpf/rust/test/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-sdk-bpf-test" version = "1.3.0" description = "Solana BPF SDK test utilities" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/sdk/macro-frozen-abi/Cargo.toml b/sdk/macro-frozen-abi/Cargo.toml index 30985d12e2..f8665c2c9a 100644 --- a/sdk/macro-frozen-abi/Cargo.toml +++ b/sdk/macro-frozen-abi/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-sdk-macro-frozen-abi" version = "1.3.0" description = "Solana SDK Macro frozen abi" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" license = "Apache-2.0" diff --git a/sdk/macro/Cargo.toml b/sdk/macro/Cargo.toml index fad7d43d42..50c8234974 100644 --- a/sdk/macro/Cargo.toml +++ b/sdk/macro/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-sdk-macro" version = "1.3.0" description = "Solana SDK Macro" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" license = "Apache-2.0" diff --git a/stake-accounts/Cargo.toml b/stake-accounts/Cargo.toml index f07d907eb8..c0cee31f76 100644 --- a/stake-accounts/Cargo.toml +++ b/stake-accounts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solana-stake-accounts" description = "Blockchain, Rebuilt for Scale" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" version = "1.3.0" repository = "https://github.com/solana-labs/solana" diff --git a/stake-monitor/Cargo.toml b/stake-monitor/Cargo.toml index efc2c20d21..e3f0a37ffb 100644 --- a/stake-monitor/Cargo.toml +++ b/stake-monitor/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-stake-monitor" description = "Blockchain, Rebuilt for Scale" diff --git a/stake-o-matic/Cargo.toml b/stake-o-matic/Cargo.toml index c300b9cfb3..19ba855051 100644 --- a/stake-o-matic/Cargo.toml +++ b/stake-o-matic/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] description = "I will find you and I will stake you" edition = "2018" homepage = "https://solana.com/" diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index de31e042fb..d47a00b102 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-streamer" version = "1.3.0" description = "Solana Streamer" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index 466f8ba16f..8b58827c41 100644 --- a/sys-tuner/Cargo.toml +++ b/sys-tuner/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-sys-tuner" description = "The solana cluster system tuner daemon" diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index f2d41b4da8..b4d9ee94af 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solana-tokens" description = "Blockchain, Rebuilt for Scale" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" version = "1.3.0" repository = "https://github.com/solana-labs/solana" diff --git a/transaction-status/Cargo.toml b/transaction-status/Cargo.toml index f50305b545..e5318b95f0 100644 --- a/transaction-status/Cargo.toml +++ b/transaction-status/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-transaction-status" version = "1.3.0" description = "Solana transaction status types" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" license = "Apache-2.0" diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index 49cc6f6f01..f6e49475a4 100644 --- a/upload-perf/Cargo.toml +++ b/upload-perf/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-upload-perf" version = "1.3.0" description = "Metrics Upload Utility" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" edition = "2018" diff --git a/validator/Cargo.toml b/validator/Cargo.toml index e3227da80f..82b5d1bb72 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-validator" description = "Blockchain, Rebuilt for Scale" diff --git a/version/Cargo.toml b/version/Cargo.toml index 6212083128..04199b8946 100644 --- a/version/Cargo.toml +++ b/version/Cargo.toml @@ -2,7 +2,7 @@ name = "solana-version" version = "1.3.0" description = "Solana Version" -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index 101bb10917..2efdabfb7c 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-vote-signer" description = "Solana Vote Signing Service" diff --git a/watchtower/Cargo.toml b/watchtower/Cargo.toml index d8a93c0651..84f284d46c 100644 --- a/watchtower/Cargo.toml +++ b/watchtower/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Solana Maintainers "] +authors = ["Solana Maintainers "] edition = "2018" name = "solana-watchtower" description = "Blockchain, Rebuilt for Scale"