This commit is contained in:
Miloslav Ciz 2024-03-21 20:00:23 +01:00
parent 950ac93987
commit da70f0a553
27 changed files with 1778 additions and 1710 deletions

View file

@ -25,6 +25,8 @@ The open source definition is maintained by the [Open Source Initiative](osi.md)
9. **The license must not restrict other software**, i.e. it cannot for example be forbidden to run the software alongside some other piece of software.
10. **The license must be technology neutral**, i.e. it cannot for example limit the software to certain platform or API.
Open source furthermore greatly fails for example by not accepting [CC0](cc0.md) as a valid license and not accepting [esoteric programming languages](esolang.md) (because they're "obfuscated"). All in all, avoid open source, support [free software](free_software.md).
## See Also
- [openwashing](openwashing.md)