Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using quite a few opensource libs in our company's closed-source customer facing desktop application. Such as sharpziplib, Castle.Core, NHibernate etc.

Does anyone have any experience whether I should mention these libraries in license agreement or anywhere else?

share|improve this question

closed as off topic by Cody Gray, Dominic Kexel, Bill the Lizard yesterday

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The libraries themselves carry a license agreement and you should read each one and make a decision based on that it is not possible to definitively answer your question.

I can only suggest you consult the current licenses of the libraries you are using and act accordingly if you are at all unsure and are a commercial entity your legal department or a solicitor (specialising in IP) would be a good option.

That said I'd mention these libaries to give credit where credit is due and distribute all source necessary to satisfy their licenses. For example my tv uses linux and I got a printed copy of the GNU public license and a place to download code they had used/changed.

share|improve this answer
1  
Thanks man. Are you working in support? :) – aloneguid Apr 16 '12 at 8:58
No I am a developer :) But I've done support in my time. – krystan honour Apr 16 '12 at 8:59

Not the answer you're looking for? Browse other questions tagged or ask your own question.