Skip to content

Update copyright year to 2026#7288

Merged
PavelVanecek merged 1 commit into
recharts:mainfrom
ojhawkins:patch-1
Apr 30, 2026
Merged

Update copyright year to 2026#7288
PavelVanecek merged 1 commit into
recharts:mainfrom
ojhawkins:patch-1

Conversation

@ojhawkins

@ojhawkins ojhawkins commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Update the copyright end year to 2026.

Description

Update the README.md copyright year range to end in the current year (2026).

Related Issue

N/A

Motivation and Context

Improve documentation

How Has This Been Tested?

N/A

Screenshots (if appropriate):

Types of changes

Documentation update

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • I have added a storybook story or VR test, or extended an existing story or VR test to show my changes

Summary by CodeRabbit

  • Chores
    • Updated copyright year range in documentation.

Update the copyright end year to 2026.
@coderabbitai

coderabbitai Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

The copyright year in the MIT license section of README.md is updated from the range 2015-2024 to 2015-2026, reflecting the current year. No other content or formatting changes are made.

Changes

Cohort / File(s) Summary
License and Documentation
README.md
Updated copyright year range from 2015-2024 to 2015-2026 in the MIT license section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and specifically describes the main change: updating the copyright year to 2026 in the README.md file.
Description check ✅ Passed The description follows the template structure with all major sections addressed, including Description, Related Issue, Motivation and Context, Testing, and a completed checklist appropriate for a documentation update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 91: Update the copyright line in README.md to match the LICENSE file
exactly: replace the string "Copyright (c) 2015-2026 Recharts Group." with the
canonical text used in LICENSE ("Copyright (c) 2015-present recharts"), ensuring
year range and entity name are identical to avoid discrepancies.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 888037a2-7f2e-47d0-9075-d0a8a057bd73

📥 Commits

Reviewing files that changed from the base of the PR and between 3b91255 and 817e376.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2015-2024 Recharts Group.
Copyright (c) 2015-2026 Recharts Group.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Read-only verification: ensure README and LICENSE(s) have consistent copyright year ranges.

set -euo pipefail

echo "== Searching for Recharts Group copyright line =="
rg -n --hidden --glob '!.git/*' 'Copyright \(c\) 2015-202|Recharts Group\.' .

echo
echo "== Searching for any old/new year ranges =="
rg -n --hidden --glob '!.git/*' '2015-2024|2015-2026' .

Repository: recharts/recharts

Length of output: 266


🏁 Script executed:

# Find and examine LICENSE file(s)
fd -i 'license' -x wc -l {} \;
fd -i 'license' -x head -20 {} \;

Repository: recharts/recharts

Length of output: 1147


Align README copyright year and entity name with LICENSE file.

The copyright line in README.md (Copyright (c) 2015-2026 Recharts Group.) does not match the canonical LICENSE file, which states Copyright (c) 2015-present recharts. Ensure both files use consistent year range and entity naming to avoid legal confusion.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 91, Update the copyright line in README.md to match the
LICENSE file exactly: replace the string "Copyright (c) 2015-2026 Recharts
Group." with the canonical text used in LICENSE ("Copyright (c) 2015-present
recharts"), ensuring year range and entity name are identical to avoid
discrepancies.

@PavelVanecek

Copy link
Copy Markdown
Collaborator

oh hi Owain

@codecov

codecov Bot commented Apr 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.05%. Comparing base (3b91255) to head (817e376).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7288   +/-   ##
=======================================
  Coverage   89.05%   89.05%           
=======================================
  Files         541      541           
  Lines       41088    41088           
  Branches     5563     5563           
=======================================
  Hits        36589    36589           
  Misses       4491     4491           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@PavelVanecek
PavelVanecek merged commit 16d5b0d into recharts:main Apr 30, 2026
52 checks passed
@codecov

codecov Bot commented May 1, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants