From fb4c105666a1cd2773389d91779795f312c5ce30 Mon Sep 17 00:00:00 2001 From: Jeeyong Um Date: Thu, 30 Jan 2025 17:38:36 +0900 Subject: [PATCH] chore: Update copyright symbol in license header (#128) * chore: Update copyright symbol in license header * chore: Fix clippy warnings --- core-primitives/src/lib.rs | 2 +- frame/babel/src/cosmos/address.rs | 2 +- frame/babel/src/cosmos/mod.rs | 2 +- frame/babel/src/cosmos/msg.rs | 2 +- frame/babel/src/cosmos/precompile.rs | 2 +- frame/babel/src/ethereum/mod.rs | 2 +- frame/babel/src/ethereum/precompile.rs | 2 +- frame/babel/src/ethereum/precompiles.rs | 2 +- frame/babel/src/extensions/mod.rs | 2 +- frame/babel/src/extensions/unify_account.rs | 2 +- frame/babel/src/lib.rs | 2 +- frame/babel/src/mock.rs | 2 +- frame/babel/src/tests.rs | 2 +- frame/babel/src/traits.rs | 2 +- frame/cosmos/rpc/src/cosmos.rs | 2 +- frame/cosmos/rpc/src/lib.rs | 2 +- frame/cosmos/runtime-api/src/lib.rs | 2 +- frame/cosmos/src/lib.rs | 2 +- frame/cosmos/src/types.rs | 2 +- frame/cosmos/src/weights.rs | 2 +- frame/cosmos/types/src/address.rs | 2 +- frame/cosmos/types/src/coin/mod.rs | 2 +- frame/cosmos/types/src/coin/traits.rs | 2 +- frame/cosmos/types/src/context/mod.rs | 2 +- frame/cosmos/types/src/context/traits.rs | 2 +- frame/cosmos/types/src/errors.rs | 2 +- frame/cosmos/types/src/events/mod.rs | 2 +- frame/cosmos/types/src/events/traits.rs | 2 +- frame/cosmos/types/src/gas/mod.rs | 2 +- frame/cosmos/types/src/gas/traits.rs | 2 +- frame/cosmos/types/src/handler.rs | 2 +- frame/cosmos/types/src/lib.rs | 2 +- frame/cosmos/types/src/macros.rs | 2 +- frame/cosmos/types/src/msgservice/mod.rs | 2 +- frame/cosmos/types/src/msgservice/traits.rs | 2 +- frame/cosmos/types/src/tx.rs | 2 +- frame/cosmos/types/src/tx_msgs.rs | 2 +- frame/cosmos/x/auth/migrations/src/legacytx/mod.rs | 2 +- .../cosmos/x/auth/migrations/src/legacytx/stdsign.rs | 2 +- frame/cosmos/x/auth/migrations/src/lib.rs | 2 +- frame/cosmos/x/auth/signing/src/lib.rs | 2 +- .../x/auth/signing/src/sign_mode_handler/mod.rs | 2 +- .../x/auth/signing/src/sign_mode_handler/traits.rs | 2 +- .../x/auth/signing/src/sign_verifiable_tx/mod.rs | 2 +- .../x/auth/signing/src/sign_verifiable_tx/traits.rs | 2 +- frame/cosmos/x/auth/src/basic.rs | 2 +- frame/cosmos/x/auth/src/fee.rs | 2 +- frame/cosmos/x/auth/src/lib.rs | 2 +- frame/cosmos/x/auth/src/msg.rs | 2 +- frame/cosmos/x/auth/src/sigverify.rs | 2 +- frame/cosmos/x/bank/src/gas.rs | 2 +- frame/cosmos/x/bank/src/lib.rs | 2 +- frame/cosmos/x/bank/types/src/events.rs | 2 +- frame/cosmos/x/bank/types/src/lib.rs | 2 +- frame/cosmos/x/bank/types/src/msgs/mod.rs | 2 +- frame/cosmos/x/bank/types/src/msgs/msg_send.rs | 2 +- frame/cosmos/x/wasm/src/error.rs | 2 +- frame/cosmos/x/wasm/src/lib.rs | 2 +- frame/cosmos/x/wasm/src/msgs.rs | 2 +- frame/cosmos/x/wasm/types/src/errors.rs | 2 +- frame/cosmos/x/wasm/types/src/events.rs | 2 +- frame/cosmos/x/wasm/types/src/lib.rs | 2 +- frame/cosmos/x/wasm/types/src/tx/mod.rs | 2 +- .../x/wasm/types/src/tx/msg_execute_contract.rs | 2 +- .../x/wasm/types/src/tx/msg_instantiate_contract2.rs | 2 +- .../x/wasm/types/src/tx/msg_migrate_contract.rs | 2 +- frame/cosmos/x/wasm/types/src/tx/msg_store_code.rs | 2 +- frame/cosmos/x/wasm/types/src/tx/msg_update_admin.rs | 2 +- frame/multimap/src/lib.rs | 2 +- frame/multimap/src/mock.rs | 2 +- frame/multimap/src/tests.rs | 2 +- frame/multimap/src/traits.rs | 2 +- frame/solana/runtime-api/src/account.rs | 2 +- frame/solana/runtime-api/src/balance.rs | 2 +- frame/solana/runtime-api/src/error.rs | 2 +- frame/solana/runtime-api/src/fee.rs | 2 +- frame/solana/runtime-api/src/lib.rs | 2 +- frame/solana/runtime-api/src/transaction.rs | 2 +- frame/solana/src/lib.rs | 2 +- frame/solana/src/mock.rs | 2 +- frame/solana/src/runtime/bank.rs | 2 +- frame/solana/src/runtime/mod.rs | 2 +- frame/solana/src/svm/account_loader.rs | 2 +- frame/solana/src/svm/account_overrides.rs | 2 +- frame/solana/src/svm/account_rent_state.rs | 2 +- frame/solana/src/svm/message_processor.rs | 2 +- frame/solana/src/svm/mod.rs | 2 +- frame/solana/src/svm/nonce_info.rs | 2 +- frame/solana/src/svm/program_loader.rs | 2 +- frame/solana/src/svm/rollback_accounts.rs | 2 +- frame/solana/src/svm/runtime_config.rs | 2 +- .../solana/src/svm/transaction_account_state_info.rs | 2 +- frame/solana/src/svm/transaction_error_metrics.rs | 2 +- .../src/svm/transaction_processing_callback.rs | 2 +- frame/solana/src/svm/transaction_processor.rs | 2 +- frame/solana/src/svm/transaction_results.rs | 2 +- frame/solana/src/tests.rs | 2 +- frame/solana/src/types.rs | 2 +- primitives/babel/src/lib.rs | 2 +- primitives/cosmos/src/lib.rs | 2 +- primitives/cosmos/src/traits.rs | 2 +- primitives/ethereum/src/lib.rs | 2 +- primitives/multimap/src/in_mem.rs | 2 +- primitives/multimap/src/lib.rs | 2 +- primitives/multimap/src/traits.rs | 2 +- primitives/nostr/src/lib.rs | 2 +- primitives/runtime/src/accountid32.rs | 2 +- primitives/runtime/src/generic/mod.rs | 2 +- primitives/runtime/src/lib.rs | 2 +- primitives/runtime/src/multi/mod.rs | 2 +- primitives/runtime/src/multi/signature.rs | 12 ++++++++++-- primitives/runtime/src/self_contained/mod.rs | 2 +- .../src/self_contained/unchecked_extrinsic.rs | 2 +- primitives/runtime/src/traits.rs | 2 +- primitives/solana/src/lib.rs | 2 +- runtime/common/src/lib.rs | 2 +- runtime/common/src/unit.rs | 2 +- vendor/solana/program-runtime/src/dummy.rs | 2 +- 118 files changed, 127 insertions(+), 119 deletions(-) diff --git a/core-primitives/src/lib.rs b/core-primitives/src/lib.rs index fb026102..8806b44f 100644 --- a/core-primitives/src/lib.rs +++ b/core-primitives/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/babel/src/cosmos/address.rs b/frame/babel/src/cosmos/address.rs index aaaccb47..189bf1af 100644 --- a/frame/babel/src/cosmos/address.rs +++ b/frame/babel/src/cosmos/address.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/cosmos/mod.rs b/frame/babel/src/cosmos/mod.rs index dd9b90fe..250f39b0 100644 --- a/frame/babel/src/cosmos/mod.rs +++ b/frame/babel/src/cosmos/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/cosmos/msg.rs b/frame/babel/src/cosmos/msg.rs index cfef2826..3d210980 100644 --- a/frame/babel/src/cosmos/msg.rs +++ b/frame/babel/src/cosmos/msg.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/cosmos/precompile.rs b/frame/babel/src/cosmos/precompile.rs index 311756c8..44e31bd0 100644 --- a/frame/babel/src/cosmos/precompile.rs +++ b/frame/babel/src/cosmos/precompile.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/ethereum/mod.rs b/frame/babel/src/ethereum/mod.rs index 0ce0f860..37d0256c 100644 --- a/frame/babel/src/ethereum/mod.rs +++ b/frame/babel/src/ethereum/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/ethereum/precompile.rs b/frame/babel/src/ethereum/precompile.rs index 154bc97c..a017e0a5 100644 --- a/frame/babel/src/ethereum/precompile.rs +++ b/frame/babel/src/ethereum/precompile.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/ethereum/precompiles.rs b/frame/babel/src/ethereum/precompiles.rs index 8f811cbf..7999af83 100644 --- a/frame/babel/src/ethereum/precompiles.rs +++ b/frame/babel/src/ethereum/precompiles.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/extensions/mod.rs b/frame/babel/src/extensions/mod.rs index d6ad8a4d..6af0a487 100644 --- a/frame/babel/src/extensions/mod.rs +++ b/frame/babel/src/extensions/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/extensions/unify_account.rs b/frame/babel/src/extensions/unify_account.rs index 83a21b7f..81d9fe81 100644 --- a/frame/babel/src/extensions/unify_account.rs +++ b/frame/babel/src/extensions/unify_account.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/lib.rs b/frame/babel/src/lib.rs index 82d5b01f..4eae2219 100644 --- a/frame/babel/src/lib.rs +++ b/frame/babel/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/mock.rs b/frame/babel/src/mock.rs index b3982757..0aef78dc 100644 --- a/frame/babel/src/mock.rs +++ b/frame/babel/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/tests.rs b/frame/babel/src/tests.rs index 172546a1..d8f6a94d 100644 --- a/frame/babel/src/tests.rs +++ b/frame/babel/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/babel/src/traits.rs b/frame/babel/src/traits.rs index d596a4f1..6466e951 100644 --- a/frame/babel/src/traits.rs +++ b/frame/babel/src/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/cosmos/rpc/src/cosmos.rs b/frame/cosmos/rpc/src/cosmos.rs index b5b82b0b..538f11b7 100644 --- a/frame/cosmos/rpc/src/cosmos.rs +++ b/frame/cosmos/rpc/src/cosmos.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/rpc/src/lib.rs b/frame/cosmos/rpc/src/lib.rs index 24e62ce5..5eb52897 100644 --- a/frame/cosmos/rpc/src/lib.rs +++ b/frame/cosmos/rpc/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/runtime-api/src/lib.rs b/frame/cosmos/runtime-api/src/lib.rs index 7d25a3ed..03d0ff23 100644 --- a/frame/cosmos/runtime-api/src/lib.rs +++ b/frame/cosmos/runtime-api/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/src/lib.rs b/frame/cosmos/src/lib.rs index 5aaac101..23c1fcb5 100644 --- a/frame/cosmos/src/lib.rs +++ b/frame/cosmos/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/src/types.rs b/frame/cosmos/src/types.rs index d6a5b498..84074b1a 100644 --- a/frame/cosmos/src/types.rs +++ b/frame/cosmos/src/types.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/src/weights.rs b/frame/cosmos/src/weights.rs index d05b75a2..e3f3a5b7 100644 --- a/frame/cosmos/src/weights.rs +++ b/frame/cosmos/src/weights.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/address.rs b/frame/cosmos/types/src/address.rs index 02566f74..793973a7 100644 --- a/frame/cosmos/types/src/address.rs +++ b/frame/cosmos/types/src/address.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/coin/mod.rs b/frame/cosmos/types/src/coin/mod.rs index de2e46c2..03d99694 100644 --- a/frame/cosmos/types/src/coin/mod.rs +++ b/frame/cosmos/types/src/coin/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/coin/traits.rs b/frame/cosmos/types/src/coin/traits.rs index 0f87d89b..93d2d7c1 100644 --- a/frame/cosmos/types/src/coin/traits.rs +++ b/frame/cosmos/types/src/coin/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/context/mod.rs b/frame/cosmos/types/src/context/mod.rs index 68a5ece4..e441e3f7 100644 --- a/frame/cosmos/types/src/context/mod.rs +++ b/frame/cosmos/types/src/context/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/context/traits.rs b/frame/cosmos/types/src/context/traits.rs index 84006d19..26d2cc21 100644 --- a/frame/cosmos/types/src/context/traits.rs +++ b/frame/cosmos/types/src/context/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/errors.rs b/frame/cosmos/types/src/errors.rs index 0bf55881..fdc41c70 100644 --- a/frame/cosmos/types/src/errors.rs +++ b/frame/cosmos/types/src/errors.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/events/mod.rs b/frame/cosmos/types/src/events/mod.rs index 71d0870a..fc30189c 100644 --- a/frame/cosmos/types/src/events/mod.rs +++ b/frame/cosmos/types/src/events/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/events/traits.rs b/frame/cosmos/types/src/events/traits.rs index 553c2218..fead0016 100644 --- a/frame/cosmos/types/src/events/traits.rs +++ b/frame/cosmos/types/src/events/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/gas/mod.rs b/frame/cosmos/types/src/gas/mod.rs index de566c6b..58d62cb0 100644 --- a/frame/cosmos/types/src/gas/mod.rs +++ b/frame/cosmos/types/src/gas/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/gas/traits.rs b/frame/cosmos/types/src/gas/traits.rs index dfc21b59..a319502c 100644 --- a/frame/cosmos/types/src/gas/traits.rs +++ b/frame/cosmos/types/src/gas/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/handler.rs b/frame/cosmos/types/src/handler.rs index abd7f04c..b625b3c1 100644 --- a/frame/cosmos/types/src/handler.rs +++ b/frame/cosmos/types/src/handler.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/lib.rs b/frame/cosmos/types/src/lib.rs index 20ac6d59..0be327fe 100644 --- a/frame/cosmos/types/src/lib.rs +++ b/frame/cosmos/types/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/macros.rs b/frame/cosmos/types/src/macros.rs index af412d9b..aa677ab0 100644 --- a/frame/cosmos/types/src/macros.rs +++ b/frame/cosmos/types/src/macros.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/msgservice/mod.rs b/frame/cosmos/types/src/msgservice/mod.rs index d40c752a..c91bae21 100644 --- a/frame/cosmos/types/src/msgservice/mod.rs +++ b/frame/cosmos/types/src/msgservice/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/msgservice/traits.rs b/frame/cosmos/types/src/msgservice/traits.rs index 3fcd8cd1..868b9522 100644 --- a/frame/cosmos/types/src/msgservice/traits.rs +++ b/frame/cosmos/types/src/msgservice/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/tx.rs b/frame/cosmos/types/src/tx.rs index c2092277..514433ba 100644 --- a/frame/cosmos/types/src/tx.rs +++ b/frame/cosmos/types/src/tx.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/types/src/tx_msgs.rs b/frame/cosmos/types/src/tx_msgs.rs index 62c6eb3b..fe22e9c3 100644 --- a/frame/cosmos/types/src/tx_msgs.rs +++ b/frame/cosmos/types/src/tx_msgs.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/migrations/src/legacytx/mod.rs b/frame/cosmos/x/auth/migrations/src/legacytx/mod.rs index c8d31e0f..3addf9d6 100644 --- a/frame/cosmos/x/auth/migrations/src/legacytx/mod.rs +++ b/frame/cosmos/x/auth/migrations/src/legacytx/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/migrations/src/legacytx/stdsign.rs b/frame/cosmos/x/auth/migrations/src/legacytx/stdsign.rs index 62629019..f4b13060 100644 --- a/frame/cosmos/x/auth/migrations/src/legacytx/stdsign.rs +++ b/frame/cosmos/x/auth/migrations/src/legacytx/stdsign.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/migrations/src/lib.rs b/frame/cosmos/x/auth/migrations/src/lib.rs index bff4b797..d77575d9 100644 --- a/frame/cosmos/x/auth/migrations/src/lib.rs +++ b/frame/cosmos/x/auth/migrations/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/signing/src/lib.rs b/frame/cosmos/x/auth/signing/src/lib.rs index 9aeb7ed2..e2d8f663 100644 --- a/frame/cosmos/x/auth/signing/src/lib.rs +++ b/frame/cosmos/x/auth/signing/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/signing/src/sign_mode_handler/mod.rs b/frame/cosmos/x/auth/signing/src/sign_mode_handler/mod.rs index 2524a6e9..29004fec 100644 --- a/frame/cosmos/x/auth/signing/src/sign_mode_handler/mod.rs +++ b/frame/cosmos/x/auth/signing/src/sign_mode_handler/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/signing/src/sign_mode_handler/traits.rs b/frame/cosmos/x/auth/signing/src/sign_mode_handler/traits.rs index 340d4ae1..eaff8a69 100644 --- a/frame/cosmos/x/auth/signing/src/sign_mode_handler/traits.rs +++ b/frame/cosmos/x/auth/signing/src/sign_mode_handler/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/signing/src/sign_verifiable_tx/mod.rs b/frame/cosmos/x/auth/signing/src/sign_verifiable_tx/mod.rs index 4abd0929..07603ebd 100644 --- a/frame/cosmos/x/auth/signing/src/sign_verifiable_tx/mod.rs +++ b/frame/cosmos/x/auth/signing/src/sign_verifiable_tx/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/signing/src/sign_verifiable_tx/traits.rs b/frame/cosmos/x/auth/signing/src/sign_verifiable_tx/traits.rs index 545b5032..055cbb33 100644 --- a/frame/cosmos/x/auth/signing/src/sign_verifiable_tx/traits.rs +++ b/frame/cosmos/x/auth/signing/src/sign_verifiable_tx/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/src/basic.rs b/frame/cosmos/x/auth/src/basic.rs index 5c6c7e2a..c7c34d81 100644 --- a/frame/cosmos/x/auth/src/basic.rs +++ b/frame/cosmos/x/auth/src/basic.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/src/fee.rs b/frame/cosmos/x/auth/src/fee.rs index fe266f0a..ee653301 100644 --- a/frame/cosmos/x/auth/src/fee.rs +++ b/frame/cosmos/x/auth/src/fee.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/src/lib.rs b/frame/cosmos/x/auth/src/lib.rs index d924a75a..f78e7c81 100644 --- a/frame/cosmos/x/auth/src/lib.rs +++ b/frame/cosmos/x/auth/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/src/msg.rs b/frame/cosmos/x/auth/src/msg.rs index 33491a82..bceebce5 100644 --- a/frame/cosmos/x/auth/src/msg.rs +++ b/frame/cosmos/x/auth/src/msg.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/auth/src/sigverify.rs b/frame/cosmos/x/auth/src/sigverify.rs index 71f05b98..7dcbb763 100644 --- a/frame/cosmos/x/auth/src/sigverify.rs +++ b/frame/cosmos/x/auth/src/sigverify.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/bank/src/gas.rs b/frame/cosmos/x/bank/src/gas.rs index 00b6a24a..96db6aaa 100644 --- a/frame/cosmos/x/bank/src/gas.rs +++ b/frame/cosmos/x/bank/src/gas.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/bank/src/lib.rs b/frame/cosmos/x/bank/src/lib.rs index 6b21bba2..ecdcbb4b 100644 --- a/frame/cosmos/x/bank/src/lib.rs +++ b/frame/cosmos/x/bank/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/bank/types/src/events.rs b/frame/cosmos/x/bank/types/src/events.rs index d8bc5484..f585343d 100644 --- a/frame/cosmos/x/bank/types/src/events.rs +++ b/frame/cosmos/x/bank/types/src/events.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/bank/types/src/lib.rs b/frame/cosmos/x/bank/types/src/lib.rs index 3a1760fe..97c825d1 100644 --- a/frame/cosmos/x/bank/types/src/lib.rs +++ b/frame/cosmos/x/bank/types/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/bank/types/src/msgs/mod.rs b/frame/cosmos/x/bank/types/src/msgs/mod.rs index a994ce26..6e46639d 100644 --- a/frame/cosmos/x/bank/types/src/msgs/mod.rs +++ b/frame/cosmos/x/bank/types/src/msgs/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/bank/types/src/msgs/msg_send.rs b/frame/cosmos/x/bank/types/src/msgs/msg_send.rs index 98fa82d0..b7715e69 100644 --- a/frame/cosmos/x/bank/types/src/msgs/msg_send.rs +++ b/frame/cosmos/x/bank/types/src/msgs/msg_send.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/src/error.rs b/frame/cosmos/x/wasm/src/error.rs index 0526dcff..a370fcf7 100644 --- a/frame/cosmos/x/wasm/src/error.rs +++ b/frame/cosmos/x/wasm/src/error.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/src/lib.rs b/frame/cosmos/x/wasm/src/lib.rs index 6d12e987..8aeecd44 100644 --- a/frame/cosmos/x/wasm/src/lib.rs +++ b/frame/cosmos/x/wasm/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/src/msgs.rs b/frame/cosmos/x/wasm/src/msgs.rs index 70cb651b..2d33e5ae 100644 --- a/frame/cosmos/x/wasm/src/msgs.rs +++ b/frame/cosmos/x/wasm/src/msgs.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/errors.rs b/frame/cosmos/x/wasm/types/src/errors.rs index 9803d34e..98b93a82 100644 --- a/frame/cosmos/x/wasm/types/src/errors.rs +++ b/frame/cosmos/x/wasm/types/src/errors.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/events.rs b/frame/cosmos/x/wasm/types/src/events.rs index ab9b3286..c8f96849 100644 --- a/frame/cosmos/x/wasm/types/src/events.rs +++ b/frame/cosmos/x/wasm/types/src/events.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/lib.rs b/frame/cosmos/x/wasm/types/src/lib.rs index 29885b82..8f20422b 100644 --- a/frame/cosmos/x/wasm/types/src/lib.rs +++ b/frame/cosmos/x/wasm/types/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/tx/mod.rs b/frame/cosmos/x/wasm/types/src/tx/mod.rs index 11a21cb8..11af576d 100644 --- a/frame/cosmos/x/wasm/types/src/tx/mod.rs +++ b/frame/cosmos/x/wasm/types/src/tx/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/tx/msg_execute_contract.rs b/frame/cosmos/x/wasm/types/src/tx/msg_execute_contract.rs index 0dd2e88f..60dfd88f 100644 --- a/frame/cosmos/x/wasm/types/src/tx/msg_execute_contract.rs +++ b/frame/cosmos/x/wasm/types/src/tx/msg_execute_contract.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/tx/msg_instantiate_contract2.rs b/frame/cosmos/x/wasm/types/src/tx/msg_instantiate_contract2.rs index f753853b..7f2aa4a7 100644 --- a/frame/cosmos/x/wasm/types/src/tx/msg_instantiate_contract2.rs +++ b/frame/cosmos/x/wasm/types/src/tx/msg_instantiate_contract2.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/tx/msg_migrate_contract.rs b/frame/cosmos/x/wasm/types/src/tx/msg_migrate_contract.rs index eeb2ff3c..58ff577a 100644 --- a/frame/cosmos/x/wasm/types/src/tx/msg_migrate_contract.rs +++ b/frame/cosmos/x/wasm/types/src/tx/msg_migrate_contract.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/tx/msg_store_code.rs b/frame/cosmos/x/wasm/types/src/tx/msg_store_code.rs index 0ed3702b..d07ec135 100644 --- a/frame/cosmos/x/wasm/types/src/tx/msg_store_code.rs +++ b/frame/cosmos/x/wasm/types/src/tx/msg_store_code.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/cosmos/x/wasm/types/src/tx/msg_update_admin.rs b/frame/cosmos/x/wasm/types/src/tx/msg_update_admin.rs index 48844cfd..dcde6336 100644 --- a/frame/cosmos/x/wasm/types/src/tx/msg_update_admin.rs +++ b/frame/cosmos/x/wasm/types/src/tx/msg_update_admin.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/multimap/src/lib.rs b/frame/multimap/src/lib.rs index 836564d1..9a091351 100644 --- a/frame/multimap/src/lib.rs +++ b/frame/multimap/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/multimap/src/mock.rs b/frame/multimap/src/mock.rs index 85dcb47c..fb988528 100644 --- a/frame/multimap/src/mock.rs +++ b/frame/multimap/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/multimap/src/tests.rs b/frame/multimap/src/tests.rs index cb6e2b91..5e8e7dbd 100644 --- a/frame/multimap/src/tests.rs +++ b/frame/multimap/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/multimap/src/traits.rs b/frame/multimap/src/traits.rs index eba2bad2..e1208a45 100644 --- a/frame/multimap/src/traits.rs +++ b/frame/multimap/src/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/runtime-api/src/account.rs b/frame/solana/runtime-api/src/account.rs index b5951242..135d14da 100644 --- a/frame/solana/runtime-api/src/account.rs +++ b/frame/solana/runtime-api/src/account.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/runtime-api/src/balance.rs b/frame/solana/runtime-api/src/balance.rs index 7dc0ba76..3925a399 100644 --- a/frame/solana/runtime-api/src/balance.rs +++ b/frame/solana/runtime-api/src/balance.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/runtime-api/src/error.rs b/frame/solana/runtime-api/src/error.rs index f0f4acaa..f4021533 100644 --- a/frame/solana/runtime-api/src/error.rs +++ b/frame/solana/runtime-api/src/error.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/runtime-api/src/fee.rs b/frame/solana/runtime-api/src/fee.rs index 301693fc..85da460c 100644 --- a/frame/solana/runtime-api/src/fee.rs +++ b/frame/solana/runtime-api/src/fee.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/runtime-api/src/lib.rs b/frame/solana/runtime-api/src/lib.rs index 15428c71..73cf2994 100644 --- a/frame/solana/runtime-api/src/lib.rs +++ b/frame/solana/runtime-api/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/runtime-api/src/transaction.rs b/frame/solana/runtime-api/src/transaction.rs index b583d784..f4a2a96b 100644 --- a/frame/solana/runtime-api/src/transaction.rs +++ b/frame/solana/runtime-api/src/transaction.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/lib.rs b/frame/solana/src/lib.rs index 86113a62..ef0476df 100644 --- a/frame/solana/src/lib.rs +++ b/frame/solana/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/solana/src/mock.rs b/frame/solana/src/mock.rs index e1f6126e..2aa6f5da 100644 --- a/frame/solana/src/mock.rs +++ b/frame/solana/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/solana/src/runtime/bank.rs b/frame/solana/src/runtime/bank.rs index dd71c8ce..fa3af94e 100644 --- a/frame/solana/src/runtime/bank.rs +++ b/frame/solana/src/runtime/bank.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/solana/src/runtime/mod.rs b/frame/solana/src/runtime/mod.rs index 7679852e..c5328bb1 100644 --- a/frame/solana/src/runtime/mod.rs +++ b/frame/solana/src/runtime/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/solana/src/svm/account_loader.rs b/frame/solana/src/svm/account_loader.rs index 1c5294a3..bfe3c8e6 100644 --- a/frame/solana/src/svm/account_loader.rs +++ b/frame/solana/src/svm/account_loader.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/account_overrides.rs b/frame/solana/src/svm/account_overrides.rs index 95c6f8c8..1940080b 100644 --- a/frame/solana/src/svm/account_overrides.rs +++ b/frame/solana/src/svm/account_overrides.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/account_rent_state.rs b/frame/solana/src/svm/account_rent_state.rs index 44d12109..649b1763 100644 --- a/frame/solana/src/svm/account_rent_state.rs +++ b/frame/solana/src/svm/account_rent_state.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/message_processor.rs b/frame/solana/src/svm/message_processor.rs index 295c8146..5bbf6ad3 100644 --- a/frame/solana/src/svm/message_processor.rs +++ b/frame/solana/src/svm/message_processor.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/mod.rs b/frame/solana/src/svm/mod.rs index 8067bfb8..6f2e1a66 100644 --- a/frame/solana/src/svm/mod.rs +++ b/frame/solana/src/svm/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/nonce_info.rs b/frame/solana/src/svm/nonce_info.rs index 1b59c202..2a172e46 100644 --- a/frame/solana/src/svm/nonce_info.rs +++ b/frame/solana/src/svm/nonce_info.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/program_loader.rs b/frame/solana/src/svm/program_loader.rs index bfc33899..277aff77 100644 --- a/frame/solana/src/svm/program_loader.rs +++ b/frame/solana/src/svm/program_loader.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/rollback_accounts.rs b/frame/solana/src/svm/rollback_accounts.rs index 5fac3b8b..8993f68a 100644 --- a/frame/solana/src/svm/rollback_accounts.rs +++ b/frame/solana/src/svm/rollback_accounts.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/runtime_config.rs b/frame/solana/src/svm/runtime_config.rs index a74b58c6..c905060f 100644 --- a/frame/solana/src/svm/runtime_config.rs +++ b/frame/solana/src/svm/runtime_config.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/transaction_account_state_info.rs b/frame/solana/src/svm/transaction_account_state_info.rs index 2413a9c6..b2579e15 100644 --- a/frame/solana/src/svm/transaction_account_state_info.rs +++ b/frame/solana/src/svm/transaction_account_state_info.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/transaction_error_metrics.rs b/frame/solana/src/svm/transaction_error_metrics.rs index 5b66e27a..c090a591 100644 --- a/frame/solana/src/svm/transaction_error_metrics.rs +++ b/frame/solana/src/svm/transaction_error_metrics.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/transaction_processing_callback.rs b/frame/solana/src/svm/transaction_processing_callback.rs index c5b70eb3..29438630 100644 --- a/frame/solana/src/svm/transaction_processing_callback.rs +++ b/frame/solana/src/svm/transaction_processing_callback.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/svm/transaction_processor.rs b/frame/solana/src/svm/transaction_processor.rs index c505ca28..a72cee9d 100644 --- a/frame/solana/src/svm/transaction_processor.rs +++ b/frame/solana/src/svm/transaction_processor.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/solana/src/svm/transaction_results.rs b/frame/solana/src/svm/transaction_results.rs index fa0a02f7..e59c04c2 100644 --- a/frame/solana/src/svm/transaction_results.rs +++ b/frame/solana/src/svm/transaction_results.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Anza Maintainers +// Copyright (C) Anza Maintainers // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/frame/solana/src/tests.rs b/frame/solana/src/tests.rs index 1cefe63e..3cd49d6f 100644 --- a/frame/solana/src/tests.rs +++ b/frame/solana/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/frame/solana/src/types.rs b/frame/solana/src/types.rs index de03f49f..567a89d4 100644 --- a/frame/solana/src/types.rs +++ b/frame/solana/src/types.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/primitives/babel/src/lib.rs b/primitives/babel/src/lib.rs index e4f5a6c7..0043d8b4 100644 --- a/primitives/babel/src/lib.rs +++ b/primitives/babel/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/cosmos/src/lib.rs b/primitives/cosmos/src/lib.rs index 6ea3ce3c..9ecd873c 100644 --- a/primitives/cosmos/src/lib.rs +++ b/primitives/cosmos/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/cosmos/src/traits.rs b/primitives/cosmos/src/traits.rs index 65af838a..ac97aed6 100644 --- a/primitives/cosmos/src/traits.rs +++ b/primitives/cosmos/src/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/ethereum/src/lib.rs b/primitives/ethereum/src/lib.rs index 0815b167..152e0222 100644 --- a/primitives/ethereum/src/lib.rs +++ b/primitives/ethereum/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/multimap/src/in_mem.rs b/primitives/multimap/src/in_mem.rs index e0c821d8..d02b9a2e 100644 --- a/primitives/multimap/src/in_mem.rs +++ b/primitives/multimap/src/in_mem.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/multimap/src/lib.rs b/primitives/multimap/src/lib.rs index f03e129d..7213e760 100644 --- a/primitives/multimap/src/lib.rs +++ b/primitives/multimap/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/multimap/src/traits.rs b/primitives/multimap/src/traits.rs index 0209b303..69425375 100644 --- a/primitives/multimap/src/traits.rs +++ b/primitives/multimap/src/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/nostr/src/lib.rs b/primitives/nostr/src/lib.rs index 594d4781..ddeb8e82 100644 --- a/primitives/nostr/src/lib.rs +++ b/primitives/nostr/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/runtime/src/accountid32.rs b/primitives/runtime/src/accountid32.rs index f6b7ec4c..fac8ae2e 100644 --- a/primitives/runtime/src/accountid32.rs +++ b/primitives/runtime/src/accountid32.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/runtime/src/generic/mod.rs b/primitives/runtime/src/generic/mod.rs index 05ac4161..d6244937 100644 --- a/primitives/runtime/src/generic/mod.rs +++ b/primitives/runtime/src/generic/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/runtime/src/lib.rs b/primitives/runtime/src/lib.rs index 6df8d820..0b3daa9f 100644 --- a/primitives/runtime/src/lib.rs +++ b/primitives/runtime/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/runtime/src/multi/mod.rs b/primitives/runtime/src/multi/mod.rs index 4e48f387..e645fe75 100644 --- a/primitives/runtime/src/multi/mod.rs +++ b/primitives/runtime/src/multi/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/runtime/src/multi/signature.rs b/primitives/runtime/src/multi/signature.rs index d159f894..7c9558d2 100644 --- a/primitives/runtime/src/multi/signature.rs +++ b/primitives/runtime/src/multi/signature.rs @@ -124,11 +124,19 @@ impl VerifyMut for MultiSignature { match self { Self::Ed25519(sig) => { let who = who.into(); - sig.verify(msg, &who).then(|| signer.check(who)).unwrap_or(false) + if sig.verify(msg, &who) { + signer.check(who) + } else { + false + } }, Self::Sr25519(sig) => { let who = who.into(); - sig.verify(msg, &who).then(|| signer.check(who)).unwrap_or(false) + if sig.verify(msg, &who) { + signer.check(who) + } else { + false + } }, Self::Ecdsa(sig) => { let m = sp_io::hashing::blake2_256(msg.get()); diff --git a/primitives/runtime/src/self_contained/mod.rs b/primitives/runtime/src/self_contained/mod.rs index 5fce1ee5..4cff9d79 100644 --- a/primitives/runtime/src/self_contained/mod.rs +++ b/primitives/runtime/src/self_contained/mod.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/runtime/src/self_contained/unchecked_extrinsic.rs b/primitives/runtime/src/self_contained/unchecked_extrinsic.rs index d9afb143..6ce8b64a 100644 --- a/primitives/runtime/src/self_contained/unchecked_extrinsic.rs +++ b/primitives/runtime/src/self_contained/unchecked_extrinsic.rs @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 // This file is part of Frontier. // -// Copyright (c) 2017-2020 Parity Technologies (UK) Ltd. +// Copyright (C) 2017-2020 Parity Technologies (UK) Ltd. // // 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/primitives/runtime/src/traits.rs b/primitives/runtime/src/traits.rs index df20201d..59160b2d 100644 --- a/primitives/runtime/src/traits.rs +++ b/primitives/runtime/src/traits.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/solana/src/lib.rs b/primitives/solana/src/lib.rs index f78ef158..e0e82695 100644 --- a/primitives/solana/src/lib.rs +++ b/primitives/solana/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index a49510bb..daa954cd 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/runtime/common/src/unit.rs b/runtime/common/src/unit.rs index 34be92f3..d5deecdc 100644 --- a/runtime/common/src/unit.rs +++ b/runtime/common/src/unit.rs @@ -1,6 +1,6 @@ // This file is part of Noir. -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify diff --git a/vendor/solana/program-runtime/src/dummy.rs b/vendor/solana/program-runtime/src/dummy.rs index 2b5fcfb5..2e7318e1 100644 --- a/vendor/solana/program-runtime/src/dummy.rs +++ b/vendor/solana/program-runtime/src/dummy.rs @@ -1,4 +1,4 @@ -// Copyright (c) Haderech Pte. Ltd. +// Copyright (C) Haderech Pte. Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License");