From 4cc374466a14930977953adcb53c016e9657c89f Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Thu, 2 May 2024 20:14:14 +0200 Subject: [PATCH] Add LICENSE files (#412) --- LICENSE | 22 +++++++++++++++++++++- crates/edr_defaults/LICENSE | 1 + crates/edr_eth/LICENSE | 1 + crates/edr_evm/LICENSE | 1 + crates/edr_napi/LICENSE | 1 + crates/edr_provider/LICENSE | 1 + crates/edr_solidity/LICENSE | 1 + crates/edr_test_utils/LICENSE | 1 + crates/eth_execution_api/LICENSE | 1 + crates/tools/LICENSE | 1 + hardhat-tests/LICENSE | 22 +--------------------- 11 files changed, 31 insertions(+), 22 deletions(-) create mode 120000 crates/edr_defaults/LICENSE create mode 120000 crates/edr_eth/LICENSE create mode 120000 crates/edr_evm/LICENSE create mode 120000 crates/edr_napi/LICENSE create mode 120000 crates/edr_provider/LICENSE create mode 120000 crates/edr_solidity/LICENSE create mode 120000 crates/edr_test_utils/LICENSE create mode 120000 crates/eth_execution_api/LICENSE create mode 120000 crates/tools/LICENSE mode change 100644 => 120000 hardhat-tests/LICENSE diff --git a/LICENSE b/LICENSE index 05250b7e7..bd8e14bfc 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,21 @@ -SEE LICENSE IN EACH PACKAGE'S LICENSE FILE +MIT License + +Copyright (c) 2021 Nomic Foundation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/crates/edr_defaults/LICENSE b/crates/edr_defaults/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/edr_defaults/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/edr_eth/LICENSE b/crates/edr_eth/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/edr_eth/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/edr_evm/LICENSE b/crates/edr_evm/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/edr_evm/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/edr_napi/LICENSE b/crates/edr_napi/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/edr_napi/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/edr_provider/LICENSE b/crates/edr_provider/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/edr_provider/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/edr_solidity/LICENSE b/crates/edr_solidity/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/edr_solidity/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/edr_test_utils/LICENSE b/crates/edr_test_utils/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/edr_test_utils/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/eth_execution_api/LICENSE b/crates/eth_execution_api/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/eth_execution_api/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/tools/LICENSE b/crates/tools/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/tools/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/hardhat-tests/LICENSE b/hardhat-tests/LICENSE deleted file mode 100644 index efae8fa50..000000000 --- a/hardhat-tests/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2024 Nomic Foundation - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/hardhat-tests/LICENSE b/hardhat-tests/LICENSE new file mode 120000 index 000000000..ea5b60640 --- /dev/null +++ b/hardhat-tests/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file