Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

docs: license typo fix #1480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

zoereco
Copy link

@zoereco zoereco commented Feb 3, 2024

Fixing typo in license. From "govered" to "governed".

Summary by CodeRabbit

  • Documentation
    • Corrected typographical errors in the license information across various files, ensuring the correct spelling of "governed" in license headers and comments.

Copy link

coderabbitai bot commented Feb 3, 2024

Walkthrough

The recent updates focus on correcting a common typographical error across various files, changing "govered" to "governed" within license information comment blocks. This minor but widespread correction ensures the accurate representation of the licensing terms that govern the software's use.

Changes

Files Change Summary
.eth/LICENSE.header, e2e/testapp/LICENSE.header Corrected typo in the spelling of "governed" in the license header text.
e2e/hive/clients/polard/entrypoint.sh Fixed typo in comment about software governance under the Business Source License.
e2e/.../network/fixture.go, e2e/.../utils/utils.go, e2e/testapp/..., e2e/testapp/docker/... Corrected "govered" to "governed" in license information comments.
eth/core/..., eth/core/mock/..., eth/core/precompile/..., eth/core/state/... Fixed typos in license information comment blocks, changing "govered" to "governed."

"In the world of code, where bugs hide and roam,
A rabbit hopped through, making this code its home.
With a twitch of its nose, and a flick of its ear,
'Govered' to 'governed', the error's now clear. 🐰✨"

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@zoereco zoereco marked this pull request as ready for review February 3, 2024 22:15
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between a5b91d0 and 2191fbb.
Files ignored due to path filters (2)
  • codecov.yml is excluded by: !**/*.yml
  • e2e/testapp/docker/docker-compose.yml is excluded by: !**/*.yml
