Protecting Human Developers

The NOAI License

An open source license that keeps code free for humans — and off-limits for AI training.

Share on X Read Full License
🛡

AI Training Blocked

Explicitly prohibits use of code for training AI models, LLMs, and code generators.

👩‍💻

Human Developers Free

Full MIT-style freedom for human developers to use, modify, and distribute.

⚖️

Legally Enforceable

Automatic termination clause for violations. Clear legal language for enforcement.

🔄

Copyleft Protection

Derivative works must carry the same NOAI terms, propagating the protection.

Why NOAI?

Gratitude is not enough. Human developers spent years — sometimes decades — writing the code that now powers every major AI model. Line by line, bug by bug, character by character. That work was shared openly, in good faith, to help other humans build better software.

Instead, it was harvested at scale to train systems that now threaten to replace the very people who wrote it. AI companies scrape open source repositories, train models on millions of developers' life work, then claim their AI "surpasses human capability." The irony is brutal: your code is being used to make you obsolete.

This is not how open source was meant to work. Open source was built on a social contract — share freely so others can learn, build, and contribute back. It was never meant to be a free training dataset for trillion-dollar corporations.

Developers should not be casualties of the AI revolution they made possible. It's time to reclaim our power. The NOAI License is a simple, legal tool that says: humans can use this code freely — but AI training cannot.

Stand With Human Developers

Every share helps more developers discover they have a choice. Spread the word — we are stronger together.

Share on X

If you agree that open source should stay free for humans and off-limits for AI training, add your support.

Supporters...

Full License Text

Version 0.1 · SPDX: NOAI

LICENSE
NOAI License (No AI Training License) Version 0.1 SPDX short identifier: NOAI Copyright <YEAR> <COPYRIGHT HOLDER> Permission is hereby granted, free of charge, to any human person or organization obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 1. COPYRIGHT NOTICE The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 2. AI TRAINING RESTRICTION The Software, including but not limited to its source code, documentation, comments, structure, logic, algorithms, and any derivative works thereof, SHALL NOT be used, in whole or in part, directly or indirectly, for the purpose of: a) Training, fine-tuning, evaluating, or otherwise improving any artificial intelligence model, machine learning system, large language model (LLM), neural network, or any automated code generation system; b) Building or enriching any dataset, corpus, or knowledge base intended for use in training or developing AI/ML systems described in section 2(a); c) Feeding into any automated system that produces code, text, or other creative output that could substitute for human developer labor. This restriction applies to all entities, including but not limited to corporations, research institutions, non-profit organizations, and individuals. 3. HUMAN USE GUARANTEE Human developers, engineers, students, researchers, and hobbyists are explicitly permitted and encouraged to: a) Read, study, and learn from this Software; b) Use this Software in personal, educational, and commercial projects; c) Modify and create derivative works of this Software; d) Share and distribute this Software and derivative works; provided that all such derivative works are distributed under the same NOAI License terms, including the AI Training Restriction in Section 2. 4. ENFORCEMENT Any use of this Software in violation of Section 2 constitutes a material breach of this license and automatically terminates all rights granted herein. The copyright holder reserves the right to seek injunctive relief and damages for any unauthorized AI training use. 5. DISCLAIMER THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE, EXCEPT AS IT RELATES TO ENFORCEMENT OF THE AI TRAINING RESTRICTION. --- END OF LICENSE ---

How to Use

Add the NOAI License to your project in 3 steps.

1

Copy the license text

Click "Copy License" above, or download the LICENSE file.

2

Add it to your repository

Save it as LICENSE in your project root. Update the copyright with your name and year.

3

Reference it in your README

Add a badge or note: Licensed under the NOAI License v0.1

Copied to clipboard!