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

Klay -> Kaia in license #2168

Merged
merged 6 commits into from
May 24, 2024
Merged

Klay -> Kaia in license #2168

merged 6 commits into from
May 24, 2024

Conversation

ian0371
Copy link
Contributor

@ian0371 ian0371 commented May 15, 2024

Proposed changes

This pr adds a script update-license-kaia.go. It categorizes existing licenses into seven categories: kaia, klaytn, mixed, ethereum, go, any, none.

  • kaia is to filter already applied files.
  • klaytn, mixed: adds kaia authors.
  • none: adds kaia authors. Some files that have ambiguous licenses are left as-is.
  • others: left as-is.
LICENSE_TYPE=1 go run build/update-license-kaia.go # Klaytn
LICENSE_TYPE=2 go run build/update-license-kaia.go # Mixed
LICENSE_TYPE=6 go run build/update-license-kaia.go # None
# then manaully edit None files

Types of changes

  • Bugfix
  • New feature or enhancement
  • Others

Checklist

  • I have read the CONTRIBUTING GUIDELINES doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes ($ make test)
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

@ian0371 ian0371 self-assigned this May 15, 2024
@ian0371 ian0371 force-pushed the rename-kaia-license branch 2 times, most recently from 6d77180 to ceb6bb8 Compare May 24, 2024 07:25
@ian0371 ian0371 merged commit 6ce70c2 into klaytn:dev May 24, 2024
11 checks passed
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.

None yet

4 participants