Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: updated the current year to 2024 #2837

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: no-commit-to-branch # Protect specific branches (default: main/master) from direct checkins

- repo: https://github.com/ObolNetwork/go-pre-commit-hooks
rev: v0.0.2
rev: v0.0.3
hooks:
- id: check-go-version
args: [ -v=go1.21 ] # Only check minor version locally
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Parameters
Licensor: Obol Labs, Inc.

Licensed Work: Charon, the Distributed Validator Client
The Licensed Work is © 2022-2023 Obol Labs, Inc.
The Licensed Work is © 2022-2024 Obol Labs, Inc.

Additional Use Grant: The use of the Licensed Work by the Licensee is limited
to one (1) Distributed Validator on a production network.
Expand Down
Loading