Skip to content

chore: add the Apache-2.0 licence this repo has always been missing - #17

Open
KageBinary wants to merge 1 commit into
mainfrom
chore/add-license
Open

chore: add the Apache-2.0 licence this repo has always been missing#17
KageBinary wants to merge 1 commit into
mainfrom
chore/add-license

Conversation

@KageBinary

Copy link
Copy Markdown
Collaborator

The problem

This repository is public and has no licence file, which means all rights reserved: nobody may legally use, copy, modify or redistribute it, whatever the README invites them to do.

GET /repos/ix-infrastructure/ix-claude-plugin/license   -> Apache-2.0
GET /repos/ix-infrastructure/ix-cursor-plugin/license   -> Apache-2.0
GET /repos/ix-infrastructure/ix-gemini-plugin/license   -> Apache-2.0
GET /repos/ix-infrastructure/ix-openclaw-plugin/license -> Apache-2.0
GET /repos/ix-infrastructure/Ix/license                 -> Apache-2.0
GET /repos/ix-infrastructure/<this repo>/license        -> 404

The change

LICENSE, copied verbatim from ix-claude-plugin — the canonical Apache-2.0 text, 201 lines, byte-identical to the copy the four sibling plugins and the ix CLI this extends already carry.

That is deliberate: this records the licence the family already uses rather than choosing one. It is still the first time this repo states a licence, so it wants an owner's nod rather than mine — if the intent was ever something other than Apache-2.0 for this plugin, say so and I will swap it.

Nothing else changes. No source, no manifest, no workflow.

Note on the check I nearly got wrong

gh repo view --json licenseInfo reports none for every repo in this org, including ix-infrastructure/Ix, which is definitively Apache-2.0. Reading that field would have made this look like an org-wide problem affecting six repos. The REST /license endpoint is the one that answers correctly, and it says exactly two repos are missing a licence: this one and its sibling.

A public repository with no licence file is all-rights-reserved by default:
nobody may legally use, copy or redistribute it, whatever the README invites
them to do. `GET /repos/.../license` returns 404 here, and Apache-2.0 for
every sibling.

The text is copied verbatim from ix-claude-plugin, which matches
ix-cursor-plugin, ix-gemini-plugin, ix-openclaw-plugin and the ix-cli this
plugin extends — so this records the licence the family already uses rather
than choosing a new one. Worth an owner's confirmation before merge, since
it is the first time this repo states one.
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.

1 participant