Skip to content

Add explicit MIT licensing at repository root and package metadata - #61

Merged
alpaylan merged 2 commits into
mainfrom
copilot/add-license-file
Aug 21, 2026
Merged

Add explicit MIT licensing at repository root and package metadata#61
alpaylan merged 2 commits into
mainfrom
copilot/add-license-file

Conversation

Copilot AI commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

The repository did not expose a top-level license, leaving reuse terms unclear to contributors and downstream users. This change makes licensing explicit and discoverable in standard locations.

  • License visibility

    • Added a root-level LICENSE file with MIT terms so the repository clearly communicates open-source usage rights.
  • Package metadata alignment

    • Added license = "MIT" to the Rust package manifest so tooling and registries can detect license metadata directly.
  • Representative diff

    [package]
    name = "etna"
    version = "0.1.18"
    repository = "https://github.com/alpaylan/etna-cli"
    license = "MIT"

Copilot AI linked an issue Aug 21, 2026 that may be closed by this pull request
Co-authored-by: alpaylan <19610315+alpaylan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add license file to the repository Add explicit MIT licensing at repository root and package metadata Aug 21, 2026
Copilot AI requested a review from alpaylan August 21, 2026 08:58
@alpaylan
alpaylan marked this pull request as ready for review August 21, 2026 08:59
@alpaylan
alpaylan merged commit aab2c36 into main Aug 21, 2026
2 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.

LICENSE?

2 participants