docs: Apache 2にライセンスを変更
User description
チケット
- Close #1580
実装内容
- LICENSEファイルを追加
- MITからApache 2に変更
- 企業の提供するOSSがMITであると特許まわりで問題が発生することがあるため
- 株式会社Pixivのデザインシステムvibesを参考に変更
- author情報を変更
スクリーンショット
| 変更前 | 変更後 |
|---|---|
相談内容(あれば)
PR Type
documentation, enhancement
Description
- Added the full text of the Apache License Version 2.0 to the LICENSE file.
- Updated the main
package.jsonand sub-packages (eslint-config,for-ui,prettier-config) metadata to reflect the new author and license (Apache-2.0). - Added a changeset file to document these updates.
Changes walkthrough 📝
| Relevant files | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Documentation |
| ||||||||
| Enhancement |
|
💡 PR-Agent usage: Comment
/helpon the PR to get a list of all available PR-Agent tools and their descriptions
🦋 Changeset detected
Latest commit: bbb5bf70a4c44ca54b3ff0ecd9d6c3015577c432
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 3 packages
| Name | Type |
|---|---|
| @4design/eslint-config | Patch |
| @4design/for-ui | Patch |
| @4design/prettier-config | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Deploying for-ui with
Cloudflare Pages
| Latest commit: |
bbb5bf7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0bfa53da.for-ui.pages.dev |
| Branch Preview URL: | https://docs-license-change-apache-2.for-ui.pages.dev |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
CI Failure Feedback 🧐
|
Action: build-nextjs |
|
Failed stage: Run npm install --no-save turbo-linux-64 [❌] |
|
Failure summary: The action failed due to a JSON parsing error in the |
Relevant error logs:
|
✨ CI feedback usage guide:
The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:
- Failed stage
- Failed test name
- Failure summary
- Relevant error logs
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.
Configuration options
enable_auto_checks_feedback- if set to true, the tool will automatically provide feedback when a check is failed. Default is true.excluded_checks_list- a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.enable_help_text- if set to true, the tool will provide a help message with the feedback. Default is true.persistent_comment- if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.final_update_message- ifpersistent_commentis true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.
See more information about the checks tool in the docs.
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
CI Failure Feedback 🧐
|
Action: build-vite |
|
Failed stage: Run npm install --no-save turbo-linux-64 [❌] |
|
Failure summary: The action failed due to a JSON parsing error in the |
Relevant error logs:
|
✨ CI feedback usage guide:
The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:
- Failed stage
- Failed test name
- Failure summary
- Relevant error logs
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.
Configuration options
enable_auto_checks_feedback- if set to true, the tool will automatically provide feedback when a check is failed. Default is true.excluded_checks_list- a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.enable_help_text- if set to true, the tool will provide a help message with the feedback. Default is true.persistent_comment- if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.final_update_message- ifpersistent_commentis true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.
See more information about the checks tool in the docs.
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
PR Description updated to latest commit (https://github.com/4-design/for-ui/commit/bbb5bf70a4c44ca54b3ff0ecd9d6c3015577c432)
- [ ] Copy walkthrough table to "Files Changed" Tab
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
PR Review 🔍
| ⏱️ Estimated effort to review [1-5] |
2, because the changes are mostly textual updates to the license and author information across multiple files. The complexity is low, and the changes are straightforward to verify. |
| 🧪 Relevant tests |
No |
| ⚡ Possible issues |
No |
| 🔒 Security concerns |
No |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
PR Code Suggestions ✨
| Category | Suggestions |
| Possible issue |
Update the "author" field to reflect the correct authorship.Ensure that the "author" field in the package.json reflects the actual or legal author of packages/eslint-config/package.json [9]
|
| Enhancement |
Adjust the versioning in the changeset to more accurately reflect the significance of the changes.Verify that the versioning and patch notes accurately reflect the changes made, especially .changeset/giant-zoos-poke.md [2-4]
|
PR Reviewer Guide 🔍
| ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪ |
| 🧪 No relevant tests |
| 🔒 No security concerns identified |
| ⚡ No key issues to review |
No code documentation found to improve this PR.