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. ...
0
votes
1answer
157 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 ...