From e3e41324c923a80b67ce7580a21a9f0c4f57a4e6 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 25 Aug 2025 10:06:35 -0400 Subject: [PATCH] Update licenses --- .github/LICENSE | 2 +- common/db/LICENSE | 2 +- common/env/LICENSE | 2 +- common/patchable-async-sleep/LICENSE | 2 +- common/request/LICENSE | 2 +- common/std-shims/LICENSE | 2 +- common/task/LICENSE | 2 +- common/zalloc/LICENSE | 2 +- coordinator/cosign/LICENSE | 2 +- coordinator/substrate/LICENSE | 2 +- coordinator/tributary-sdk/LICENSE | 2 +- coordinator/tributary-sdk/tendermint/LICENSE | 2 +- crypto/ciphersuite/LICENSE | 2 +- crypto/ciphersuite/kp256/LICENSE | 2 +- crypto/dalek-ff-group/LICENSE | 2 +- crypto/dkg/evrf/LICENSE | 21 +++++++++++++++++++ crypto/ed448/LICENSE | 2 +- crypto/evrf/embedwards25519/LICENSE | 2 +- crypto/evrf/secq256k1/LICENSE | 2 +- crypto/ff-group-tests/LICENSE | 2 +- crypto/frost/LICENSE | 2 +- crypto/multiexp/LICENSE | 2 +- crypto/schnorr/LICENSE | 2 +- crypto/schnorrkel/LICENSE | 2 +- crypto/transcript/LICENSE | 2 +- message-queue/LICENSE | 2 +- mini/LICENSE | 2 +- networks/bitcoin/LICENSE | 2 +- .../alloy-simple-request-transport/LICENSE | 2 +- networks/ethereum/build-contracts/LICENSE | 2 +- networks/ethereum/relayer/LICENSE | 2 +- networks/ethereum/schnorr/LICENSE | 2 +- orchestration/LICENSE | 15 +++++++++++++ processor/bin/LICENSE | 2 +- processor/bitcoin/LICENSE | 2 +- processor/ethereum/LICENSE | 2 +- processor/ethereum/deployer/LICENSE | 2 +- processor/ethereum/erc20/LICENSE | 2 +- processor/ethereum/primitives/LICENSE | 2 +- processor/ethereum/router/LICENSE | 2 +- processor/ethereum/test-primitives/LICENSE | 2 +- processor/frost-attempt-manager/LICENSE | 2 +- processor/key-gen/LICENSE | 2 +- processor/messages/LICENSE | 2 +- processor/monero/LICENSE | 2 +- processor/primitives/LICENSE | 2 +- processor/scanner/LICENSE | 2 +- processor/scheduler/primitives/LICENSE | 2 +- processor/scheduler/smart-contract/LICENSE | 2 +- processor/scheduler/utxo/primitives/LICENSE | 2 +- processor/scheduler/utxo/standard/LICENSE | 2 +- .../utxo/transaction-chaining/LICENSE | 2 +- processor/signers/LICENSE | 2 +- processor/view-keys/LICENSE | 2 +- substrate/abi/LICENSE | 2 +- substrate/client/LICENSE | 2 +- substrate/coins/pallet/LICENSE | 2 +- substrate/coins/primitives/LICENSE | 2 +- substrate/dex/pallet/LICENSE-AGPL3 | 2 +- substrate/economic-security/pallet/LICENSE | 2 +- substrate/emissions/pallet/LICENSE | 2 +- substrate/emissions/primitives/LICENSE | 2 +- substrate/genesis-liquidity/pallet/LICENSE | 2 +- .../genesis-liquidity/primitives/LICENSE | 2 +- substrate/in-instructions/pallet/LICENSE | 2 +- substrate/in-instructions/primitives/LICENSE | 2 +- substrate/node/LICENSE | 2 +- substrate/primitives/LICENSE | 2 +- substrate/runtime/LICENSE | 2 +- substrate/signals/pallet/LICENSE | 2 +- substrate/signals/primitives/LICENSE | 2 +- substrate/validator-sets/pallet/LICENSE | 2 +- substrate/validator-sets/primitives/LICENSE | 2 +- tests/coordinator/LICENSE | 2 +- tests/docker/LICENSE | 2 +- tests/full-stack/LICENSE | 2 +- tests/message-queue/LICENSE | 2 +- tests/no-std/LICENSE | 2 +- tests/processor/LICENSE | 2 +- tests/reproducible-runtime/LICENSE | 2 +- 80 files changed, 114 insertions(+), 78 deletions(-) create mode 100644 crypto/dkg/evrf/LICENSE create mode 100644 orchestration/LICENSE diff --git a/.github/LICENSE b/.github/LICENSE index 6779f0ec..32ff304a 100644 --- a/.github/LICENSE +++ b/.github/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/db/LICENSE b/common/db/LICENSE index 6779f0ec..32ff304a 100644 --- a/common/db/LICENSE +++ b/common/db/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/env/LICENSE b/common/env/LICENSE index f684d027..621233a9 100644 --- a/common/env/LICENSE +++ b/common/env/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/common/patchable-async-sleep/LICENSE b/common/patchable-async-sleep/LICENSE index 659881f1..4f2fcbf8 100644 --- a/common/patchable-async-sleep/LICENSE +++ b/common/patchable-async-sleep/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/request/LICENSE b/common/request/LICENSE index e6bff13c..68206b77 100644 --- a/common/request/LICENSE +++ b/common/request/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/std-shims/LICENSE b/common/std-shims/LICENSE index e6bff13c..68206b77 100644 --- a/common/std-shims/LICENSE +++ b/common/std-shims/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/task/LICENSE b/common/task/LICENSE index 41d5a261..a7520a12 100644 --- a/common/task/LICENSE +++ b/common/task/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/common/zalloc/LICENSE b/common/zalloc/LICENSE index 6779f0ec..32ff304a 100644 --- a/common/zalloc/LICENSE +++ b/common/zalloc/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/coordinator/cosign/LICENSE b/coordinator/cosign/LICENSE index 26d57cbb..621233a9 100644 --- a/coordinator/cosign/LICENSE +++ b/coordinator/cosign/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023-2024 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/coordinator/substrate/LICENSE b/coordinator/substrate/LICENSE index 26d57cbb..621233a9 100644 --- a/coordinator/substrate/LICENSE +++ b/coordinator/substrate/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023-2024 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/coordinator/tributary-sdk/LICENSE b/coordinator/tributary-sdk/LICENSE index f684d027..621233a9 100644 --- a/coordinator/tributary-sdk/LICENSE +++ b/coordinator/tributary-sdk/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/coordinator/tributary-sdk/tendermint/LICENSE b/coordinator/tributary-sdk/tendermint/LICENSE index 6779f0ec..32ff304a 100644 --- a/coordinator/tributary-sdk/tendermint/LICENSE +++ b/coordinator/tributary-sdk/tendermint/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/ciphersuite/LICENSE b/crypto/ciphersuite/LICENSE index be67c32f..6f7adff3 100644 --- a/crypto/ciphersuite/LICENSE +++ b/crypto/ciphersuite/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 Luke Parker +Copyright (c) 2021-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/ciphersuite/kp256/LICENSE b/crypto/ciphersuite/kp256/LICENSE index be67c32f..6f7adff3 100644 --- a/crypto/ciphersuite/kp256/LICENSE +++ b/crypto/ciphersuite/kp256/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 Luke Parker +Copyright (c) 2021-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/dalek-ff-group/LICENSE b/crypto/dalek-ff-group/LICENSE index 6779f0ec..32ff304a 100644 --- a/crypto/dalek-ff-group/LICENSE +++ b/crypto/dalek-ff-group/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/dkg/evrf/LICENSE b/crypto/dkg/evrf/LICENSE new file mode 100644 index 00000000..6f7adff3 --- /dev/null +++ b/crypto/dkg/evrf/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-2025 Luke Parker + +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/crypto/ed448/LICENSE b/crypto/ed448/LICENSE index 6779f0ec..32ff304a 100644 --- a/crypto/ed448/LICENSE +++ b/crypto/ed448/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/evrf/embedwards25519/LICENSE b/crypto/evrf/embedwards25519/LICENSE index 91d893c1..32ff304a 100644 --- a/crypto/evrf/embedwards25519/LICENSE +++ b/crypto/evrf/embedwards25519/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/evrf/secq256k1/LICENSE b/crypto/evrf/secq256k1/LICENSE index 91d893c1..32ff304a 100644 --- a/crypto/evrf/secq256k1/LICENSE +++ b/crypto/evrf/secq256k1/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/ff-group-tests/LICENSE b/crypto/ff-group-tests/LICENSE index 6779f0ec..32ff304a 100644 --- a/crypto/ff-group-tests/LICENSE +++ b/crypto/ff-group-tests/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/frost/LICENSE b/crypto/frost/LICENSE index be67c32f..6f7adff3 100644 --- a/crypto/frost/LICENSE +++ b/crypto/frost/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 Luke Parker +Copyright (c) 2021-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/multiexp/LICENSE b/crypto/multiexp/LICENSE index 6779f0ec..32ff304a 100644 --- a/crypto/multiexp/LICENSE +++ b/crypto/multiexp/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/schnorr/LICENSE b/crypto/schnorr/LICENSE index be67c32f..6f7adff3 100644 --- a/crypto/schnorr/LICENSE +++ b/crypto/schnorr/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 Luke Parker +Copyright (c) 2021-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/schnorrkel/LICENSE b/crypto/schnorrkel/LICENSE index e6bff13c..68206b77 100644 --- a/crypto/schnorrkel/LICENSE +++ b/crypto/schnorrkel/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crypto/transcript/LICENSE b/crypto/transcript/LICENSE index 6779f0ec..32ff304a 100644 --- a/crypto/transcript/LICENSE +++ b/crypto/transcript/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/message-queue/LICENSE b/message-queue/LICENSE index f684d027..621233a9 100644 --- a/message-queue/LICENSE +++ b/message-queue/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/mini/LICENSE b/mini/LICENSE index f684d027..621233a9 100644 --- a/mini/LICENSE +++ b/mini/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/networks/bitcoin/LICENSE b/networks/bitcoin/LICENSE index 6779f0ec..32ff304a 100644 --- a/networks/bitcoin/LICENSE +++ b/networks/bitcoin/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/networks/ethereum/alloy-simple-request-transport/LICENSE b/networks/ethereum/alloy-simple-request-transport/LICENSE index 659881f1..4f2fcbf8 100644 --- a/networks/ethereum/alloy-simple-request-transport/LICENSE +++ b/networks/ethereum/alloy-simple-request-transport/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/networks/ethereum/build-contracts/LICENSE b/networks/ethereum/build-contracts/LICENSE index 41d5a261..a7520a12 100644 --- a/networks/ethereum/build-contracts/LICENSE +++ b/networks/ethereum/build-contracts/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/networks/ethereum/relayer/LICENSE b/networks/ethereum/relayer/LICENSE index 26d57cbb..621233a9 100644 --- a/networks/ethereum/relayer/LICENSE +++ b/networks/ethereum/relayer/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023-2024 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/networks/ethereum/schnorr/LICENSE b/networks/ethereum/schnorr/LICENSE index 41d5a261..a7520a12 100644 --- a/networks/ethereum/schnorr/LICENSE +++ b/networks/ethereum/schnorr/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/orchestration/LICENSE b/orchestration/LICENSE new file mode 100644 index 00000000..a7520a12 --- /dev/null +++ b/orchestration/LICENSE @@ -0,0 +1,15 @@ +AGPL-3.0-only license + +Copyright (c) 2022-2025 Luke Parker + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License Version 3 as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . diff --git a/processor/bin/LICENSE b/processor/bin/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/bin/LICENSE +++ b/processor/bin/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/bitcoin/LICENSE b/processor/bitcoin/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/bitcoin/LICENSE +++ b/processor/bitcoin/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/ethereum/LICENSE b/processor/ethereum/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/ethereum/LICENSE +++ b/processor/ethereum/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/ethereum/deployer/LICENSE b/processor/ethereum/deployer/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/ethereum/deployer/LICENSE +++ b/processor/ethereum/deployer/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/ethereum/erc20/LICENSE b/processor/ethereum/erc20/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/ethereum/erc20/LICENSE +++ b/processor/ethereum/erc20/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/ethereum/primitives/LICENSE b/processor/ethereum/primitives/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/ethereum/primitives/LICENSE +++ b/processor/ethereum/primitives/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/ethereum/router/LICENSE b/processor/ethereum/router/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/ethereum/router/LICENSE +++ b/processor/ethereum/router/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/ethereum/test-primitives/LICENSE b/processor/ethereum/test-primitives/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/ethereum/test-primitives/LICENSE +++ b/processor/ethereum/test-primitives/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/frost-attempt-manager/LICENSE b/processor/frost-attempt-manager/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/frost-attempt-manager/LICENSE +++ b/processor/frost-attempt-manager/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/key-gen/LICENSE b/processor/key-gen/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/key-gen/LICENSE +++ b/processor/key-gen/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/messages/LICENSE b/processor/messages/LICENSE index f684d027..621233a9 100644 --- a/processor/messages/LICENSE +++ b/processor/messages/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/monero/LICENSE b/processor/monero/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/monero/LICENSE +++ b/processor/monero/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/primitives/LICENSE b/processor/primitives/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/primitives/LICENSE +++ b/processor/primitives/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/scanner/LICENSE b/processor/scanner/LICENSE index 41d5a261..a7520a12 100644 --- a/processor/scanner/LICENSE +++ b/processor/scanner/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/scheduler/primitives/LICENSE b/processor/scheduler/primitives/LICENSE index e091b149..c65849a7 100644 --- a/processor/scheduler/primitives/LICENSE +++ b/processor/scheduler/primitives/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/scheduler/smart-contract/LICENSE b/processor/scheduler/smart-contract/LICENSE index e091b149..c65849a7 100644 --- a/processor/scheduler/smart-contract/LICENSE +++ b/processor/scheduler/smart-contract/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/scheduler/utxo/primitives/LICENSE b/processor/scheduler/utxo/primitives/LICENSE index e091b149..c65849a7 100644 --- a/processor/scheduler/utxo/primitives/LICENSE +++ b/processor/scheduler/utxo/primitives/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/scheduler/utxo/standard/LICENSE b/processor/scheduler/utxo/standard/LICENSE index e091b149..c65849a7 100644 --- a/processor/scheduler/utxo/standard/LICENSE +++ b/processor/scheduler/utxo/standard/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/scheduler/utxo/transaction-chaining/LICENSE b/processor/scheduler/utxo/transaction-chaining/LICENSE index e091b149..c65849a7 100644 --- a/processor/scheduler/utxo/transaction-chaining/LICENSE +++ b/processor/scheduler/utxo/transaction-chaining/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/signers/LICENSE b/processor/signers/LICENSE index e091b149..c65849a7 100644 --- a/processor/signers/LICENSE +++ b/processor/signers/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/processor/view-keys/LICENSE b/processor/view-keys/LICENSE index 91d893c1..32ff304a 100644 --- a/processor/view-keys/LICENSE +++ b/processor/view-keys/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/abi/LICENSE b/substrate/abi/LICENSE index e6bff13c..68206b77 100644 --- a/substrate/abi/LICENSE +++ b/substrate/abi/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/client/LICENSE b/substrate/client/LICENSE index 6779f0ec..32ff304a 100644 --- a/substrate/client/LICENSE +++ b/substrate/client/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/coins/pallet/LICENSE b/substrate/coins/pallet/LICENSE index f684d027..621233a9 100644 --- a/substrate/coins/pallet/LICENSE +++ b/substrate/coins/pallet/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/coins/primitives/LICENSE b/substrate/coins/primitives/LICENSE index e6bff13c..68206b77 100644 --- a/substrate/coins/primitives/LICENSE +++ b/substrate/coins/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/dex/pallet/LICENSE-AGPL3 b/substrate/dex/pallet/LICENSE-AGPL3 index f684d027..621233a9 100644 --- a/substrate/dex/pallet/LICENSE-AGPL3 +++ b/substrate/dex/pallet/LICENSE-AGPL3 @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/economic-security/pallet/LICENSE b/substrate/economic-security/pallet/LICENSE index e091b149..c65849a7 100644 --- a/substrate/economic-security/pallet/LICENSE +++ b/substrate/economic-security/pallet/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/emissions/pallet/LICENSE b/substrate/emissions/pallet/LICENSE index e091b149..c65849a7 100644 --- a/substrate/emissions/pallet/LICENSE +++ b/substrate/emissions/pallet/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/emissions/primitives/LICENSE b/substrate/emissions/primitives/LICENSE index 659881f1..4f2fcbf8 100644 --- a/substrate/emissions/primitives/LICENSE +++ b/substrate/emissions/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/genesis-liquidity/pallet/LICENSE b/substrate/genesis-liquidity/pallet/LICENSE index e091b149..c65849a7 100644 --- a/substrate/genesis-liquidity/pallet/LICENSE +++ b/substrate/genesis-liquidity/pallet/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/genesis-liquidity/primitives/LICENSE b/substrate/genesis-liquidity/primitives/LICENSE index 659881f1..4f2fcbf8 100644 --- a/substrate/genesis-liquidity/primitives/LICENSE +++ b/substrate/genesis-liquidity/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Luke Parker +Copyright (c) 2024-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/in-instructions/pallet/LICENSE b/substrate/in-instructions/pallet/LICENSE index c425427c..a7520a12 100644 --- a/substrate/in-instructions/pallet/LICENSE +++ b/substrate/in-instructions/pallet/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/in-instructions/primitives/LICENSE b/substrate/in-instructions/primitives/LICENSE index 6779f0ec..32ff304a 100644 --- a/substrate/in-instructions/primitives/LICENSE +++ b/substrate/in-instructions/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/node/LICENSE b/substrate/node/LICENSE index c425427c..a7520a12 100644 --- a/substrate/node/LICENSE +++ b/substrate/node/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/primitives/LICENSE b/substrate/primitives/LICENSE index 6779f0ec..32ff304a 100644 --- a/substrate/primitives/LICENSE +++ b/substrate/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/runtime/LICENSE b/substrate/runtime/LICENSE index c425427c..a7520a12 100644 --- a/substrate/runtime/LICENSE +++ b/substrate/runtime/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/signals/pallet/LICENSE b/substrate/signals/pallet/LICENSE index f684d027..621233a9 100644 --- a/substrate/signals/pallet/LICENSE +++ b/substrate/signals/pallet/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/signals/primitives/LICENSE b/substrate/signals/primitives/LICENSE index e6bff13c..68206b77 100644 --- a/substrate/signals/primitives/LICENSE +++ b/substrate/signals/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/substrate/validator-sets/pallet/LICENSE b/substrate/validator-sets/pallet/LICENSE index c425427c..a7520a12 100644 --- a/substrate/validator-sets/pallet/LICENSE +++ b/substrate/validator-sets/pallet/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/substrate/validator-sets/primitives/LICENSE b/substrate/validator-sets/primitives/LICENSE index 6779f0ec..32ff304a 100644 --- a/substrate/validator-sets/primitives/LICENSE +++ b/substrate/validator-sets/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Luke Parker +Copyright (c) 2022-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/coordinator/LICENSE b/tests/coordinator/LICENSE index f684d027..621233a9 100644 --- a/tests/coordinator/LICENSE +++ b/tests/coordinator/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/tests/docker/LICENSE b/tests/docker/LICENSE index f684d027..621233a9 100644 --- a/tests/docker/LICENSE +++ b/tests/docker/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/tests/full-stack/LICENSE b/tests/full-stack/LICENSE index f684d027..621233a9 100644 --- a/tests/full-stack/LICENSE +++ b/tests/full-stack/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/tests/message-queue/LICENSE b/tests/message-queue/LICENSE index f684d027..621233a9 100644 --- a/tests/message-queue/LICENSE +++ b/tests/message-queue/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/tests/no-std/LICENSE b/tests/no-std/LICENSE index e6bff13c..68206b77 100644 --- a/tests/no-std/LICENSE +++ b/tests/no-std/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/processor/LICENSE b/tests/processor/LICENSE index f684d027..621233a9 100644 --- a/tests/processor/LICENSE +++ b/tests/processor/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as diff --git a/tests/reproducible-runtime/LICENSE b/tests/reproducible-runtime/LICENSE index f684d027..621233a9 100644 --- a/tests/reproducible-runtime/LICENSE +++ b/tests/reproducible-runtime/LICENSE @@ -1,6 +1,6 @@ AGPL-3.0-only license -Copyright (c) 2023 Luke Parker +Copyright (c) 2023-2025 Luke Parker This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as