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 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 the sefour freedoms.5 - * Proprietary licensescarrytwo major risksfor users: black4 + * Open source licenses grant users the 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 the four freedoms. 5 + * Proprietary software has two major risks: black-boxing and vendor lock-in. 6 6 * **License Examples** 7 7 * **Proprietary** 8 - * **All rights reserved **, usually applied to closed source code. It prohibits anyuse not authorized by the owner.9 - * **Cloud**: Is proprietary ,butmore like open source. Prevents cloud providers from using their productcommercially in order tomaximize revenue. Also includes anopen sourcereleasedelay.TheBSL has a 4 year delay while the FSL only hasa2 yeardelay.8 + * **All rights reserved** license, is usually applied to closed source code. It prohibits each use not authorized by the owner. 9 + * **Cloud**: Is proprietary but rather close to open source. Prevents cloud providers from commercially using their product in order to gerneate revenue. Also integrates a open source publishing delay. BSL has a 4 year delay while the FSL only has 2 years. 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.