[DRAFT — needs Sangwu + Caitlin] Add top-level LICENSE file (Apache code + Krea 2 Community weights)#5
Draft
asciidiego wants to merge 1 commit into
Draft
[DRAFT — needs Sangwu + Caitlin] Add top-level LICENSE file (Apache code + Krea 2 Community weights)#5asciidiego wants to merge 1 commit into
asciidiego wants to merge 1 commit into
Conversation
9603c79 to
9a586f2
Compare
fec2cf2 to
5378363
Compare
|
If you put a LICENSE file with your model license, and a separate LICENSE-2.0.txt . I think both will be picked up by GitHub and show as different in a dropdown. At least seen this behaviour in some other repo. You could also modify the readme to refer to the model as "open weights model", now it's called out as open source.
|
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.
What: add a top-level file named exactly
LICENSEcontaining the existing Apache-2.0 text (code) followed by the existing Krea 2 Community License Agreement (weights), separated by a short pointer note — the agreed single-file convention (code license on top, model license below).Why (grounded in the Mon 2026-06-22 launch meeting + this repo):
LICENSEmust ship on GitHub and Hugging Face (GitHub only auto-detects when namedlicense). Code = Apache-2.0, weights = Krea 2 Community License, combined in one file.LICENSE.md= Apache-2.0, so GitHub will label the public repo "Apache-2.0"; the Krea 2 Community License lives only indocs/KREA-2-COMMUNITY-LICENSE, and git history shows a priorDelete LICENSE.LICENSE.md+docs/KREA-2-COMMUNITY-LICENSE(= the version at https://krea.ai/krea-2-licensing, "Krea 2 Community License Agreement v.1, June 22, 2026").Approvers to decide: (1) confirm structure + the one-paragraph separator wording; (2) whether to remove the now-redundant
LICENSE.md/docs/copy; (3) mirror the sameLICENSEonto the Hugging Face repos.