Tagged Questions
5
votes
4answers
249 views
GPL and Proprietary License Question
I wondering if a developer released code under a GPL License and a Proprietary License, and modifications were made to the GPL License copy by others, could the original author take those ...
1
vote
3answers
336 views
Can I use GPLv2 dictionary files through an LGPL library in proprietary software?
I am considering writing and distributing a proprietary application that links against NHunspell (GPL, LGPL and MPL licensed) for spell checking. So far so good. However, many of the dictionary files ...
1
vote
2answers
163 views
Writing open-source software to read proprietary binary files
Consider a proprietary program that produces binary files for storage (e.g. .doc). Let's say a developer wants to write an open source program that reads those binary files. Is there anything to ...