From 056203e332be3016d09e93ef83494a95f4532542 Mon Sep 17 00:00:00 2001 From: David Palm Date: Mon, 16 Mar 2020 20:19:43 +0100 Subject: [PATCH 1/2] Use correct license ID --- contract-address/Cargo.toml | 2 +- ethbloom/Cargo.toml | 2 +- ethereum-types/Cargo.toml | 2 +- fixed-hash/Cargo.toml | 2 +- kvdb-shared-tests/Cargo.toml | 2 +- kvdb-web/Cargo.toml | 2 +- parity-bytes/Cargo.toml | 2 +- parity-util-mem/derive/Cargo.toml | 2 +- plain_hasher/Cargo.toml | 2 +- primitive-types/Cargo.toml | 2 +- primitive-types/impls/codec/Cargo.toml | 2 +- primitive-types/impls/rlp/Cargo.toml | 2 +- primitive-types/impls/serde/Cargo.toml | 2 +- trace-time/Cargo.toml | 2 +- transaction-pool/Cargo.toml | 2 +- triehash/Cargo.toml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/contract-address/Cargo.toml b/contract-address/Cargo.toml index 19ee6b363..ed42b421d 100644 --- a/contract-address/Cargo.toml +++ b/contract-address/Cargo.toml @@ -2,7 +2,7 @@ name = "contract-address" version = "0.4.0" authors = ["Parity Technologies "] -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" homepage = "https://github.com/paritytech/parity-common" repository = "https://github.com/paritytech/parity-common" description = "A utility crate to create an ethereum contract address" diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index da4b20047..1cdbccc59 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -3,7 +3,7 @@ name = "ethbloom" version = "0.9.0" authors = ["Parity Technologies "] description = "Ethereum bloom filter" -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" documentation = "https://docs.rs/ethbloom" homepage = "https://github.com/paritytech/parity-common" repository = "https://github.com/paritytech/parity-common" diff --git a/ethereum-types/Cargo.toml b/ethereum-types/Cargo.toml index 00b49ac7a..0fd6d17c4 100644 --- a/ethereum-types/Cargo.toml +++ b/ethereum-types/Cargo.toml @@ -2,7 +2,7 @@ name = "ethereum-types" version = "0.9.0" authors = ["Parity Technologies "] -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "Ethereum types" edition = "2018" diff --git a/fixed-hash/Cargo.toml b/fixed-hash/Cargo.toml index 324804592..e0f56195c 100644 --- a/fixed-hash/Cargo.toml +++ b/fixed-hash/Cargo.toml @@ -2,7 +2,7 @@ name = "fixed-hash" version = "0.6.0" authors = ["Parity Technologies "] -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" homepage = "https://github.com/paritytech/parity-common" repository = "https://github.com/paritytech/parity-common" description = "Macros to define custom fixed-size hash types" diff --git a/kvdb-shared-tests/Cargo.toml b/kvdb-shared-tests/Cargo.toml index ff461caac..8ea016deb 100644 --- a/kvdb-shared-tests/Cargo.toml +++ b/kvdb-shared-tests/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Parity Technologies "] edition = "2018" description = "Shared tests for kvdb functionality, to be executed against actual implementations" -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" [dependencies] kvdb = { path = "../kvdb", version = "0.5" } diff --git a/kvdb-web/Cargo.toml b/kvdb-web/Cargo.toml index 8d5fc7be4..fc1008d2d 100644 --- a/kvdb-web/Cargo.toml +++ b/kvdb-web/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "A key-value database for use in browsers" documentation = "https://docs.rs/kvdb-web/" -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" edition = "2018" [dependencies] diff --git a/parity-bytes/Cargo.toml b/parity-bytes/Cargo.toml index 384489203..1413c9035 100644 --- a/parity-bytes/Cargo.toml +++ b/parity-bytes/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "byte utilities for Parity" -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" edition = "2018" [dependencies] diff --git a/parity-util-mem/derive/Cargo.toml b/parity-util-mem/derive/Cargo.toml index b7648ebd2..af2334728 100644 --- a/parity-util-mem/derive/Cargo.toml +++ b/parity-util-mem/derive/Cargo.toml @@ -2,7 +2,7 @@ name = "parity-util-mem-derive" version = "0.1.0" authors = ["Parity Technologies "] -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" description = "Crate for memory reporting" repository = "https://github.com/paritytech/pariry-common/parity-util-mem/derive" diff --git a/plain_hasher/Cargo.toml b/plain_hasher/Cargo.toml index 7e0812571..d52658dfd 100644 --- a/plain_hasher/Cargo.toml +++ b/plain_hasher/Cargo.toml @@ -3,7 +3,7 @@ name = "plain_hasher" description = "Hasher for 32-byte keys." version = "0.2.3" authors = ["Parity Technologies "] -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" keywords = ["hash", "hasher"] homepage = "https://github.com/paritytech/parity-common" categories = ["no-std"] diff --git a/primitive-types/Cargo.toml b/primitive-types/Cargo.toml index 3169b5c2e..1b8034b04 100644 --- a/primitive-types/Cargo.toml +++ b/primitive-types/Cargo.toml @@ -2,7 +2,7 @@ name = "primitive-types" version = "0.7.0" authors = ["Parity Technologies "] -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "Primitive types shared by Ethereum and Substrate" edition = "2018" diff --git a/primitive-types/impls/codec/Cargo.toml b/primitive-types/impls/codec/Cargo.toml index 4b39c10af..ed55056f8 100644 --- a/primitive-types/impls/codec/Cargo.toml +++ b/primitive-types/impls/codec/Cargo.toml @@ -2,7 +2,7 @@ name = "impl-codec" version = "0.4.2" authors = ["Parity Technologies "] -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "Parity Codec serialization support for uint and fixed hash." edition = "2018" diff --git a/primitive-types/impls/rlp/Cargo.toml b/primitive-types/impls/rlp/Cargo.toml index 85db3c328..36eff23e0 100644 --- a/primitive-types/impls/rlp/Cargo.toml +++ b/primitive-types/impls/rlp/Cargo.toml @@ -2,7 +2,7 @@ name = "impl-rlp" version = "0.2.1" authors = ["Parity Technologies "] -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "RLP serialization support for uint and fixed hash." edition = "2018" diff --git a/primitive-types/impls/serde/Cargo.toml b/primitive-types/impls/serde/Cargo.toml index 641a59e6a..eba3b8f8b 100644 --- a/primitive-types/impls/serde/Cargo.toml +++ b/primitive-types/impls/serde/Cargo.toml @@ -3,7 +3,7 @@ name = "impl-serde" version = "0.3.0" authors = ["Parity Technologies "] edition = "2018" -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "Serde serialization support for uint and fixed hash." diff --git a/trace-time/Cargo.toml b/trace-time/Cargo.toml index 225cdec27..908ee4ce4 100644 --- a/trace-time/Cargo.toml +++ b/trace-time/Cargo.toml @@ -4,7 +4,7 @@ description = "Easily trace time to execute a scope." version = "0.1.3" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" edition = "2018" [dependencies] diff --git a/transaction-pool/Cargo.toml b/transaction-pool/Cargo.toml index 2bf1dbb59..d06b8a849 100644 --- a/transaction-pool/Cargo.toml +++ b/transaction-pool/Cargo.toml @@ -2,7 +2,7 @@ description = "Generic transaction pool." name = "transaction-pool" version = "2.0.3" -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" edition = "2018" diff --git a/triehash/Cargo.toml b/triehash/Cargo.toml index 19496503a..dc1aa0405 100644 --- a/triehash/Cargo.toml +++ b/triehash/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.3" authors = ["Parity Technologies "] description = "In-memory patricia trie operations" repository = "https://github.com/paritytech/parity-common" -license = "MIT/Apache2.0" +license = "MIT/Apache-2.0" edition = "2018" [dependencies] From e567d15c6cdd7623e25f33ef1bfb297cbf87c9cf Mon Sep 17 00:00:00 2001 From: David Palm Date: Wed, 18 Mar 2020 19:32:39 +0100 Subject: [PATCH 2/2] SPDX format for license ID --- contract-address/Cargo.toml | 2 +- ethbloom/Cargo.toml | 2 +- ethereum-types/Cargo.toml | 2 +- fixed-hash/Cargo.toml | 2 +- keccak-hash/Cargo.toml | 2 +- kvdb-memorydb/Cargo.toml | 2 +- kvdb-rocksdb/Cargo.toml | 2 +- kvdb-shared-tests/Cargo.toml | 2 +- kvdb-web/Cargo.toml | 2 +- kvdb/Cargo.toml | 2 +- parity-bytes/Cargo.toml | 2 +- parity-crypto/Cargo.toml | 2 +- parity-path/Cargo.toml | 2 +- parity-util-mem/Cargo.toml | 2 +- parity-util-mem/derive/Cargo.toml | 2 +- plain_hasher/Cargo.toml | 2 +- primitive-types/Cargo.toml | 2 +- primitive-types/impls/codec/Cargo.toml | 2 +- primitive-types/impls/rlp/Cargo.toml | 2 +- primitive-types/impls/serde/Cargo.toml | 2 +- rlp-derive/Cargo.toml | 2 +- rlp/Cargo.toml | 2 +- trace-time/Cargo.toml | 2 +- transaction-pool/Cargo.toml | 2 +- triehash/Cargo.toml | 2 +- uint/Cargo.toml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/contract-address/Cargo.toml b/contract-address/Cargo.toml index ed42b421d..b8a0b7993 100644 --- a/contract-address/Cargo.toml +++ b/contract-address/Cargo.toml @@ -2,7 +2,7 @@ name = "contract-address" version = "0.4.0" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common" repository = "https://github.com/paritytech/parity-common" description = "A utility crate to create an ethereum contract address" diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index 1cdbccc59..038378a64 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -3,7 +3,7 @@ name = "ethbloom" version = "0.9.0" authors = ["Parity Technologies "] description = "Ethereum bloom filter" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/ethbloom" homepage = "https://github.com/paritytech/parity-common" repository = "https://github.com/paritytech/parity-common" diff --git a/ethereum-types/Cargo.toml b/ethereum-types/Cargo.toml index 0fd6d17c4..b04c87bbd 100644 --- a/ethereum-types/Cargo.toml +++ b/ethereum-types/Cargo.toml @@ -2,7 +2,7 @@ name = "ethereum-types" version = "0.9.0" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "Ethereum types" edition = "2018" diff --git a/fixed-hash/Cargo.toml b/fixed-hash/Cargo.toml index e0f56195c..93903ef7d 100644 --- a/fixed-hash/Cargo.toml +++ b/fixed-hash/Cargo.toml @@ -2,7 +2,7 @@ name = "fixed-hash" version = "0.6.0" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common" repository = "https://github.com/paritytech/parity-common" description = "Macros to define custom fixed-size hash types" diff --git a/keccak-hash/Cargo.toml b/keccak-hash/Cargo.toml index ca317f522..ea36f7288 100644 --- a/keccak-hash/Cargo.toml +++ b/keccak-hash/Cargo.toml @@ -5,7 +5,7 @@ description = "`keccak-hash` is a set of utility functions to facilitate working authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/kvdb-memorydb/Cargo.toml b/kvdb-memorydb/Cargo.toml index 90a5dc980..0ea7119a8 100644 --- a/kvdb-memorydb/Cargo.toml +++ b/kvdb-memorydb/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "A key-value in-memory database that implements the `KeyValueDB` trait" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/kvdb-rocksdb/Cargo.toml b/kvdb-rocksdb/Cargo.toml index c4d573bf8..10c16ecd2 100644 --- a/kvdb-rocksdb/Cargo.toml +++ b/kvdb-rocksdb/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.0" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "kvdb implementation backed by RocksDB" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [[bench]] diff --git a/kvdb-shared-tests/Cargo.toml b/kvdb-shared-tests/Cargo.toml index 8ea016deb..c5987c5c7 100644 --- a/kvdb-shared-tests/Cargo.toml +++ b/kvdb-shared-tests/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Parity Technologies "] edition = "2018" description = "Shared tests for kvdb functionality, to be executed against actual implementations" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" [dependencies] kvdb = { path = "../kvdb", version = "0.5" } diff --git a/kvdb-web/Cargo.toml b/kvdb-web/Cargo.toml index fc1008d2d..331ef1fa6 100644 --- a/kvdb-web/Cargo.toml +++ b/kvdb-web/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "A key-value database for use in browsers" documentation = "https://docs.rs/kvdb-web/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/kvdb/Cargo.toml b/kvdb/Cargo.toml index 669b19762..f6851ef33 100644 --- a/kvdb/Cargo.toml +++ b/kvdb/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "Generic key-value trait" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/parity-bytes/Cargo.toml b/parity-bytes/Cargo.toml index 1413c9035..651369f1c 100644 --- a/parity-bytes/Cargo.toml +++ b/parity-bytes/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "byte utilities for Parity" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/parity-crypto/Cargo.toml b/parity-crypto/Cargo.toml index f51bbd88f..763fc4b74 100644 --- a/parity-crypto/Cargo.toml +++ b/parity-crypto/Cargo.toml @@ -4,7 +4,7 @@ version = "0.6.0" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "Crypto utils used by ethstore and network." -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" autobenches = false edition = "2018" diff --git a/parity-path/Cargo.toml b/parity-path/Cargo.toml index 8f272ad51..d23442c8f 100644 --- a/parity-path/Cargo.toml +++ b/parity-path/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.3" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "Path utilities" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/parity-util-mem/Cargo.toml b/parity-util-mem/Cargo.toml index 9f5e77039..af3916902 100644 --- a/parity-util-mem/Cargo.toml +++ b/parity-util-mem/Cargo.toml @@ -4,7 +4,7 @@ version = "0.6.0" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" description = "Collection of memory related utilities" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/parity-util-mem/derive/Cargo.toml b/parity-util-mem/derive/Cargo.toml index af2334728..d41ba12f5 100644 --- a/parity-util-mem/derive/Cargo.toml +++ b/parity-util-mem/derive/Cargo.toml @@ -2,7 +2,7 @@ name = "parity-util-mem-derive" version = "0.1.0" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Crate for memory reporting" repository = "https://github.com/paritytech/pariry-common/parity-util-mem/derive" diff --git a/plain_hasher/Cargo.toml b/plain_hasher/Cargo.toml index d52658dfd..bb5a1668d 100644 --- a/plain_hasher/Cargo.toml +++ b/plain_hasher/Cargo.toml @@ -3,7 +3,7 @@ name = "plain_hasher" description = "Hasher for 32-byte keys." version = "0.2.3" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["hash", "hasher"] homepage = "https://github.com/paritytech/parity-common" categories = ["no-std"] diff --git a/primitive-types/Cargo.toml b/primitive-types/Cargo.toml index 1b8034b04..06e6e154d 100644 --- a/primitive-types/Cargo.toml +++ b/primitive-types/Cargo.toml @@ -2,7 +2,7 @@ name = "primitive-types" version = "0.7.0" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "Primitive types shared by Ethereum and Substrate" edition = "2018" diff --git a/primitive-types/impls/codec/Cargo.toml b/primitive-types/impls/codec/Cargo.toml index ed55056f8..df837fd01 100644 --- a/primitive-types/impls/codec/Cargo.toml +++ b/primitive-types/impls/codec/Cargo.toml @@ -2,7 +2,7 @@ name = "impl-codec" version = "0.4.2" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "Parity Codec serialization support for uint and fixed hash." edition = "2018" diff --git a/primitive-types/impls/rlp/Cargo.toml b/primitive-types/impls/rlp/Cargo.toml index 36eff23e0..fbc12c7fb 100644 --- a/primitive-types/impls/rlp/Cargo.toml +++ b/primitive-types/impls/rlp/Cargo.toml @@ -2,7 +2,7 @@ name = "impl-rlp" version = "0.2.1" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "RLP serialization support for uint and fixed hash." edition = "2018" diff --git a/primitive-types/impls/serde/Cargo.toml b/primitive-types/impls/serde/Cargo.toml index eba3b8f8b..ab923bb63 100644 --- a/primitive-types/impls/serde/Cargo.toml +++ b/primitive-types/impls/serde/Cargo.toml @@ -3,7 +3,7 @@ name = "impl-serde" version = "0.3.0" authors = ["Parity Technologies "] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common" description = "Serde serialization support for uint and fixed hash." diff --git a/rlp-derive/Cargo.toml b/rlp-derive/Cargo.toml index de3824a2f..5059d6d02 100644 --- a/rlp-derive/Cargo.toml +++ b/rlp-derive/Cargo.toml @@ -2,7 +2,7 @@ name = "rlp-derive" version = "0.1.0" authors = ["Parity Technologies "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Derive macro for #[derive(RlpEncodable, RlpDecodable)]" homepage = "http://parity.io" edition = "2018" diff --git a/rlp/Cargo.toml b/rlp/Cargo.toml index 947418a6b..cb8694c9e 100644 --- a/rlp/Cargo.toml +++ b/rlp/Cargo.toml @@ -3,7 +3,7 @@ name = "rlp" version = "0.4.5" description = "Recursive-length prefix encoding, decoding, and compression" repository = "https://github.com/paritytech/parity-common" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" authors = ["Parity Technologies "] edition = "2018" diff --git a/trace-time/Cargo.toml b/trace-time/Cargo.toml index 908ee4ce4..81877e186 100644 --- a/trace-time/Cargo.toml +++ b/trace-time/Cargo.toml @@ -4,7 +4,7 @@ description = "Easily trace time to execute a scope." version = "0.1.3" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/transaction-pool/Cargo.toml b/transaction-pool/Cargo.toml index d06b8a849..a13bc5767 100644 --- a/transaction-pool/Cargo.toml +++ b/transaction-pool/Cargo.toml @@ -2,7 +2,7 @@ description = "Generic transaction pool." name = "transaction-pool" version = "2.0.3" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common" edition = "2018" diff --git a/triehash/Cargo.toml b/triehash/Cargo.toml index dc1aa0405..358161a80 100644 --- a/triehash/Cargo.toml +++ b/triehash/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.3" authors = ["Parity Technologies "] description = "In-memory patricia trie operations" repository = "https://github.com/paritytech/parity-common" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [dependencies] diff --git a/uint/Cargo.toml b/uint/Cargo.toml index 3a61567a6..257b3fa7f 100644 --- a/uint/Cargo.toml +++ b/uint/Cargo.toml @@ -2,7 +2,7 @@ description = "Large fixed-size integer arithmetic" homepage = "http://parity.io" repository = "https://github.com/paritytech/parity-common" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" name = "uint" version = "0.8.2" authors = ["Parity Technologies "]