License: Integrate dot.exe / neato.exe into own software?
Submitted by frieder on Sat, 07/02/2011 - 04:03
Hello, i have looked for some information about integration of compiled versions of neato/dot into an own freeware-project (for research and teaching). Is that possible / possible with particularly license-terms or other additions? Thank you and kind regards from Germany, frieder
Recent comments
- I was able to resolve this
10 hours 12 min ago - x11 event bindings
2 days 3 hours ago - One could probable work
2 days 4 hours ago - Would it be possible to
2 days 4 hours ago - The simplest way is to set
2 days 4 hours ago - Thanks, and self-learning for Graphviz
1 week 1 day ago - There are various ways.
1 week 1 day ago - that did work
1 week 2 days ago - Hello,
You can also use
1 week 2 days ago - The boxes around clusters are
1 week 3 days ago

License: Integrate dot.exe /
Yes, the Windows version needs to be changed to say EPL rather than CPL.
licenses
Also, be sure that you are not trying to combine software with incompatible licenses.
Graphviz will still be under the EPL, even if it's linked with other code. The GPL explicitly forbids linking with non-GPL'd code, on purpose. So you wouldn't expect to release your system under the GPL.
Stephen North
License: Integrate dot.exe /
Graphviz is covered by the open-source Eclipse Public License. My impression is that what you want to do is fine, but I'm not a license expert. If you have any concerns, you should check the site
http://www.eclipse.org/legal/eplfaq.php
or use the contacts listed there to find someone well-versed in the license.
Emden
License: Integrate dot.exe /
When I install the latest windows msi , The first screen says that "Graphviz is covered by the Common Public License Version 1.0.
Is that a mistake? I thought EPL applied to the whole project.
Chris