Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    I found this on wikipedia: en.wikipedia.org/wiki/… which clears things up a little, but I still don't understand why someone would use this over LGPL. Good question! Commented Nov 12, 2011 at 23:45
  • 1
    That Wikipedia pages does not mention things like "user must be able to swap out library with his own version" which are provisions of the LGPL. So maybe GPL+Exception does not require that? Commented Nov 12, 2011 at 23:48
  • 1
    Reading on, that does seem to be the case: "LGPL formulates more requirements to the linking exception: you must allow modification of the portions of the Library you use and reverse engineering (of your program and the library) for debugging such modifications" Commented Nov 12, 2011 at 23:49
  • In this case, what am I not allowed to do under this license? I can copy licensed code (pick+choose classes) into my own codebase (unmodified of course)? Can I use automated build tools to modify the resulting binary? Obfuscators, minimizers, dead-code strippers? Commented Nov 12, 2011 at 23:52
  • You can copy code from this and use it in your own code ONLY if your own code is also released under the "GPL with classpath exception" license. If your code is proprietary, or under most other open source licenses such as MIT, then you are not allowed to use it. Commented Nov 13, 2011 at 2:08