Files selected for processing (82)
  • .golangci.yaml (1 hunks)
  • e2e/hive/clients/polard/entrypoint.sh (1 hunks)
  • e2e/localnet/network/fixture.go (1 hunks)
  • e2e/localnet/utils/utils.go (1 hunks)
  • e2e/precompile/polard/start-node.sh (1 hunks)
  • e2e/testapp/LICENSE.header (1 hunks)
  • e2e/testapp/app.go (1 hunks)
  • e2e/testapp/app_config.go (1 hunks)
  • e2e/testapp/docker/local/docker-init.sh (1 hunks)
  • e2e/testapp/docker/network-init-4.sh (1 hunks)
  • e2e/testapp/docker/reset-temp.sh (1 hunks)
  • e2e/testapp/docker/seed/init.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/get-seed-address.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/liveness-probe.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/readiness-probe.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/reset.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/seed-start.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/seed0-init-step1.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/seed0-init-step2.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/seed1-init-step1.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/seed1-init-step2.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/set-moniker.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/set-persistent-peers.sh (1 hunks)
  • e2e/testapp/docker/seed/scripts/set-seed-address.sh (1 hunks)
  • e2e/testapp/docker/validator/scripts/create-val.sh (1 hunks)
  • e2e/testapp/docker/validator/scripts/val0-init-step1.sh (1 hunks)
  • e2e/testapp/docker/validator/scripts/val0-init-step2.sh (1 hunks)
  • e2e/testapp/docker/validator/scripts/val0-init-step3.sh (1 hunks)
  • e2e/testapp/docker/validator/scripts/val1-init-step1.sh (1 hunks)
  • e2e/testapp/docker/validator/scripts/val1-init-step2.sh (1 hunks)
  • e2e/testapp/entrypoint.sh (1 hunks)
  • e2e/testapp/export.go (1 hunks)
  • e2e/testapp/helpers.go (1 hunks)
  • e2e/testapp/polard/cmd/commands.go (1 hunks)
  • e2e/testapp/polard/cmd/root.go (1 hunks)
  • e2e/testapp/polard/cmd/root_test.go (1 hunks)
  • e2e/testapp/polard/main.go (1 hunks)
  • e2e/testapp/upgrades.go (1 hunks)
  • eth/LICENSE.header (1 hunks)
  • eth/core/chain.go (1 hunks)
  • eth/core/chain_context.go (1 hunks)
  • eth/core/chain_genesis.go (1 hunks)
  • eth/core/chain_helpers.go (1 hunks)
  • eth/core/chain_reader.go (1 hunks)
  • eth/core/chain_resources.go (1 hunks)
  • eth/core/chain_subscriber.go (1 hunks)
  • eth/core/chain_writer.go (1 hunks)
  • eth/core/core_test.go (1 hunks)
  • eth/core/errors.go (1 hunks)
  • eth/core/genesis.go (1 hunks)
  • eth/core/host.go (1 hunks)
  • eth/core/mock/aliases.go (1 hunks)
  • eth/core/mock/block_plugin.go (1 hunks)
  • eth/core/mock/historical_plugin.go (1 hunks)
  • eth/core/mock/precompile_plugin.go (1 hunks)
  • eth/core/mock/state_plugin.go (1 hunks)
  • eth/core/precompile/base_contract.go (1 hunks)
  • eth/core/precompile/default_plugin.go (1 hunks)
  • eth/core/precompile/errors.go (1 hunks)
  • eth/core/precompile/factories.go (1 hunks)
  • eth/core/precompile/factories_test.go (1 hunks)
  • eth/core/precompile/interfaces.go (1 hunks)
  • eth/core/precompile/method.go (1 hunks)
  • eth/core/precompile/method_helpers.go (1 hunks)
  • eth/core/precompile/method_test.go (1 hunks)
  • eth/core/precompile/method_validation_test.go (1 hunks)
  • eth/core/precompile/mock/stateful_impl.go (1 hunks)
  • eth/core/precompile/precompile_test.go (1 hunks)
  • eth/core/precompile/stateful_container.go (1 hunks)
  • eth/core/precompile/stateful_container_test.go (1 hunks)
  • eth/core/state/interfaces.go (1 hunks)
  • eth/core/state/journal/access_list.go (1 hunks)
  • eth/core/state/journal/access_list_test.go (1 hunks)
  • eth/core/state/journal/base.go (1 hunks)
  • eth/core/state/journal/constants.go (1 hunks)
  • eth/core/state/journal/journal_test.go (1 hunks)
  • eth/core/state/journal/logs.go (1 hunks)
  • eth/core/state/journal/logs_test.go (1 hunks)
  • eth/core/state/journal/mock/state_plugin.go (1 hunks)
  • eth/core/state/journal/refund.go (1 hunks)
  • eth/core/state/journal/refund_test.go (1 hunks)
  • eth/core/state/journal/selfdestruct_test.go (1 hunks)
Files not processed due to max files limit (16)
  • eth/core/state/journal/selfdestructs.go
  • eth/core/state/journal/transient_storage.go
  • eth/core/state/journal/transient_storage_test.go
  • eth/core/state/mock/state.go
  • eth/core/state/modes.go
  • eth/core/state/statedb.go
  • eth/core/state/statedb_test.go
  • eth/core/types/header.go
  • eth/core/types/receipts.go
  • eth/core/types/transaction.go
  • eth/core/types/types_test.go
  • eth/core/vm/context.go
  • eth/core/vm/interfaces.go
  • eth/core/vm/mock/evm.go
  • eth/core/vm/mock/statedb.go
  • eth/eth.go
