Questions about the GNU General Public License

learn more… | top users | synonyms

0
votes
2answers
80 views

GPL/LGPL/MPL non-code content license

I want to use a dictionary (basically a text file, and no code) that is included with an open office spell checking plug-in. The plug-in is under the tri-license GPL/LGPL/MPL which I don't understand. ...
2
votes
1answer
31 views

Does the ability to start a GPL add-on GPL-ize a program (Gstreamer)

This question is asked in regards to gstreamer but it could apply to any add-on based architecture. I have a Gstreamer based application that can ship as proprietary because I use unmodified ...
0
votes
1answer
156 views

Can I use CodeSynthesis XSD (C++/Tree mapping) together with a GPLv3-licensed library?

Is it possible to write an open source project that uses generated code from CodeSynthesis XSD (C++/Tree) and then link it to a third-party library that is licensed under the GPL version 3? Some ...