This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libstdc++-v3 copyright holder change
> Why the special licence? How is this different from the standard LGPL?
In the LGPL, you must ship the source of the library, and you must
ship your application in a form so it can be relinked with the
modified library. In the spirit of the LGPL, for C++, you'd also have
to arrange that changes to the header files (such as improved or
corrected templates) take effect in the application.
With the modified GPL, no such requirements are imposed onto the
application.
Regards,
Martin