Skip to content

docs: Add MIT LICENSE file (closes #29)#30

Merged
fummicc1 merged 1 commit into
mainfrom
add-license-file
Jun 20, 2026
Merged

docs: Add MIT LICENSE file (closes #29)#30
fummicc1 merged 1 commit into
mainfrom
add-license-file

Conversation

@fummicc1

Copy link
Copy Markdown
Owner

Summary

Adds a standard MIT LICENSE file at the repository root, resolving #29.

The README already declared the project as MIT-licensed, but no LICENSE file existed. Without one, redistribution of released binaries defaults to "all rights reserved" under copyright, creating legal ambiguity for downstream users (e.g. teams redistributing release binaries internally). This change makes the existing intent legally explicit.

Changes

  • Add LICENSE with the standard MIT text (Copyright (c) 2025 Fumiya Tanaka)

Verification

  • LICENSE text matches the canonical SPDX MIT template (only the copyright line is project-specific)
  • No source changes; build/tests are unaffected
  • After merge, GitHub should detect and display the repository as MIT-licensed

Closes #29

https://claude.ai/code/session_01QvZLELvJyEvSiR4SadiSt2

The README already declared the project as MIT-licensed, but no LICENSE
file existed at the repo root. Without it, redistribution of released
binaries defaults to "all rights reserved" under copyright, creating
legal ambiguity for downstream users. Add the standard MIT license text
to make the existing intent legally explicit.

Claude-Session: https://claude.ai/code/session_01QvZLELvJyEvSiR4SadiSt2
@github-actions

Copy link
Copy Markdown

📊 PR Analysis

Type Count
Swift files 0
Test files 0
Documentation 0
Configuration 0

Automated analysis by swift-complexity CI

@github-actions

Copy link
Copy Markdown

🔍 Complexity Analysis Results

✅ All functions are below the complexity threshold of 15.

This analysis was performed by swift-complexity itself.

@fummicc1
fummicc1 merged commit ed8b809 into main Jun 20, 2026
7 checks passed
@fummicc1
fummicc1 deleted the add-license-file branch June 20, 2026 17:08
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.

Please add a LICENSE file

1 participant