From d30af3526619f88064ae81f92e9627d84536deda Mon Sep 17 00:00:00 2001 From: MalteHerrmann Date: Thu, 1 Aug 2024 13:59:44 +0200 Subject: [PATCH] fix licenses --- proto/os/crypto/v1/ethsecp256k1/keys.proto | 2 +- proto/os/erc20/v1/erc20.proto | 2 +- proto/os/erc20/v1/events.proto | 2 +- proto/os/erc20/v1/genesis.proto | 2 +- proto/os/erc20/v1/query.proto | 2 +- proto/os/erc20/v1/tx.proto | 2 +- proto/os/evm/v1/events.proto | 2 +- proto/os/evm/v1/evm.proto | 2 +- proto/os/evm/v1/genesis.proto | 2 +- proto/os/evm/v1/query.proto | 2 +- proto/os/evm/v1/tx.proto | 2 +- proto/os/feemarket/v1/events.proto | 2 +- proto/os/feemarket/v1/feemarket.proto | 2 +- proto/os/feemarket/v1/genesis.proto | 2 +- proto/os/feemarket/v1/query.proto | 2 +- proto/os/feemarket/v1/tx.proto | 2 +- proto/os/types/v1/dynamic_fee.proto | 2 +- proto/os/types/v1/indexer.proto | 2 +- proto/os/types/v1/web3.proto | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/proto/os/crypto/v1/ethsecp256k1/keys.proto b/proto/os/crypto/v1/ethsecp256k1/keys.proto index 9e1aa13..989561f 100644 --- a/proto/os/crypto/v1/ethsecp256k1/keys.proto +++ b/proto/os/crypto/v1/ethsecp256k1/keys.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.crypto.v1.ethsecp256k1; diff --git a/proto/os/erc20/v1/erc20.proto b/proto/os/erc20/v1/erc20.proto index 6ad1b7a..420d004 100644 --- a/proto/os/erc20/v1/erc20.proto +++ b/proto/os/erc20/v1/erc20.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.erc20.v1; diff --git a/proto/os/erc20/v1/events.proto b/proto/os/erc20/v1/events.proto index b0399f1..c0fe83e 100644 --- a/proto/os/erc20/v1/events.proto +++ b/proto/os/erc20/v1/events.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.erc20.v1; diff --git a/proto/os/erc20/v1/genesis.proto b/proto/os/erc20/v1/genesis.proto index a50bcf9..8f8e09d 100644 --- a/proto/os/erc20/v1/genesis.proto +++ b/proto/os/erc20/v1/genesis.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.erc20.v1; diff --git a/proto/os/erc20/v1/query.proto b/proto/os/erc20/v1/query.proto index 180fa33..4104fb8 100644 --- a/proto/os/erc20/v1/query.proto +++ b/proto/os/erc20/v1/query.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.erc20.v1; diff --git a/proto/os/erc20/v1/tx.proto b/proto/os/erc20/v1/tx.proto index 267928d..5b25901 100644 --- a/proto/os/erc20/v1/tx.proto +++ b/proto/os/erc20/v1/tx.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.erc20.v1; diff --git a/proto/os/evm/v1/events.proto b/proto/os/evm/v1/events.proto index dcca449..34cea2f 100644 --- a/proto/os/evm/v1/events.proto +++ b/proto/os/evm/v1/events.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.evm.v1; diff --git a/proto/os/evm/v1/evm.proto b/proto/os/evm/v1/evm.proto index 55e9ff5..bcf0e42 100644 --- a/proto/os/evm/v1/evm.proto +++ b/proto/os/evm/v1/evm.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.evm.v1; diff --git a/proto/os/evm/v1/genesis.proto b/proto/os/evm/v1/genesis.proto index dce7f95..28e7b2b 100644 --- a/proto/os/evm/v1/genesis.proto +++ b/proto/os/evm/v1/genesis.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.evm.v1; diff --git a/proto/os/evm/v1/query.proto b/proto/os/evm/v1/query.proto index 6bcdb19..3a03ecb 100644 --- a/proto/os/evm/v1/query.proto +++ b/proto/os/evm/v1/query.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.evm.v1; diff --git a/proto/os/evm/v1/tx.proto b/proto/os/evm/v1/tx.proto index d1daa86..c5dc4e3 100644 --- a/proto/os/evm/v1/tx.proto +++ b/proto/os/evm/v1/tx.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.evm.v1; diff --git a/proto/os/feemarket/v1/events.proto b/proto/os/feemarket/v1/events.proto index 6ce9e15..361d3ac 100644 --- a/proto/os/feemarket/v1/events.proto +++ b/proto/os/feemarket/v1/events.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.feemarket.v1; diff --git a/proto/os/feemarket/v1/feemarket.proto b/proto/os/feemarket/v1/feemarket.proto index f4c9825..2d1bb9b 100644 --- a/proto/os/feemarket/v1/feemarket.proto +++ b/proto/os/feemarket/v1/feemarket.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.feemarket.v1; diff --git a/proto/os/feemarket/v1/genesis.proto b/proto/os/feemarket/v1/genesis.proto index 1d0ce44..bd10b41 100644 --- a/proto/os/feemarket/v1/genesis.proto +++ b/proto/os/feemarket/v1/genesis.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.feemarket.v1; diff --git a/proto/os/feemarket/v1/query.proto b/proto/os/feemarket/v1/query.proto index 86188a8..1758146 100644 --- a/proto/os/feemarket/v1/query.proto +++ b/proto/os/feemarket/v1/query.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.feemarket.v1; diff --git a/proto/os/feemarket/v1/tx.proto b/proto/os/feemarket/v1/tx.proto index b97cc9e..3d6fc9c 100644 --- a/proto/os/feemarket/v1/tx.proto +++ b/proto/os/feemarket/v1/tx.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.feemarket.v1; diff --git a/proto/os/types/v1/dynamic_fee.proto b/proto/os/types/v1/dynamic_fee.proto index 90decca..352abe0 100644 --- a/proto/os/types/v1/dynamic_fee.proto +++ b/proto/os/types/v1/dynamic_fee.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.types.v1; diff --git a/proto/os/types/v1/indexer.proto b/proto/os/types/v1/indexer.proto index 58ddfcd..84ae084 100644 --- a/proto/os/types/v1/indexer.proto +++ b/proto/os/types/v1/indexer.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.types.v1; diff --git a/proto/os/types/v1/web3.proto b/proto/os/types/v1/web3.proto index ef033b3..103a447 100644 --- a/proto/os/types/v1/web3.proto +++ b/proto/os/types/v1/web3.proto @@ -1,5 +1,5 @@ // Copyright Tharsis Labs Ltd.(Evmos) -// SPDX-License-Identifier:ENCL-1.0(https://github.com/os/evmos/blob/main/LICENSE) +// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package os.types.v1;