diff --git a/LICENSE b/LICENSE index d308370..86114de 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021-present Crypto.org + Copyright 2021-present Crypto.com 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/NOTICE b/NOTICE index 3153b66..54013cf 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ IBC Solo Machine -Copyright 2021-present Crypto.org. +Copyright 2021-present Crypto.com. This project contains portions of code derived from the following libraries: diff --git a/solo-machine-core/proto/cosmos/auth/v1beta1/auth.proto b/solo-machine-core/proto/cosmos/auth/v1beta1/auth.proto index 1e2d300..a0604ae 100644 --- a/solo-machine-core/proto/cosmos/auth/v1beta1/auth.proto +++ b/solo-machine-core/proto/cosmos/auth/v1beta1/auth.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2020 All in Bits, Inc (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package cosmos.auth.v1beta1; diff --git a/solo-machine-core/proto/cosmos/crypto/ed25519/keys.proto b/solo-machine-core/proto/cosmos/crypto/ed25519/keys.proto index 858f758..7c8ce2d 100644 --- a/solo-machine-core/proto/cosmos/crypto/ed25519/keys.proto +++ b/solo-machine-core/proto/cosmos/crypto/ed25519/keys.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2020 All in Bits, Inc (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package cosmos.crypto.ed25519; diff --git a/solo-machine-core/proto/cosmos/crypto/multisig/keys.proto b/solo-machine-core/proto/cosmos/crypto/multisig/keys.proto index 7e8e21b..7fea533 100644 --- a/solo-machine-core/proto/cosmos/crypto/multisig/keys.proto +++ b/solo-machine-core/proto/cosmos/crypto/multisig/keys.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2020 All in Bits, Inc (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package cosmos.crypto.multisig; diff --git a/solo-machine-core/proto/cosmos/crypto/multisig/v1beta1/multisig.proto b/solo-machine-core/proto/cosmos/crypto/multisig/v1beta1/multisig.proto index f035956..7154a6d 100644 --- a/solo-machine-core/proto/cosmos/crypto/multisig/v1beta1/multisig.proto +++ b/solo-machine-core/proto/cosmos/crypto/multisig/v1beta1/multisig.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2020 All in Bits, Inc (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package cosmos.crypto.multisig.v1beta1; diff --git a/solo-machine-core/proto/cosmos/crypto/secp256k1/keys.proto b/solo-machine-core/proto/cosmos/crypto/secp256k1/keys.proto index d6f13bd..7b5c357 100644 --- a/solo-machine-core/proto/cosmos/crypto/secp256k1/keys.proto +++ b/solo-machine-core/proto/cosmos/crypto/secp256k1/keys.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2020 All in Bits, Inc (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package cosmos.crypto.secp256k1; diff --git a/solo-machine-core/proto/cosmos/crypto/secp256r1/keys.proto b/solo-machine-core/proto/cosmos/crypto/secp256r1/keys.proto index 29e71a6..7c6422a 100644 --- a/solo-machine-core/proto/cosmos/crypto/secp256r1/keys.proto +++ b/solo-machine-core/proto/cosmos/crypto/secp256r1/keys.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2020 All in Bits, Inc (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package cosmos.crypto.secp256r1; diff --git a/solo-machine-core/proto/cosmos_proto/cosmos.proto b/solo-machine-core/proto/cosmos_proto/cosmos.proto index 1be52ec..be20170 100644 --- a/solo-machine-core/proto/cosmos_proto/cosmos.proto +++ b/solo-machine-core/proto/cosmos_proto/cosmos.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2020 All in Bits, Inc (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package cosmos_proto; diff --git a/solo-machine-core/proto/ethermint/crypto/v1/ethsecp256k1/keys.proto b/solo-machine-core/proto/ethermint/crypto/v1/ethsecp256k1/keys.proto index 5e0506b..b81a405 100644 --- a/solo-machine-core/proto/ethermint/crypto/v1/ethsecp256k1/keys.proto +++ b/solo-machine-core/proto/ethermint/crypto/v1/ethsecp256k1/keys.proto @@ -1,5 +1,5 @@ // Copyright (c) 2021 Tharsis (https://github.com/tharsis/ethermint) (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package ethermint.crypto.v1.ethsecp256k1; diff --git a/solo-machine-core/proto/ethermint/types/v1/account.proto b/solo-machine-core/proto/ethermint/types/v1/account.proto index 1676357..298820b 100644 --- a/solo-machine-core/proto/ethermint/types/v1/account.proto +++ b/solo-machine-core/proto/ethermint/types/v1/account.proto @@ -1,5 +1,5 @@ // Copyright (c) 2021 Tharsis (https://github.com/tharsis/ethermint) (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package ethermint.types.v1; diff --git a/solo-machine-core/proto/gogoproto/gogo.proto b/solo-machine-core/proto/gogoproto/gogo.proto index 48c1431..6652c58 100644 --- a/solo-machine-core/proto/gogoproto/gogo.proto +++ b/solo-machine-core/proto/gogoproto/gogo.proto @@ -26,7 +26,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto2"; package gogoproto; diff --git a/solo-machine-core/proto/google/protobuf/any.proto b/solo-machine-core/proto/google/protobuf/any.proto index e51f1f6..119c653 100644 --- a/solo-machine-core/proto/google/protobuf/any.proto +++ b/solo-machine-core/proto/google/protobuf/any.proto @@ -28,7 +28,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; diff --git a/solo-machine-core/proto/ibc/core/channel/v1/channel.proto b/solo-machine-core/proto/ibc/core/channel/v1/channel.proto index 5580105..972de26 100644 --- a/solo-machine-core/proto/ibc/core/channel/v1/channel.proto +++ b/solo-machine-core/proto/ibc/core/channel/v1/channel.proto @@ -1,5 +1,5 @@ // Copyright (c) 2021 COSMOS (licensed under the MIT License) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package ibc.core.channel.v1; diff --git a/solo-machine-core/proto/ibc/core/connection/v1/connection.proto b/solo-machine-core/proto/ibc/core/connection/v1/connection.proto index 4cf1494..300e445 100644 --- a/solo-machine-core/proto/ibc/core/connection/v1/connection.proto +++ b/solo-machine-core/proto/ibc/core/connection/v1/connection.proto @@ -1,5 +1,5 @@ // Copyright (c) 2021 COSMOS (licensed under the MIT License) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package ibc.core.connection.v1; diff --git a/solo-machine-core/proto/ibc/lightclients/solomachine/v2/solomachine.proto b/solo-machine-core/proto/ibc/lightclients/solomachine/v2/solomachine.proto index 62b0bff..3669bc3 100644 --- a/solo-machine-core/proto/ibc/lightclients/solomachine/v2/solomachine.proto +++ b/solo-machine-core/proto/ibc/lightclients/solomachine/v2/solomachine.proto @@ -1,5 +1,5 @@ // Copyright (c) 2021 COSMOS (licensed under the MIT License) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Crypto.com (licensed under the Apache License, Version 2.0) syntax = "proto3"; package ibc.lightclients.solomachine.v2;