Changes for page 7. Summary
Last modified by chrisby on 2024/10/24 10:30
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,12 +1,12 @@ 1 1 * **Ownership**: You own the code you write, or you gained ownership either through employment contract or CLA. 2 2 * **License**: A software license defines the legal terms under which the software and its source code may be used. A code owner can choose the license for his software and change it at any time. 3 3 * **License Types**: 4 - * Open source licenses grant users thefour essential freedoms: the freedom to use the code for any purpose, the freedom to study it, the freedom to modify it, and the freedom to redistribute it. Proprietary licenses violate at least one of the four freedoms.5 - * Proprietary s oftwarehastwo major risks: black-boxing and vendor lock-in.4 + * Open source licenses grant users four essential freedoms: the freedom to use the code for any purpose, the freedom to study it, the freedom to modify it, and the freedom to redistribute it. Proprietary licenses violate at least one of these four freedoms. 5 + * Proprietary licenses carry two major risks for users: black boxing and vendor lock-in. 6 6 * **License Examples** 7 7 * **Proprietary** 8 - * **All rights reserved **license,isusually applied to closed source code. It prohibitseachuse not authorized by the owner.9 - * **Cloud**: Is proprietary but r atherclosetoopen source. Prevents cloud providers fromcommerciallyusing their product in order togerneate revenue. Also integrates a open sourcepublishingdelay. BSL has a 4 year dealymwhile the FSL only has 2 years.8 + * **All rights reserved license**, usually applied to closed source code. It prohibits any use not authorized by the owner. 9 + * **Cloud**: Is proprietary, but more like open source. Prevents cloud providers from using their product commercially in order to maximize revenue. Also includes an open source release delay. The BSL has a 4 year delay while the FSL only has a 2 year delay. 10 10 * **Open Source** 11 11 * **Permissive**: Allow reuse in other projects, even proprietary products, with no big strings attached like MIT, or even a public domain license, with no strings attached at all like the 0BSD license. 12 12 * **Copyleft**: All derivative works must have the same license to remain open source. Source code must be made available to all users of the software.