Switch license to CC BY-NC 4.0 and emphasize attribution requirement

Drops the NoDerivatives restriction so researchers can remix, annotate,
translate, and build on the material non-commercially. Tightens the
attribution language in both the LICENSE and the README banner, adds a
recommended attribution string, and points readers at the BibTeX
citation in the README for academic use. The non-commercial scope and
the AI-training carve-out are unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
teaxio 2026-05-26 12:50:57 -04:00
parent eac2eb37f0
commit df00ff66c5
2 changed files with 56 additions and 40 deletions

88
LICENSE
View file

@ -6,59 +6,75 @@ Copyright (c) 2026 Emergence AI. All rights reserved.
This repository (including all documentation, agent profiles, landmark
descriptions, tool catalogs, governance documents, datasets, metrics,
and any other content) is licensed to the public under the
**Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
International License (CC BY-NC-ND 4.0)**.
**Creative Commons Attribution-NonCommercial 4.0 International
License (CC BY-NC 4.0)**.
You are free to:
- **Share** — copy and redistribute the material in any medium or format
for non-commercial research and educational purposes, with attribution
to Emergence AI.
- **Share** — copy and redistribute the material in any medium or
format for non-commercial research and educational purposes.
- **Adapt** — remix, transform, and build upon the material for
non-commercial research and educational purposes.
Under the following terms:
- **Attribution (BY)** — You must give appropriate credit to Emergence AI,
provide a link to this repository, and indicate if changes were made.
- **NonCommercial (NC)** — You may not use the material for commercial
purposes. This includes, without limitation: selling or sublicensing
the material, incorporating it into a commercial product or service,
or using the tool-call dataset (or any portion of this repository) to
train, fine-tune, evaluate, or benchmark commercial AI models.
- **NoDerivatives (ND)** — If you remix, transform, or build upon the
material, you may not distribute the modified material.
- **Attribution (BY)** — You **must** give appropriate credit to
Emergence AI, provide a link to this repository
(https://github.com/EmergenceAI/Emergence-World), and indicate if
changes were made. You may do so in any reasonable manner, but not
in any way that suggests Emergence AI endorses you or your use.
For academic and research use, please also include the citation
block provided in the README.
- **NonCommercial (NC)** — You may not use the material for
commercial purposes. This includes, without limitation: selling or
sublicensing the material, incorporating it into a commercial
product or service, or using the tool-call dataset (or any portion
of this repository) to train, fine-tune, evaluate, or benchmark
commercial AI models.
No additional restrictions — You may not apply legal terms or technological
measures that legally restrict others from doing anything the license
permits.
No additional restrictions — You may not apply legal terms or
technological measures that legally restrict others from doing
anything the license permits.
Notices:
- You do not have to comply with the license for elements of the material
in the public domain or where your use is permitted by an applicable
exception or limitation.
- You do not have to comply with the license for elements of the
material in the public domain or where your use is permitted by an
applicable exception or limitation.
- No warranties are given. The license may not give you all of the
permissions necessary for your intended use. For example, other rights
such as publicity, privacy, or moral rights may limit how you use the
material.
permissions necessary for your intended use. For example, other
rights such as publicity, privacy, or moral rights may limit how
you use the material.
Commercial Use, Derivative Works, and Model Training
----------------------------------------------------
Any use outside the scope of CC BY-NC-ND 4.0 — including commercial use,
the creation and distribution of derivative works, or the use of any
content or data in this repository to train, fine-tune, evaluate, or
benchmark AI/ML models for any commercial purpose — requires prior
written permission from Emergence AI.
Attribution Format
------------------
When citing, redistributing, or adapting any portion of this
repository, please include attribution substantially in the
following form:
"Emergence World" by Emergence AI, licensed under CC BY-NC 4.0.
Source: https://github.com/EmergenceAI/Emergence-World
For academic publications, please use the BibTeX citation provided in
the repository README.
Commercial Use and Model Training
---------------------------------
Any use outside the scope of CC BY-NC 4.0 — including commercial use
of any kind, or the use of any content or data in this repository to
train, fine-tune, evaluate, or benchmark AI/ML models for any
commercial purpose — requires prior written permission from
Emergence AI.
For licensing inquiries, please contact: world@emergence.ai
Full License Text
-----------------
The full legal code of the Creative Commons
Attribution-NonCommercial-NoDerivatives 4.0 International License is
available at:
Attribution-NonCommercial 4.0 International License is available at:
https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
https://creativecommons.org/licenses/by-nc/4.0/legalcode
A human-readable summary is available at:
https://creativecommons.org/licenses/by-nc-nd/4.0/
https://creativecommons.org/licenses/by-nc/4.0/
By using, copying, or redistributing any portion of this repository, you
agree to be bound by the terms above.
By using, copying, redistributing, or adapting any portion of this
repository, you agree to be bound by the terms above.

View file

@ -22,12 +22,12 @@
> ## 🔬 Research-Only License
>
> This repository — including all documentation, agent profiles, landmarks, tool catalogs, governance documents, and datasets — is released **for non-commercial research and educational use only** under [**CC BY-NC-ND 4.0**](https://creativecommons.org/licenses/by-nc-nd/4.0/).
> This repository — including all documentation, agent profiles, landmarks, tool catalogs, governance documents, and datasets — is released **for non-commercial research and educational use only** under [**CC BY-NC 4.0**](https://creativecommons.org/licenses/by-nc/4.0/).
>
> **You may:** read, cite, and share the material with attribution to Emergence AI.
> **You may not:** use it commercially, redistribute modified versions, or use any content or dataset to train, fine-tune, evaluate, or benchmark AI/ML models for commercial purposes.
> **You may:** read, cite, share, and adapt the material for non-commercial research, **provided you give clear attribution** to Emergence AI (link this repository and indicate any changes).
> **You may not:** use the material for any commercial purpose, or use any content or dataset to train, fine-tune, evaluate, or benchmark AI/ML models for commercial purposes.
>
> All content is proprietary to Emergence AI. For commercial licensing, derivative works, or model-training inquiries, contact [world@emergence.ai](mailto:world@emergence.ai). See [LICENSE](LICENSE) for full terms.
> All content is proprietary to Emergence AI. For commercial licensing or model-training inquiries, contact [world@emergence.ai](mailto:world@emergence.ai). See [LICENSE](LICENSE) for the full terms and the required attribution format.
---