Skip to content

fix: rename license file for GitHub recognition#263

Merged
DennisClark merged 1 commit intoaboutcode-org:mainfrom
gyanranjanpanda:fix/license-file-recognition-194
Feb 16, 2026
Merged

fix: rename license file for GitHub recognition#263
DennisClark merged 1 commit intoaboutcode-org:mainfrom
gyanranjanpanda:fix/license-file-recognition-194

Conversation

@gyanranjanpanda
Copy link

Fixes #194

Summary

This PR fixes the missing license information issue by renaming apache-2.0.LICENSE to LICENSE so GitHub can properly recognize and display the Apache 2.0 license.

Changes

  • Renamed apache-2.0.LICENSELICENSE

Why This Fix Works

GitHub only recognizes standard license filenames like LICENSE, LICENSE.md, etc. The previous filename apache-2.0.LICENSE was not recognized, causing:

  • Missing license info in repository 'About' section
  • license: null in GitHub API responses

Verification

After merging, GitHub will automatically:

  • Display "Apache-2.0" in the repository 'About' section
  • Include license details in API responses

Renamed apache-2.0.LICENSE to LICENSE so GitHub can properly recognize
and display the Apache 2.0 license in the repository 'About' section
and API responses.

Fixes aboutcode-org#194

Signed-off-by: Gyan Ranjan Panda <gyanranjanpanda@gmail.com>
@DennisClark DennisClark merged commit 18c859f into aboutcode-org:main Feb 16, 2026
3 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.

Missing license information for repositories due to unrecognized license filename

2 participants