From 6f048ccfee2c89d51d1a87d71c2a72ecf214e70d Mon Sep 17 00:00:00 2001 From: kaz-CDC Date: Fri, 6 Sep 2024 14:32:59 +0100 Subject: [PATCH] Crypto to Cronos Kaz edits (#1078) * Update readme.md 1st Crypto.org to Cronos edit Signed-off-by: kaz-CDC * Update readme.md Crypto.org to Cronos Signed-off-by: kaz-CDC * Update CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md changes Signed-off-by: kaz-CDC * Update CONTRIBUTING.md CONTRIBUTING.md Signed-off-by: kaz-CDC * Update readme.md Cronos POS - changes Signed-off-by: kaz-CDC * Update CODE_OF_CONDUCT.md Cronos.org & Cronos POS changes Signed-off-by: kaz-CDC * Update CONTRIBUTING.md Cronos POS changes Signed-off-by: kaz-CDC * Update LICENSE Cronos.org Signed-off-by: kaz-CDC * Update readme.md https://docs.cronos-pos.org/ Signed-off-by: kaz-CDC * Update readme.md Changes made Signed-off-by: kaz-CDC * Update logo.svg Changed Logo Signed-off-by: kaz-CDC * Update readme.md Cronos POS logo Signed-off-by: kaz-CDC * Update logo.svg logo change Signed-off-by: kaz-CDC * Update readme.md update discord label Signed-off-by: kaz-CDC * Crypto.org to Cronos.org * Revert Cronos to Crypto on json nix & go files * crypto to cronos in changelog.md * Readme Discord Label * Update readme.md Changed Dicscord icon label to Cronos Signed-off-by: kaz-CDC * Update readme.md Signed-off-by: kaz-CDC * Apply suggestions from code review --------- Signed-off-by: kaz-CDC Co-authored-by: mmsqe --- CHANGELOG.md | 16 ++++++++-------- NOTICE | 4 ++-- SECURITY.md | 14 +++++++------- app/docs/config.json | 2 +- app/docs/swagger-ui/swagger.yaml | 2 +- app/state.go | 2 +- cmd/chain-maind/app/app.go | 2 +- default.nix | 4 ++-- doc/architecture/README.md | 4 ++-- doc/architecture/adr-001.md | 6 +++--- doc/architecture/adr-003.md | 4 ++-- doc/architecture/adr-004.md | 6 +++--- doc/architecture/adr-005.md | 4 ++-- integration_tests/poetry.lock | 2 +- proto/chainmain/nft/v1/genesis.proto | 2 +- proto/chainmain/nft/v1/nft.proto | 2 +- proto/chainmain/nft/v1/query.proto | 2 +- proto/chainmain/nft/v1/tx.proto | 2 +- readme.md | 2 +- x/nft/client/cli/cli_test.go | 2 +- x/nft/client/cli/flags.go | 2 +- x/nft/client/cli/query.go | 2 +- x/nft/client/cli/tx.go | 2 +- x/nft/client/testutil/test_helpers.go | 2 +- x/nft/exported/nft.go | 2 +- x/nft/genesis.go | 2 +- x/nft/keeper/collection.go | 2 +- x/nft/keeper/collection_test.go | 2 +- x/nft/keeper/denom.go | 2 +- x/nft/keeper/grpc_query.go | 2 +- x/nft/keeper/grpc_query_test.go | 2 +- x/nft/keeper/invariants.go | 2 +- x/nft/keeper/keeper.go | 2 +- x/nft/keeper/keeper_test.go | 2 +- x/nft/keeper/msg_server.go | 2 +- x/nft/keeper/nft.go | 2 +- x/nft/keeper/nft_test.go | 2 +- x/nft/keeper/owners.go | 2 +- x/nft/keeper/owners_test.go | 2 +- x/nft/module.go | 2 +- x/nft/simulation/decoder.go | 2 +- x/nft/simulation/genesis.go | 2 +- x/nft/simulation/operations.go | 2 +- x/nft/spec/01_state.md | 2 +- x/nft/spec/02_messages.md | 2 +- x/nft/spec/03_events.md | 2 +- x/nft/spec/04_future_improvements.md | 2 +- x/nft/spec/README.md | 2 +- x/nft/types/codec.go | 2 +- x/nft/types/collection.go | 2 +- x/nft/types/common_test.go | 2 +- x/nft/types/denom.go | 2 +- x/nft/types/errors.go | 2 +- x/nft/types/events.go | 2 +- x/nft/types/expected_keepers.go | 2 +- x/nft/types/genesis.go | 2 +- x/nft/types/keys.go | 2 +- x/nft/types/msgs.go | 2 +- x/nft/types/msgs_test.go | 2 +- x/nft/types/nft.go | 2 +- x/nft/types/owners.go | 2 +- x/nft/types/querier.go | 2 +- x/nft/types/validation.go | 2 +- 63 files changed, 85 insertions(+), 85 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03272f7b..09917aa56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,7 +135,7 @@ A small fix on top of `v4.0.0` and upgrade to Cosmos SDK v0.46.4. ## v4.0.0 -This is the release of Crypto.org Chain's `v4.0.0`. It contains following changes (when compared with `v3`): +This is the release of Cronos.org Chain's `v4.0.0`. It contains following changes (when compared with `v3`): ## Added @@ -218,14 +218,14 @@ The upgraded Cosmos SDK version contains a fix for the upgrade non-determinism i that was discovered during upgrade testing. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos.org/ *September 7, 2021* ## v3.1.1 This version is identical to the v3.1.0, but updated the ibc-go dependency to 1.1.0. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos.org/ *September 2, 2021* @@ -233,14 +233,14 @@ on https://crypto.org/docs/getting-started/upgrade_guide.html . ## v3.1.0 This version is identical to the v3.0.1, but updated the Cosmos SDK dependency to 0.44.0 which contains a consensus-breaking security patch. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos.org/ *August 26, 2021* ## v3.0.1 This version is identical to the v3.0.0, but updated the IBC dependency to 1.0.1 which contains a security patch. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos.org/ *August 23, 2021* @@ -251,7 +251,7 @@ and breaking changes. For more details, please see the [Cosmos SDK](https://gith and [ibc-go](https://github.com/cosmos/ibc-go/releases/tag/v1.0.0) release notes. In addition to that, it also uses Tendermint v0.34.12. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos.org/ *August 6, 2021* @@ -277,7 +277,7 @@ This version is based on Cosmos SDK 0.42.6 and Tendermint 0.34.11 which, among o ## v2.0.1 This released version is the same as v2.0.0, but contains an upgrade-critical fix. NOTE that the upgrade plan name is still expected to be "v2.0.0". -*WARNING*: please follow the upgrade instructions described here: https://crypto.org/docs/getting-started/upgrade_guide.html#the-canis-major-upgrade-guide-v1-to-v2-0-0 +*WARNING*: please follow the upgrade instructions described here: https://docs.cronos.org/for-node-hosts/running-nodes/cronos-mainnet ### Bug Fixes - [552](https://github.com/crypto-org-chain/chain-main/pull/552) NFT module store initialized after upgrade @@ -286,7 +286,7 @@ NOTE that the upgrade plan name is still expected to be "v2.0.0". ## v2.0.0 This pre-release version contains the scope of [ADR-003](https://github.com/crypto-org-chain/chain-main/blob/master/doc/architecture/adr-003.md) for the mainnet upgrade. It also upgrades to the latest version of Tendermint (0.34.10). -*WARNING*: please follow the upgrade instructions described here: https://crypto.org/docs/getting-started/upgrade_guide.html#the-canis-major-upgrade-guide-v1-to-v2-0-0 +*WARNING*: please follow the upgrade instructions described here: https://docs.cronos.org/for-node-hosts/running-nodes/cronos-mainnet/the-v1.2-upgrade-guide-v1.1.-to-v1.2.0 ### Breaking changes - [516](https://github.com/crypto-org-chain/chain-main/pull/516) NFT module added diff --git a/NOTICE b/NOTICE index c8f718e89..9da3ed454 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ -Crypto.org Chain -Copyright 2018-present Crypto.org +Cronos.org Chain +Copyright 2018-present Cronos.org This project contains portions of code derived from the following libraries: diff --git a/SECURITY.md b/SECURITY.md index f73f7fb4c..f51b7806e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,17 +1,17 @@ ## Coordinated Vulnerability Disclosure Policy -We ask security researchers to keep vulnerabilities and communications around vulnerability submissions private and confidential until a patch is developed to protect the people using Crypto.org’s protocols. In addition to this, we ask that you: +We ask security researchers to keep vulnerabilities and communications around vulnerability submissions private and confidential until a patch is developed to protect the people using Cronos.org’s protocols. In addition to this, we ask that you: - Allow us a reasonable amount of time to correct or address security vulnerabilities. - Avoid exploiting any vulnerabilities that you discover. -- Demonstrate good faith by not disrupting or degrading Crypto.org’s data or services. +- Demonstrate good faith by not disrupting or degrading Cronos.org’s data or services. ## Vulnerability Disclosure Process -Once we receive a vulnerability report, Crypto.org will take these steps to address it: +Once we receive a vulnerability report, Cronos.org will take these steps to address it: -1. Crypto.org will confirm receipt of the vulnerability report within 5 business days. The timing of our response may depend on when a report is submitted. As our daily operations are distributed in time zones across the globe, response times may vary. If you have not received a response to a vulnerability report from us within 5 business days, we encourage you to follow up with us again for a response. -2. Crypto.org will investigate and validate the security issue submitted to us as quickly as we can, usually within 10 business days of receipt. Submitting a thorough report with clear steps to recreate the vulnerability and/or a proof-of-concept will move the process along in a timely manner. -3. Crypto.org will acknowledge the bug, and make the necessary code changes to patch it. Some issues may require more time than others to patch, but we will strive to patch each vulnerability as quickly as our resources and development process allow. -4. Crypto.org will publicly release the security patch for the vulnerability, and acknowledge the security fix in the release notes once the issue has been resolved. Public release notes can reference to the person or people who reported the vulnerability, unless they wish to stay anonymous. +1. Cronos.org will confirm receipt of the vulnerability report within 5 business days. The timing of our response may depend on when a report is submitted. As our daily operations are distributed in time zones across the globe, response times may vary. If you have not received a response to a vulnerability report from us within 5 business days, we encourage you to follow up with us again for a response. +2. Cronos.org will investigate and validate the security issue submitted to us as quickly as we can, usually within 10 business days of receipt. Submitting a thorough report with clear steps to recreate the vulnerability and/or a proof-of-concept will move the process along in a timely manner. +3. Cronos.org will acknowledge the bug, and make the necessary code changes to patch it. Some issues may require more time than others to patch, but we will strive to patch each vulnerability as quickly as our resources and development process allow. +4. Cronos.org will publicly release the security patch for the vulnerability, and acknowledge the security fix in the release notes once the issue has been resolved. Public release notes can reference to the person or people who reported the vulnerability, unless they wish to stay anonymous. ## Contact Us If you find a security issue, you can report it on the [Crypto.com HackerOne Bug Bounty Program](https://hackerone.com/crypto) or you can contact our team directly at [chain-security@crypto.com](mailto:chain-security@crypto.com). diff --git a/app/docs/config.json b/app/docs/config.json index 763124fa7..15429f355 100644 --- a/app/docs/config.json +++ b/app/docs/config.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Crypto.org Chain - Legacy REST and gRPC Gateway docs", + "title": "Cronos.org Chain - Legacy REST and gRPC Gateway docs", "description": "A REST interface for state queries, legacy transactions", "version": "1.0.0" }, diff --git a/app/docs/swagger-ui/swagger.yaml b/app/docs/swagger-ui/swagger.yaml index 3b84ec693..48cf463ae 100644 --- a/app/docs/swagger-ui/swagger.yaml +++ b/app/docs/swagger-ui/swagger.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - title: Crypto.org Chain - Legacy REST and gRPC Gateway docs + title: Cronos.org Chain - Legacy REST and gRPC Gateway docs description: A REST interface for state queries, legacy transactions version: 1.0.0 paths: diff --git a/app/state.go b/app/state.go index 879b1e9ed..114a1283e 100644 --- a/app/state.go +++ b/app/state.go @@ -1,5 +1,5 @@ // Copyright 2016 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 Cronos.org (licensed under the Apache License, Version 2.0) package app import ( diff --git a/cmd/chain-maind/app/app.go b/cmd/chain-maind/app/app.go index a269d7c36..5716c6da6 100644 --- a/cmd/chain-maind/app/app.go +++ b/cmd/chain-maind/app/app.go @@ -72,7 +72,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) { rootCmd := &cobra.Command{ Use: "chain-maind", - Short: "Crypto.org Chain app", + Short: "Cronos.org Chain app", PersistentPreRunE: func(cmd *cobra.Command, _ []string) error { // set the default command outputs cmd.SetOut(cmd.OutOrStdout()) diff --git a/default.nix b/default.nix index 5d17a11de..d4b9942ec 100644 --- a/default.nix +++ b/default.nix @@ -85,8 +85,8 @@ buildGoApplication rec { doCheck = false; meta = with lib; { - description = "Official implementation of the Crypto.org blockchain protocol"; - homepage = "https://crypto.org/"; + description = "Official implementation of the Cronos.org blockchain protocol"; + homepage = "https://cronos.org/"; license = licenses.asl20; mainProgram = "chain-maind" + stdenv.hostPlatform.extensions.executable; platforms = platforms.all; diff --git a/doc/architecture/README.md b/doc/architecture/README.md index 985f72436..17c8af7f3 100644 --- a/doc/architecture/README.md +++ b/doc/architecture/README.md @@ -1,6 +1,6 @@ # Architecture Decision Records (ADR) -This is a location to record all high-level architecture decisions in the Crypto.org Chain implementation. +This is a location to record all high-level architecture decisions in the Cronos.org Chain implementation. You can read more about the ADR concept in this [blog post](https://product.reverb.com/documenting-architecture-decisions-the-reverb-way-a3563bb24bd0#.78xhdix6t). @@ -31,4 +31,4 @@ To suggest an ADR, please make use of the [ADR template](./adr-template.md) prov | [002](./adr-002.md) | Subscriptions in CosmWasm | Accepted | | [003](./adr-003.md) | Canis Major (1st Network Upgrade Scope of Breaking Changes) | Accepted | | [004](./adr-004.md) | Transition to Cosmos SDK's NFT module | Proposed | -| [005](./adr-005.md) | Deprecate Crypto.org Chain's custom `x/supply` module | Proposed | +| [005](./adr-005.md) | Deprecate Cronos.org Chain's custom `x/supply` module | Proposed | diff --git a/doc/architecture/adr-001.md b/doc/architecture/adr-001.md index 014a8a82d..a9f04c4de 100644 --- a/doc/architecture/adr-001.md +++ b/doc/architecture/adr-001.md @@ -7,9 +7,9 @@ ## Context -Crypto.org Chain logic may need to be extended to support new digital asset and financial use cases +Cronos.org Chain logic may need to be extended to support new digital asset and financial use cases in the near future. -In the initial implementation, Crypto.org Chain logic is extensible through three different mechanisms: +In the initial implementation, Cronos.org Chain logic is extensible through three different mechanisms: 1. Cryptographic commitments and multi-signatures: through the existing and future (e.g. BIP-340) signature verification mechanisms, @@ -93,7 +93,7 @@ Accepted ## Consequences ### Positive -* Any mainstream programming language can be potentially used to extend Crypto.org Chain +* Any mainstream programming language can be potentially used to extend Cronos.org Chain without "hard fork" upgrades. * One may leverage Rust verification tooling in development (e.g. MIRAI or Creusot). * "WASM" as a compilation target is fairly mature and supported across the industry. diff --git a/doc/architecture/adr-003.md b/doc/architecture/adr-003.md index 6fe2bdcd1..4eeaafbfe 100644 --- a/doc/architecture/adr-003.md +++ b/doc/architecture/adr-003.md @@ -7,7 +7,7 @@ ## Context -At this time, the Crypto.org Chain network has been live for one month and three issues that require a "hardfork" (i.e. a coordinated network upgrade due to consensus state machine-related breaking changes) have been identified: +At this time, the Cronos.org Chain network has been live for one month and three issues that require a "hardfork" (i.e. a coordinated network upgrade due to consensus state machine-related breaking changes) have been identified: 1. Due to a bug in Cosmos SDK v0.42.*, the vesting accounts are restricted to executing one action (e.g. delegation) during their vesting period and their delegations are not tracked. This bug e.g. affects the community participants of the Crossfire incentivized testnet. @@ -63,7 +63,7 @@ Accepted * [fix solo machine merkle prefix casting bug](https://github.com/cosmos/ibc-go/pull/122) * [Fix solo machine handshake verification bug](https://github.com/cosmos/ibc-go/pull/120) * [solo machine proof height fix](https://github.com/cosmos/ibc-go/pull/123) -* [Crypto.org Chain Intergalactic Roadmap](https://blog.crypto.com/crypto-org-chain-intergalactic-roadmap/) +* [Cronos.org Chain Intergalactic Roadmap](https://blog.crypto.com/crypto-org-chain-intergalactic-roadmap/) * [Cosmos SDK v0.43.0-alpha1 release notes](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.43.0-alpha1) * [NFT module on the Hub](https://github.com/cosmos/cosmos-sdk/discussions/9065) * [IRISnet NFT module spec](https://github.com/irisnet/irismod/tree/master/modules/nft/spec) diff --git a/doc/architecture/adr-004.md b/doc/architecture/adr-004.md index 2a2e86a31..ee091e024 100644 --- a/doc/architecture/adr-004.md +++ b/doc/architecture/adr-004.md @@ -7,7 +7,7 @@ ## Context -Currently, Crypto.org Chain offers support for non-fungible tokens (NFTs) using a custom NFT module in `chain-main`. The +Currently, Cronos.org Chain offers support for non-fungible tokens (NFTs) using a custom NFT module in `chain-main`. The current implementation of NFT module is based on [Irismod's NFT module](https://github.com/irisnet/irismod/tree/master/modules/nft). Given that different chains are using their custom implementation of NFT module, it is very difficult to achieve flawless interportability of NFTs across multiple chains using IBC. At the same time, there are more usecases that need @@ -244,7 +244,7 @@ Because current implementation of NFT module specifies `denom_name` as a unique ### Deprecation Plan -On the release of new wrapper NFT module on Crypto.org chain, all the above messages should be considered as deprecated +On the release of new wrapper NFT module on Cronos.org chain, all the above messages should be considered as deprecated and will be removed in approx. 3 months via an upgrade. After the upgrade, the messages specified by Cosmos SDK's NFT module will handle all the operations. @@ -272,7 +272,7 @@ for free (for example, IBC support, inter-module asset support using [ADR-33](ht ### Neutral Our current implementation is very similar to Cosmos SDK's NFT module implementation and all the usecases currently -supported by Crypto.org Chain can easily be supported using new module. +supported by Cronos.org Chain can easily be supported using new module. ## References diff --git a/doc/architecture/adr-005.md b/doc/architecture/adr-005.md index 4e147f0b9..7cd11ad49 100644 --- a/doc/architecture/adr-005.md +++ b/doc/architecture/adr-005.md @@ -1,4 +1,4 @@ -# ADR 005: Deprecate Crypto.org Chain's custom `x/supply` module +# ADR 005: Deprecate Cronos.org Chain's custom `x/supply` module ## Changelog * 09-03-2022: Initial draft @@ -49,7 +49,7 @@ For the short-term, ability to calculate liquid supply will be added in explorer 1. `x/supply` module will be marked as deprecated (this can be done by adding annotation to `.proto` files https://github.com/protocolbuffers/protobuf/issues/1734#issuecomment-662623725). 2. Once one of the above mentioned solution for getting liquid supply is implemented, `x/supply` module will be removed - from Crypto.org Chain. + from Cronos.org Chain. ## Status diff --git a/integration_tests/poetry.lock b/integration_tests/poetry.lock index e50c10f25..939b0cc07 100644 --- a/integration_tests/poetry.lock +++ b/integration_tests/poetry.lock @@ -90,7 +90,7 @@ files = [ [[package]] name = "chainlibpy" version = "2.2.0" -description = "Tools for Crypto.org Chain wallet management and offline transaction signing" +description = "Tools for Cronos.org Chain wallet management and offline transaction signing" optional = false python-versions = ">=3.8,<4.0" files = [ diff --git a/proto/chainmain/nft/v1/genesis.proto b/proto/chainmain/nft/v1/genesis.proto index fe283271b..e164e8f4e 100644 --- a/proto/chainmain/nft/v1/genesis.proto +++ b/proto/chainmain/nft/v1/genesis.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/chainmain/nft/v1/nft.proto b/proto/chainmain/nft/v1/nft.proto index 8759709fb..718a14b50 100644 --- a/proto/chainmain/nft/v1/nft.proto +++ b/proto/chainmain/nft/v1/nft.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/chainmain/nft/v1/query.proto b/proto/chainmain/nft/v1/query.proto index 24d3ebe16..834088ca0 100644 --- a/proto/chainmain/nft/v1/query.proto +++ b/proto/chainmain/nft/v1/query.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/chainmain/nft/v1/tx.proto b/proto/chainmain/nft/v1/tx.proto index 7e7176dd4..79bd12470 100644 --- a/proto/chainmain/nft/v1/tx.proto +++ b/proto/chainmain/nft/v1/tx.proto @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/readme.md b/readme.md index 2612c7c68..c6f7f209e 100644 --- a/readme.md +++ b/readme.md @@ -188,7 +188,7 @@ pystarport supervisorctl stop all - [Project Website](https://cronos-pos.org/) - [Technical Documentation](https://docs.cronos-pos.org/) - Community chatrooms (non-technical): [Discord](https://discord.gg/MkvPzvP5) [Telegram](**Update Telegram Link**) -- Developer community channel (technical): [![Support Server](https://img.shields.io/discord/783264383978569728.svg?color=7289da&label=Crypto.org%20Chain&logo=discord&style=flat-square)](https://discord.gg/pahqHz26q4) +- Developer community channel (technical): [![Support Server](https://img.shields.io/discord/783264383978569728.svg?color=7289da&label=Cronos.org%20Chain&logo=discord&style=flat-square)](https://discord.gg/pahqHz26q4) - [Cosmos SDK documentation](https://docs.cosmos.network) - [Cosmos Discord](https://discord.gg/W8trcGV) diff --git a/x/nft/client/cli/cli_test.go b/x/nft/client/cli/cli_test.go index 03c514fbe..6fec524a2 100644 --- a/x/nft/client/cli/cli_test.go +++ b/x/nft/client/cli/cli_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package cli_test import ( diff --git a/x/nft/client/cli/flags.go b/x/nft/client/cli/flags.go index c841694fc..e7d99130b 100644 --- a/x/nft/client/cli/flags.go +++ b/x/nft/client/cli/flags.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/cli/query.go b/x/nft/client/cli/query.go index 5b6f95e91..5945b72bc 100644 --- a/x/nft/client/cli/query.go +++ b/x/nft/client/cli/query.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/cli/tx.go b/x/nft/client/cli/tx.go index 3ae426acd..6515d83ec 100644 --- a/x/nft/client/cli/tx.go +++ b/x/nft/client/cli/tx.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/testutil/test_helpers.go b/x/nft/client/testutil/test_helpers.go index 19cb25219..6b4fb397f 100644 --- a/x/nft/client/testutil/test_helpers.go +++ b/x/nft/client/testutil/test_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package testutil import ( diff --git a/x/nft/exported/nft.go b/x/nft/exported/nft.go index 22cff9c1f..8851515e3 100644 --- a/x/nft/exported/nft.go +++ b/x/nft/exported/nft.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package exported import ( diff --git a/x/nft/genesis.go b/x/nft/genesis.go index 0bbbf211a..2108c26de 100644 --- a/x/nft/genesis.go +++ b/x/nft/genesis.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package nft import ( diff --git a/x/nft/keeper/collection.go b/x/nft/keeper/collection.go index 9869bc482..45b643fa0 100644 --- a/x/nft/keeper/collection.go +++ b/x/nft/keeper/collection.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/collection_test.go b/x/nft/keeper/collection_test.go index bb618a2f3..96b0cfcba 100644 --- a/x/nft/keeper/collection_test.go +++ b/x/nft/keeper/collection_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/denom.go b/x/nft/keeper/denom.go index d9df32252..e98c728d9 100644 --- a/x/nft/keeper/denom.go +++ b/x/nft/keeper/denom.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/grpc_query.go b/x/nft/keeper/grpc_query.go index 2ae819fe3..8dea54b4d 100644 --- a/x/nft/keeper/grpc_query.go +++ b/x/nft/keeper/grpc_query.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/grpc_query_test.go b/x/nft/keeper/grpc_query_test.go index ae68b5a94..3b57c76ed 100644 --- a/x/nft/keeper/grpc_query_test.go +++ b/x/nft/keeper/grpc_query_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/invariants.go b/x/nft/keeper/invariants.go index 50e83ec0d..ead966442 100644 --- a/x/nft/keeper/invariants.go +++ b/x/nft/keeper/invariants.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper // DONTCOVER diff --git a/x/nft/keeper/keeper.go b/x/nft/keeper/keeper.go index 86f9fe0e5..01de49795 100644 --- a/x/nft/keeper/keeper.go +++ b/x/nft/keeper/keeper.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/keeper_test.go b/x/nft/keeper/keeper_test.go index edfc8bd38..01ed7c045 100644 --- a/x/nft/keeper/keeper_test.go +++ b/x/nft/keeper/keeper_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/msg_server.go b/x/nft/keeper/msg_server.go index 8602c5ebb..90a9ec376 100644 --- a/x/nft/keeper/msg_server.go +++ b/x/nft/keeper/msg_server.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/nft.go b/x/nft/keeper/nft.go index e86989247..c633d6d37 100644 --- a/x/nft/keeper/nft.go +++ b/x/nft/keeper/nft.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/nft_test.go b/x/nft/keeper/nft_test.go index 7ec2ccc20..e313ba678 100644 --- a/x/nft/keeper/nft_test.go +++ b/x/nft/keeper/nft_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/owners.go b/x/nft/keeper/owners.go index 1cf132e49..e55e21272 100644 --- a/x/nft/keeper/owners.go +++ b/x/nft/keeper/owners.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/owners_test.go b/x/nft/keeper/owners_test.go index 57497026e..b4949575b 100644 --- a/x/nft/keeper/owners_test.go +++ b/x/nft/keeper/owners_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/module.go b/x/nft/module.go index 55b4ca87e..37640c060 100644 --- a/x/nft/module.go +++ b/x/nft/module.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package nft import ( diff --git a/x/nft/simulation/decoder.go b/x/nft/simulation/decoder.go index e787c1350..51f23260c 100644 --- a/x/nft/simulation/decoder.go +++ b/x/nft/simulation/decoder.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/simulation/genesis.go b/x/nft/simulation/genesis.go index c53dba391..53784e4fa 100644 --- a/x/nft/simulation/genesis.go +++ b/x/nft/simulation/genesis.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/simulation/operations.go b/x/nft/simulation/operations.go index b2db9add0..71127dd51 100644 --- a/x/nft/simulation/operations.go +++ b/x/nft/simulation/operations.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/spec/01_state.md b/x/nft/spec/01_state.md index 5b5e8db47..1b81d7d6a 100644 --- a/x/nft/spec/01_state.md +++ b/x/nft/spec/01_state.md @@ -1,5 +1,5 @@ > Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) # State diff --git a/x/nft/spec/02_messages.md b/x/nft/spec/02_messages.md index 4a1732530..c29bac6d4 100644 --- a/x/nft/spec/02_messages.md +++ b/x/nft/spec/02_messages.md @@ -1,5 +1,5 @@ > Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) # Messages diff --git a/x/nft/spec/03_events.md b/x/nft/spec/03_events.md index 1e94f57d3..c7c1ea52c 100644 --- a/x/nft/spec/03_events.md +++ b/x/nft/spec/03_events.md @@ -1,5 +1,5 @@ > Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) # Events diff --git a/x/nft/spec/04_future_improvements.md b/x/nft/spec/04_future_improvements.md index eb43f7c68..27a1dd1db 100644 --- a/x/nft/spec/04_future_improvements.md +++ b/x/nft/spec/04_future_improvements.md @@ -1,5 +1,5 @@ > Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) # Future Improvements diff --git a/x/nft/spec/README.md b/x/nft/spec/README.md index 62fe125f0..1452733a0 100644 --- a/x/nft/spec/README.md +++ b/x/nft/spec/README.md @@ -6,7 +6,7 @@ parent: --> > Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) # NFT Specification diff --git a/x/nft/types/codec.go b/x/nft/types/codec.go index 5091e4198..caac4091b 100644 --- a/x/nft/types/codec.go +++ b/x/nft/types/codec.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types // DONTCOVER diff --git a/x/nft/types/collection.go b/x/nft/types/collection.go index 927e38ee8..5b2163201 100644 --- a/x/nft/types/collection.go +++ b/x/nft/types/collection.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/common_test.go b/x/nft/types/common_test.go index 5915bf166..12345cb92 100644 --- a/x/nft/types/common_test.go +++ b/x/nft/types/common_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types_test import ( diff --git a/x/nft/types/denom.go b/x/nft/types/denom.go index 764391309..8c42e43c2 100644 --- a/x/nft/types/denom.go +++ b/x/nft/types/denom.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/errors.go b/x/nft/types/errors.go index 77310def5..8e54637c3 100644 --- a/x/nft/types/errors.go +++ b/x/nft/types/errors.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/events.go b/x/nft/types/events.go index 25957c619..440b5058d 100644 --- a/x/nft/types/events.go +++ b/x/nft/types/events.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types // NFT module event types diff --git a/x/nft/types/expected_keepers.go b/x/nft/types/expected_keepers.go index 578a171fa..3a66576da 100644 --- a/x/nft/types/expected_keepers.go +++ b/x/nft/types/expected_keepers.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/genesis.go b/x/nft/types/genesis.go index 46c04ad6d..e14f53230 100644 --- a/x/nft/types/genesis.go +++ b/x/nft/types/genesis.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/keys.go b/x/nft/types/keys.go index 4659ead5d..0d78cb975 100644 --- a/x/nft/types/keys.go +++ b/x/nft/types/keys.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/msgs.go b/x/nft/types/msgs.go index ca5722386..e202bdda6 100644 --- a/x/nft/types/msgs.go +++ b/x/nft/types/msgs.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/msgs_test.go b/x/nft/types/msgs_test.go index 9c6a1e84c..69bb4242d 100644 --- a/x/nft/types/msgs_test.go +++ b/x/nft/types/msgs_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types_test import ( diff --git a/x/nft/types/nft.go b/x/nft/types/nft.go index 516570dfb..9d39caa6e 100644 --- a/x/nft/types/nft.go +++ b/x/nft/types/nft.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/owners.go b/x/nft/types/owners.go index 48c13ca76..7414334ed 100644 --- a/x/nft/types/owners.go +++ b/x/nft/types/owners.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/querier.go b/x/nft/types/querier.go index 223eae11d..e52cc8395 100644 --- a/x/nft/types/querier.go +++ b/x/nft/types/querier.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types // DONTCOVER diff --git a/x/nft/types/validation.go b/x/nft/types/validation.go index 0529675a2..ad5dc1359 100644 --- a/x/nft/types/validation.go +++ b/x/nft/types/validation.go @@ -1,5 +1,5 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology 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 Cronos.org (licensed under the Apache License, Version 2.0) package types import (