| ▲ | What non-commercial license options are there for projects you want to share? | |
| 2 points by apatheticonion 12 hours ago | 2 comments | ||
I want to share my projects and encourage contributions - however I'd prefer it if that code wasn't used for training AI models or repackaged and charged for. It's not "open source" in the conventional sense, but source-available. Or if it is monetized, the proceedings distributed amongst the contributors. Any suggestions for licenses to consider? | ||
| ▲ | Adam2025 11 hours ago | parent | next [-] | |
Polyform’s non-commercial licenses are probably the closest fit. They keep the code public but block commercial use. CC BY-NC is another option, though it’s more for content. There isn’t a perfect “no AI training” license yet, but Polyform gets you most of the way there. | ||
| ▲ | pabs3 12 hours ago | parent | prev [-] | |
People training AI models don't consider licenses, the only way to prevent them from training on your code is to block them from downloading it, and block everyone who can download it from putting it somewhere that the AI folks can download it. | ||