This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ licensing question
- From: dank at kegel dot com
- To: Michael Fimin <michaelfimin at mail dot ru>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 23 Jul 2002 10:53:01 -0700
- Subject: Re: libstdc++ licensing question
- References: <E17X1Lk-0009eq-00@f12.mail.ru>
- Reply-to: dank at kegel dot com
Michael Fimin wrote:
> Hi, I have a question regarding GCC standard C++ library licensing.
>
> I going to use libstdc++ in my comercial project.
> My program will not be covered by GPL license (the source code won't be
> provided) and I'm going to distribute libstdc++.so (Solaris version) with my
> program. Is this legal?
Yes, it's legal. See http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/license.html
- Dan