Update copyright year to 2026#7288
Conversation
Update the copyright end year to 2026.
WalkthroughThe 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
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
There was a problem hiding this comment.
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
| [MIT](http://opensource.org/licenses/MIT) | ||
|
|
||
| Copyright (c) 2015-2024 Recharts Group. | ||
| Copyright (c) 2015-2026 Recharts Group. |
There was a problem hiding this comment.
🧩 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.
|
oh hi Owain |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Bundle ReportBundle size has no change ✅ |
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:
Summary by CodeRabbit