Files skipped from review due to trivial changes (81)
  • .golangci.yaml
  • e2e/hive/clients/polard/entrypoint.sh
  • e2e/localnet/network/fixture.go
  • e2e/localnet/utils/utils.go
  • e2e/precompile/polard/start-node.sh
  • e2e/testapp/app.go
  • e2e/testapp/app_config.go
  • e2e/testapp/docker/local/docker-init.sh
  • e2e/testapp/docker/network-init-4.sh
  • e2e/testapp/docker/reset-temp.sh
  • e2e/testapp/docker/seed/init.sh
  • e2e/testapp/docker/seed/scripts/get-seed-address.sh
  • e2e/testapp/docker/seed/scripts/liveness-probe.sh
  • e2e/testapp/docker/seed/scripts/readiness-probe.sh
  • e2e/testapp/docker/seed/scripts/reset.sh
  • e2e/testapp/docker/seed/scripts/seed-start.sh
  • e2e/testapp/docker/seed/scripts/seed0-init-step1.sh
  • e2e/testapp/docker/seed/scripts/seed0-init-step2.sh
  • e2e/testapp/docker/seed/scripts/seed1-init-step1.sh
  • e2e/testapp/docker/seed/scripts/seed1-init-step2.sh
  • e2e/testapp/docker/seed/scripts/set-moniker.sh
  • e2e/testapp/docker/seed/scripts/set-persistent-peers.sh
  • e2e/testapp/docker/seed/scripts/set-seed-address.sh
  • e2e/testapp/docker/validator/scripts/create-val.sh
  • e2e/testapp/docker/validator/scripts/val0-init-step1.sh
  • e2e/testapp/docker/validator/scripts/val0-init-step2.sh
  • e2e/testapp/docker/validator/scripts/val0-init-step3.sh
  • e2e/testapp/docker/validator/scripts/val1-init-step1.sh
  • e2e/testapp/docker/validator/scripts/val1-init-step2.sh
  • e2e/testapp/entrypoint.sh
  • e2e/testapp/export.go
  • e2e/testapp/helpers.go
  • e2e/testapp/polard/cmd/commands.go
  • e2e/testapp/polard/cmd/root.go
  • e2e/testapp/polard/cmd/root_test.go
  • e2e/testapp/polard/main.go
  • e2e/testapp/upgrades.go
  • eth/LICENSE.header
  • eth/core/chain.go
  • eth/core/chain_context.go
  • eth/core/chain_genesis.go
  • eth/core/chain_helpers.go
  • eth/core/chain_reader.go
  • eth/core/chain_resources.go
  • eth/core/chain_subscriber.go
  • eth/core/chain_writer.go
  • eth/core/core_test.go
  • eth/core/errors.go
  • eth/core/genesis.go
  • eth/core/host.go
  • eth/core/mock/aliases.go
  • eth/core/mock/block_plugin.go
  • eth/core/mock/historical_plugin.go
  • eth/core/mock/precompile_plugin.go
  • eth/core/mock/state_plugin.go
  • eth/core/precompile/base_contract.go
  • eth/core/precompile/default_plugin.go
  • eth/core/precompile/errors.go
  • eth/core/precompile/factories.go
  • eth/core/precompile/factories_test.go
  • eth/core/precompile/interfaces.go
  • eth/core/precompile/method.go
  • eth/core/precompile/method_helpers.go
  • eth/core/precompile/method_test.go
  • eth/core/precompile/method_validation_test.go
  • eth/core/precompile/mock/stateful_impl.go
  • eth/core/precompile/precompile_test.go
  • eth/core/precompile/stateful_container.go
  • eth/core/precompile/stateful_container_test.go
  • eth/core/state/interfaces.go
  • eth/core/state/journal/access_list.go
  • eth/core/state/journal/access_list_test.go
  • eth/core/state/journal/base.go
  • eth/core/state/journal/constants.go
  • eth/core/state/journal/journal_test.go
  • eth/core/state/journal/logs.go
  • eth/core/state/journal/logs_test.go
  • eth/core/state/journal/mock/state_plugin.go
  • eth/core/state/journal/refund.go
  • eth/core/state/journal/refund_test.go
  • eth/core/state/journal/selfdestruct_test.go
Additional comments: 1
e2e/testapp/LICENSE.header (1)
  • 4-4: Correction of the typo "govered" to "governed" in the license text is accurate and aligns with the PR's objective.

@zoereco zoereco changed the title license typo fix docs: license typo fix Feb 11, 2024
@zoereco
Copy link
Author

zoereco commented Feb 11, 2024

hi @itsdevbear , wanted to check if all good with this small pr or any changes needed? 🙇‍♂️

@rustybera rustybera requested a review from ocnc March 1, 2024 03:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant