docs: update copyright to The XGo Authors (xgo.dev)#1603
Merged
Conversation
Update copyright holder from "The GoPlus Authors (goplus.org)" to "The XGo Authors (xgo.dev)" in all 227 files that declared this copyright. - Preserves original copyright years - Does not modify third-party copyrights (Go Authors, TinyGo, etc.) - Does not add copyright to files without existing headers Fixes #1602 Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1603 +/- ##
=======================================
Coverage 91.06% 91.06%
=======================================
Files 45 45
Lines 11981 11981
=======================================
Hits 10911 10911
Misses 894 894
Partials 176 176 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by @luoliwoshang
This PR updates the copyright information to use "The XGo Authors (xgo.dev)" as the new author, as requested in #1602.
Summary
The GoPlus Authors (goplus.org)toThe XGo Authors (xgo.dev)Files Updated
Files across the following directories were updated:
LICENSEcl/- Core compiler logiccmd/- Command implementationschore/- Development toolsinternal/- Internal packagesruntime/- Runtime libraryssa/- SSA-related codetest/- Test filesxtool/- Extended tools_xtool/- Additional toolsFixes #1602