|
From: | E. Weddington |
Subject: | Re: [avr-gcc-list] C++ |
Date: | Fri, 19 Nov 2004 09:43:24 -0700 |
User-agent: | Mozilla Thunderbird 0.7.3 (Windows/20040803) |
Joerg Wunsch wrote:
"E. Weddington" <address@hidden> wrote:2. Licensing issues. avr-libc is licensed under Modified BSD, mainly because of usage in embedded products. The proposed C++ lib should be compatible.libstdc++/libsupc++ are distributed under the same conditions as libgcc, so it would not impose much restrictions. I thus have to cancel my previously made statement of possible licensing issues.
That was your statement? I don't even remember now..... :-)
So it's compatible. That's great! No need to try out STLport (which looked a little daunting).It's basically a GPL minus the requirement that you have to supply *your* sourcecode to anyone you are giving a program linked againstthose libraries.
Which is rare anyways. But this shouldn't pose any issue to the vast majority of developers.So there will only be an issue for people who need to extend the library itself. (But then, they could probably split off the library extension, and offer it to FSF under GPL, while keeping the remainder of their project privately.)
Thanks! Eric
[Prev in Thread] | Current Thread | [Next in Thread] |