Some guys here mentioned that they are using the HTML Agility Pack library. It is distributed under Creative Commons (Attribution-ShareAlike) license. Can I use it in the commercial closed-source application?
Thanks.
|
|
Some guys here mentioned that they are using the HTML Agility Pack library. It is distributed under Creative Commons (Attribution-ShareAlike) license. Can I use it in the commercial closed-source application? Thanks. |
||
|
|
|
As Robert says, CC is not intended for code and doesn't really fit very well. That being said, the variant they chose is intended to be "viral" -- to force people using your work to also use your license, and the license used for their work (Agility Pack) is a free one. I think the intent is that Bob cannot charge money for something that includes Alice's work without compensating Alice. Since Alice released her work for free, she only wants her work to be included in other free projects. In your case, your commercial app would no longer be commercial if it were covered by a CC A-SA license. So bottom line, I don't think the Agility Pack people want you to use their code in your commercial app. |
||
|
|
|
|
From: http://creativecommons.org/about/licenses/ Attribution You let others copy, distribute, display, and perform your copyrighted work — and derivative works based upon it — but only if they give credit the way you request. Share Alike You allow others to distribute derivative works only under a license identical to the license that governs your work. |
||||
|
|
|
IANAL. Take a look at the "Collective Work" section of the license, and compare it to the "Derivative" work section. Including their work in yours, unmodified, does not constitute "derivative work" under the license and does not fall under the share-alike provisions.
Compare vs:
As a collective work, that gives you the right to:
and
It sounds like, as long as you
then yes, you may use it in your commercial app. Your app would be considered a 'separate work' in that case. If you modify their library, you must provide the same notices and distribute it with the same license. Your app would remain closed. If you statically include their libraries (say, by taking their source and adding it into your assembly), your app would then have to be distributed under the same license. |
||||||
|