Add Apache 2.0 license - #28
Merged
Merged
Conversation
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>
NateshR
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Licenses this repo under Apache 2.0.
Changes
LICENSENOTICEREADME.md## LicensesectionWhat 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.jsondeclares"name": "ReactNative-Feed-UI"with"private": true, no versionfield, 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.devandfacebook/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.jsonis deliberately unchanged — thelicensefield on aprivate: truepackagethat 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 notreformat it or fill in the
Copyright [yyyy] [name of copyright owner]placeholder in theAppendix — 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.