Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I'm building an app that contains an open source package protected under EDL license

http://www.eclipse.org/org/documents/edl-v10.php

Can I sell it? Do I need to specify something in my app's license? Do I need to give it away as open source also?

share|improve this question

1 Answer

up vote 4 down vote accepted

You can sell it. It is a permissive license.

If you sell it and use a binary format to distribute, you better read this:

"Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution."

This means, you should add a NOTICE file and a LICENSE file (or something similar) to your distribution. THe Notice file says something like: "includes software by xxx licensed with yyy see LICENSE". And the LICENSE file should contain the actual license.

Please ask a lawyer for details. OS regulations are not easy and differs from country to country. But the direction should be fine.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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