Skip to content

chore: rename LICENCE to LICENSE so GitHub detects BUSL-1.1 - #224

Closed
yieldhunting wants to merge 1 commit into
3FLabs:mainfrom
yieldhunting:chore/license-file-detection
Closed

chore: rename LICENCE to LICENSE so GitHub detects BUSL-1.1#224
yieldhunting wants to merge 1 commit into
3FLabs:mainfrom
yieldhunting:chore/license-file-detection

Conversation

@yieldhunting

Copy link
Copy Markdown

What

Renames LICENCELICENSE. No change to the licence text or terms.

Why

GitHub's licence detection only matches the American spelling. With the British spelling the repository reports:

"license": { "key": "other", "name": "Other", "spdx_id": "NOASSERTION" }

despite carrying a standard Business Source License 1.1 (Change Date 2029-01-01, Change License GPL-2.0-or-later), with // SPDX-License-Identifier: BUSL-1.1 on 102 of the 105 files under src/.

After the rename, GitHub will show BUSL-1.1 in the repo sidebar and return it from the API. That matters for integrators and aggregators that read the API field to determine whether a protocol is source-available — DefiLlama and most security tooling do — and for anyone evaluating whether they can fork or build on Grunt.

How to verify

curl -s https://api.github.com/repos/3FLabs/grunt | jq .license

Currently returns NOASSERTION; after merge it should return the BUSL-1.1 entry.

🤖 Generated with Claude Code

GitHub's licence detection only matches the American spelling, so the
repository currently reports "Other" / NOASSERTION despite carrying a
standard Business Source License 1.1. Renaming the file makes the licence
show in the repo sidebar, the API, and downstream tooling that reads it.

No change to the licence text or terms.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@maxencerb maxencerb closed this Aug 31, 2026
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.

2 participants