This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Licensing inconsistency, cplus-dem.c/cp-demangle.c/demangle.h
- From: Zack Weinberg <zack at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 19 Dec 2001 13:09:52 -0800
- Subject: Licensing inconsistency, cplus-dem.c/cp-demangle.c/demangle.h
cplus-dem.c is licensed under the LGPL; cp-demangle.c and demangle.h
have the plain GPL. Normal use will need all three files, so they
should all be licensed the same way.
Is there a consensus on which license these files should use? I'd
vote for LGPL, myself; there is no reason I see to restrict the use of
the demanglers in proprietary software.
zw