内容简介:A question to the void. Are you entitled to get the sourceLots of Open Source licences give the consumer of software the right to a copy of the source code.For example,
A question to the void. Are you entitled to get the source history of open source projects?
Lots of Open Source licences give the consumer of software the right to a copy of the source code.
For example, GPLv3 says that distributors of software have to:
give anyone who possesses the object code … a copy of the Corresponding Source
What is “Corresponding Source”?
The “Corresponding Source” means all the source code needed to generate, install, and run the object code
That, to me, reads like a user is only entitled to a code snap-shot. Not the full history of code development, but just the version of the source used to compile the distributed binaries.
My question to you, gentle reader – are there any licences which compel the distribution or publication of the development history?
Is this a good idea?
Services like GitHub and GitLab now dominate the open source conversation. But nothing about FOSS says that you must develop in public. It just seems to be the social norm now.
But I don’t see any reason to make it a compulsory part of a licence.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出Node.js
朴灵 / 人民邮电出版社 / 2013-12-1 / CNY 69.00
本书从不同的视角介绍了 Node 内在的特点和结构。由首章Node 介绍为索引,涉及Node 的各个方面,主要内容包含模块机制的揭示、异步I/O 实现原理的展现、异步编程的探讨、内存控制的介绍、二进制数据Buffer 的细节、Node 中的网络编程基础、Node 中的Web 开发、进程间的消息传递、Node 测试以及通过Node 构建产品需要的注意事项。最后的附录介绍了Node 的安装、调试、编码......一起来看看 《深入浅出Node.js》 这本书的介绍吧!