Skip to content

Add Apache 2.0 license - #28

Merged
NateshR merged 2 commits into
masterfrom
chore/apache-2.0-license
Aug 14, 2026
Merged

Add Apache 2.0 license#28
NateshR merged 2 commits into
masterfrom
chore/apache-2.0-license

Conversation

@usmansalimLM

Copy link
Copy Markdown
Contributor

Licenses this repo under Apache 2.0.

Changes

File Change
LICENSE new — canonical Apache 2.0 text
NOTICE new — LikeMinds copyright attribution (required by Apache §4(d))
README.md added a ## License section

What was wrong before

This repo had no LICENSE file at all. It is a public repo, so anyone reading the code
today has no rights to use it.

Please read: this repo may be dead

package.json declares "name": "ReactNative-Feed-UI" with "private": true, no version
field, and no license field. It is not published to npm, and the README is the unmodified
React Native scaffold boilerplate (it still links to reactnative.dev and
facebook/react-native). Last commit was December 2023.

It is being licensed because it is a public repo whose code carries no grant, which was the
immediate problem. If it is in fact dead, archiving it may be the better end state than
maintaining it as a licensed public repo. Worth deciding separately.

package.json is deliberately unchanged — the license field on a private: true package
that is never published has no effect on consumers.

Notes for the reviewer

The LICENSE file is byte-identical to https://www.apache.org/licenses/LICENSE-2.0.txt
(SHA-256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30). Please do not
reformat it or fill in the Copyright [yyyy] [name of copyright owner] placeholder in the
Appendix — that placeholder is part of the Appendix's instructions, not this repo's copyright
notice. Editing the text makes scanners report "Other" instead of "Apache-2.0". The repo's
copyright notice lives in NOTICE.

usmansalimLM and others added 2 commits August 13, 2026 14:00
Adds the canonical Apache License 2.0 text, a NOTICE file with the
LikeMinds copyright attribution, and a License section in the README.

This repo had no LICENSE file at all. package.json is marked private
and the app is not published to npm, so its license field is left
unchanged; the repo is covered by the root LICENSE.

The LICENSE file is byte-identical to the text published at
https://www.apache.org/licenses/LICENSE-2.0.txt

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@usmansalimLM
usmansalimLM requested a review from NateshR August 13, 2026 10:51
@NateshR
NateshR merged commit 91f7a71 into master Aug 14, 2026
0 of 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.

2 participants