Apache Licence也是對商業應用友好的許可。使用者也可以在需要的時候修改代碼來滿足需要并作為開源或商業產品發布/銷售。
http://en.wikipedia.org/wiki/Apache_License
Zlib/Libpng協議:
The license only has the following points to be accounted for:
Software is used on 'as-is' basis. Authors are not liable for any damages arising from its use.
The distribution of a modified version of the software is subject to the following restrictions:
1.The authorship of the original software must not be misrepresented,
2.Altered source versions must not be misrepresented as being the original software, and
3.The license notice must not be removed from source distributions.
The license does not require source code to be made available if distributing binary code.
中文參考如下(個人理解)
該協議要求遵守以下幾點:
基于該軟件的原樣使用,作者不負責使用該軟件照成的任何損失。
該軟件修改后的版本將受到以下限制:
不能歪曲原軟件的著作權
修改后的軟件不能歪曲為原版軟件
不能刪除源碼中的協議許可內容
如果發布二進制代碼可以不用附上源代碼。
http://en.wikipedia.org/wiki/Zlib_License
BSD 協議:
BSD開源協議是一個給于使用者很大自由的協議。可以自由的使用,修改源代碼,也可以將修改后的代碼作為開源或者專有軟件再發布。當你發布使用了BSD協議的代碼,或者以BSD協議代碼為基礎做二次開發自己的產品時,需要滿足三個條件:
如果再發布的產品中包含源代碼,則在源代碼中必須帶有原來代碼中的BSD協議。
如果再發布的只是二進制類庫/軟件,則需要在類庫/軟件的文檔和版權聲明中包含原來代碼中的BSD協議。