Skip to content

Commit

Permalink
Problem: Copyright attribution has to be updated (crypto-com#87)
Browse files Browse the repository at this point in the history
* Problem: License file is not up-to-dated

Solution: Update LICENSE file

* Problem: Copyright is missing attribution

Solution: Update LICENSE file

* Removed double comment openings

* Problem: Copyright entity has to be updated

Solution: Update files with copyright notice
  • Loading branch information
calvinaco authored Jul 26, 2022
1 parent 4b99bbc commit c9c8e38
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/cosmos/auth/v1beta1/auth.proto
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/cosmos/crypto/ed25519/keys.proto
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/cosmos/crypto/multisig/keys.proto
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/cosmos/crypto/secp256k1/keys.proto
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/cosmos/crypto/secp256r1/keys.proto
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/cosmos_proto/cosmos.proto
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/ethermint/types/v1/account.proto
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/gogoproto/gogo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/google/protobuf/any.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion solo-machine-core/proto/ibc/core/channel/v1/channel.proto
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit c9c8e38

Please sign in to comment.