|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
ccRTP (and commoncpp) GPL linking exception ..Hi.
I've evaluated ccRTP for an application we are developing (I did have to apply a few minor patches for VS 2008 but now it compiles and works) and so far it seems to work quite well. I've been wondering about the linking exception .. I read both the COPYING.addendum file and http://www.gnu.org/software/ccrtp/doc/manual/html/GNU-ccRTP-Linking-Exception.html . If I understand it right it means that I could link the library in a closed source commercial program. Please correct me if I'm wrong .. I'm not really good with license stuff... Regards, Mit freundlichen Grüßen Thomas Raschbacher ____________________________________________ itCampus Technology GmbH Österreich * Deutschland * Italien Dresdner Straße 45 /DG 1200 Wien thomas.raschbacher@... Tel: +43 (1) 890 22 82 - 58 Fax: +43 (1) 890 22 82 - 958 http://www.itctec.com UID: ATU 6339 0618 Firmenbuchnr: FN292598t, Handelsgericht Wien Geschäftsführer: Andreas Günser, Andreas Lassmann Joint Venture von itCampus und MEC itCampus Gruppe Deutschland * Großbritannien * Italien * Österreich * Schweiz * Slowakei http://www.itcampus.eu _______________________________________________ Ccrtp-devel mailing list Ccrtp-devel@... http://lists.gnu.org/mailman/listinfo/ccrtp-devel |
|
|
Re: ccRTP (and commoncpp) GPL linking exception ..All use cases and licensing is exactly the same as found with GCC
libstdc++. You are essentially correct, or to look at it another way, you are license compliant with ccrtp as per the linking exception if you are already license compliant with libstdc++ and are not otherwise modifying the distribution of ccrtp itself as you had received it. Thomas Raschbacher wrote: > Hi. > > I've evaluated ccRTP for an application we are developing (I did have to apply a few minor patches for VS 2008 but now it compiles and works) and so far it seems to work quite well. > > I've been wondering about the linking exception .. I read both the COPYING.addendum file and http://www.gnu.org/software/ccrtp/doc/manual/html/GNU-ccRTP-Linking-Exception.html . > If I understand it right it means that I could link the library in a closed source commercial program. > Please correct me if I'm wrong .. I'm not really good with license stuff... > > Regards, > > Mit freundlichen Grüßen > Thomas Raschbacher > ____________________________________________ > itCampus Technology GmbH > Österreich * Deutschland * Italien > Dresdner Straße 45 /DG > 1200 Wien > thomas.raschbacher@... > Tel: +43 (1) 890 22 82 - 58 > Fax: +43 (1) 890 22 82 - 958 > http://www.itctec.com > UID: ATU 6339 0618 > Firmenbuchnr: FN292598t, Handelsgericht Wien > Geschäftsführer: Andreas Günser, Andreas Lassmann > Joint Venture von itCampus und MEC > > itCampus Gruppe > Deutschland * Großbritannien * Italien * Österreich * Schweiz * Slowakei > http://www.itcampus.eu > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Ccrtp-devel mailing list > Ccrtp-devel@... > http://lists.gnu.org/mailman/listinfo/ccrtp-devel [dyfet.vcf] begin:vcard fn:David Sugar n:Sugar;David org:GNU Telephony email;internet:dyfet@... tel;work:+1 201 215 2609 url:http://www.gnutelephony.org version:2.1 end:vcard _______________________________________________ Ccrtp-devel mailing list Ccrtp-devel@... http://lists.gnu.org/mailman/listinfo/ccrtp-devel |
|
|
Re: ccRTP (and commoncpp) GPL linking exception ..I should add, however, that the ZRTP extensions (which is separately
distributed) are licensed using the GNU General Public License without a linking exception. If you are using the zrtp extensions, then you will need to license your software under a GNU GPL compatible license. Thomas Raschbacher wrote: > Hi. > > I've evaluated ccRTP for an application we are developing (I did have to apply a few minor patches for VS 2008 but now it compiles and works) and so far it seems to work quite well. > > I've been wondering about the linking exception .. I read both the COPYING.addendum file and http://www.gnu.org/software/ccrtp/doc/manual/html/GNU-ccRTP-Linking-Exception.html . > If I understand it right it means that I could link the library in a closed source commercial program. > Please correct me if I'm wrong .. I'm not really good with license stuff... > > Regards, > > Mit freundlichen Grüßen > Thomas Raschbacher > ____________________________________________ > itCampus Technology GmbH > Österreich * Deutschland * Italien > Dresdner Straße 45 /DG > 1200 Wien > thomas.raschbacher@... > Tel: +43 (1) 890 22 82 - 58 > Fax: +43 (1) 890 22 82 - 958 > http://www.itctec.com > UID: ATU 6339 0618 > Firmenbuchnr: FN292598t, Handelsgericht Wien > Geschäftsführer: Andreas Günser, Andreas Lassmann > Joint Venture von itCampus und MEC > > itCampus Gruppe > Deutschland * Großbritannien * Italien * Österreich * Schweiz * Slowakei > http://www.itcampus.eu > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Ccrtp-devel mailing list > Ccrtp-devel@... > http://lists.gnu.org/mailman/listinfo/ccrtp-devel [dyfet.vcf] begin:vcard fn:David Sugar n:Sugar;David org:GNU Telephony email;internet:dyfet@... tel;work:+1 201 215 2609 url:http://www.gnutelephony.org version:2.1 end:vcard _______________________________________________ Ccrtp-devel mailing list Ccrtp-devel@... http://lists.gnu.org/mailman/listinfo/ccrtp-devel |
|
|
RE: ccRTP (and commoncpp) GPL linking exception ..Thanks for the fast answer.
So basically if I make any changes/fixes (e.g. neither commoncpp nor ccrtp would compile as-is with visual studio 2008 so I had to change project files and apply 1 or 2 small fixes) I'll have to make those available as normal, but just using the library (I assume it doesn't matter if static or dynamic) is fine without having the GPL apply to the rest of my code. Correct? Regards, > -----Original Message----- > From: David Sugar [mailto:dyfet@...] > Sent: Tuesday, July 01, 2008 17:48 > To: Thomas Raschbacher > Cc: ccrtp-devel@... > Subject: Re: [Ccrtp-devel] ccRTP (and commoncpp) GPL linking > exception .. > > I should add, however, that the ZRTP extensions (which is separately > distributed) are licensed using the GNU General Public License without > a linking exception. If you are using the zrtp extensions, then you > will need to license your software under a GNU GPL compatible license. > > Thomas Raschbacher wrote: > > Hi. > > > > I've evaluated ccRTP for an application we are developing (I did have > to apply a few minor patches for VS 2008 but now it compiles and works) > and so far it seems to work quite well. > > > > I've been wondering about the linking exception .. I read both the > COPYING.addendum file and > http://www.gnu.org/software/ccrtp/doc/manual/html/GNU-ccRTP-Linking- > Exception.html . > > If I understand it right it means that I could link the library in a > closed source commercial program. > > Please correct me if I'm wrong .. I'm not really good with license > stuff... > > > > Regards, > > > > Mit freundlichen Grüßen > > Thomas Raschbacher > > ____________________________________________ > > itCampus Technology GmbH > > Österreich * Deutschland * Italien > > Dresdner Straße 45 /DG > > 1200 Wien > > thomas.raschbacher@... > > Tel: +43 (1) 890 22 82 - 58 > > Fax: +43 (1) 890 22 82 - 958 > > http://www.itctec.com > > UID: ATU 6339 0618 > > Firmenbuchnr: FN292598t, Handelsgericht Wien > > Geschäftsführer: Andreas Günser, Andreas Lassmann Joint Venture von > > itCampus und MEC > > > > itCampus Gruppe > > Deutschland * Großbritannien * Italien * Österreich * Schweiz * > > Slowakei http://www.itcampus.eu > > > > > > > > > > --------------------------------------------------------------------- > - > > -- > > > > _______________________________________________ > > Ccrtp-devel mailing list > > Ccrtp-devel@... > > http://lists.gnu.org/mailman/listinfo/ccrtp-devel _______________________________________________ Ccrtp-devel mailing list Ccrtp-devel@... http://lists.gnu.org/mailman/listinfo/ccrtp-devel |
|
|
Re: ccRTP (and commoncpp) GPL linking exception ..The changed library would either still be either under the GPL only, or
under the GPL with the linking exception, at your choice. In either case, you would have to distribute/make source available to your changes to the library(ies) to propogate the changed libraries. This is relevant to the libraries only, however, and not the linked application, unless you chose to redistribute the libraries as GPL only. If the changes to the libraries are small, I would be happy to review and include them in the next release. Thomas Raschbacher wrote: > Thanks for the fast answer. > So basically if I make any changes/fixes (e.g. neither commoncpp nor ccrtp would compile as-is with visual studio 2008 so I had to change project files and apply 1 or 2 small fixes) I'll have to make those available as normal, but just using the library (I assume it doesn't matter if static or dynamic) is fine without having the GPL apply to the rest of my code. Correct? > > Regards, > >> -----Original Message----- >> From: David Sugar [mailto:dyfet@...] >> Sent: Tuesday, July 01, 2008 17:48 >> To: Thomas Raschbacher >> Cc: ccrtp-devel@... >> Subject: Re: [Ccrtp-devel] ccRTP (and commoncpp) GPL linking >> exception .. >> >> I should add, however, that the ZRTP extensions (which is separately >> distributed) are licensed using the GNU General Public License without >> a linking exception. If you are using the zrtp extensions, then you >> will need to license your software under a GNU GPL compatible license. >> >> Thomas Raschbacher wrote: >>> Hi. >>> >>> I've evaluated ccRTP for an application we are developing (I did have >> to apply a few minor patches for VS 2008 but now it compiles and works) >> and so far it seems to work quite well. >>> I've been wondering about the linking exception .. I read both the >> COPYING.addendum file and >> http://www.gnu.org/software/ccrtp/doc/manual/html/GNU-ccRTP-Linking- >> Exception.html . >>> If I understand it right it means that I could link the library in a >> closed source commercial program. >>> Please correct me if I'm wrong .. I'm not really good with license >> stuff... >>> Regards, >>> >>> Mit freundlichen Grüßen >>> Thomas Raschbacher >>> ____________________________________________ >>> itCampus Technology GmbH >>> Österreich * Deutschland * Italien >>> Dresdner Straße 45 /DG >>> 1200 Wien >>> thomas.raschbacher@... >>> Tel: +43 (1) 890 22 82 - 58 >>> Fax: +43 (1) 890 22 82 - 958 >>> http://www.itctec.com >>> UID: ATU 6339 0618 >>> Firmenbuchnr: FN292598t, Handelsgericht Wien >>> Geschäftsführer: Andreas Günser, Andreas Lassmann Joint Venture von >>> itCampus und MEC >>> >>> itCampus Gruppe >>> Deutschland * Großbritannien * Italien * Österreich * Schweiz * >>> Slowakei http://www.itcampus.eu >>> >>> >>> >>> >>> --------------------------------------------------------------------- >> - >>> -- >>> >>> _______________________________________________ >>> Ccrtp-devel mailing list >>> Ccrtp-devel@... >>> http://lists.gnu.org/mailman/listinfo/ccrtp-devel >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Ccrtp-devel mailing list >>> Ccrtp-devel@... >>> http://lists.gnu.org/mailman/listinfo/ccrtp-devel [dyfet.vcf] begin:vcard fn:David Sugar n:Sugar;David org:GNU Telephony email;internet:dyfet@... tel;work:+1 201 215 2609 url:http://www.gnutelephony.org version:2.1 end:vcard _______________________________________________ Ccrtp-devel mailing list Ccrtp-devel@... http://lists.gnu.org/mailman/listinfo/ccrtp-devel |
|
|
Re: ccRTP (and commoncpp) GPL linking exception .. shorter answer yes...Yes, what you said is correct. I just realized it restates what I said :)
Thomas Raschbacher wrote: > Thanks for the fast answer. > So basically if I make any changes/fixes (e.g. neither commoncpp nor ccrtp would compile as-is with visual studio 2008 so I had to change project files and apply 1 or 2 small fixes) I'll have to make those available as normal, but just using the library (I assume it doesn't matter if static or dynamic) is fine without having the GPL apply to the rest of my code. Correct? > > Regards, > >> -----Original Message----- >> From: David Sugar [mailto:dyfet@...] >> Sent: Tuesday, July 01, 2008 17:48 >> To: Thomas Raschbacher >> Cc: ccrtp-devel@... >> Subject: Re: [Ccrtp-devel] ccRTP (and commoncpp) GPL linking >> exception .. >> >> I should add, however, that the ZRTP extensions (which is separately >> distributed) are licensed using the GNU General Public License without >> a linking exception. If you are using the zrtp extensions, then you >> will need to license your software under a GNU GPL compatible license. >> >> Thomas Raschbacher wrote: >>> Hi. >>> >>> I've evaluated ccRTP for an application we are developing (I did have >> to apply a few minor patches for VS 2008 but now it compiles and works) >> and so far it seems to work quite well. >>> I've been wondering about the linking exception .. I read both the >> COPYING.addendum file and >> http://www.gnu.org/software/ccrtp/doc/manual/html/GNU-ccRTP-Linking- >> Exception.html . >>> If I understand it right it means that I could link the library in a >> closed source commercial program. >>> Please correct me if I'm wrong .. I'm not really good with license >> stuff... >>> Regards, >>> >>> Mit freundlichen Grüßen >>> Thomas Raschbacher >>> ____________________________________________ >>> itCampus Technology GmbH >>> Österreich * Deutschland * Italien >>> Dresdner Straße 45 /DG >>> 1200 Wien >>> thomas.raschbacher@... >>> Tel: +43 (1) 890 22 82 - 58 >>> Fax: +43 (1) 890 22 82 - 958 >>> http://www.itctec.com >>> UID: ATU 6339 0618 >>> Firmenbuchnr: FN292598t, Handelsgericht Wien >>> Geschäftsführer: Andreas Günser, Andreas Lassmann Joint Venture von >>> itCampus und MEC >>> >>> itCampus Gruppe >>> Deutschland * Großbritannien * Italien * Österreich * Schweiz * >>> Slowakei http://www.itcampus.eu >>> >>> >>> >>> >>> --------------------------------------------------------------------- >> - >>> -- >>> >>> _______________________________________________ >>> Ccrtp-devel mailing list >>> Ccrtp-devel@... >>> http://lists.gnu.org/mailman/listinfo/ccrtp-devel >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Ccrtp-devel mailing list >>> Ccrtp-devel@... >>> http://lists.gnu.org/mailman/listinfo/ccrtp-devel [dyfet.vcf] begin:vcard fn:David Sugar n:Sugar;David org:GNU Telephony email;internet:dyfet@... tel;work:+1 201 215 2609 url:http://www.gnutelephony.org version:2.1 end:vcard _______________________________________________ Ccrtp-devel mailing list Ccrtp-devel@... http://lists.gnu.org/mailman/listinfo/ccrtp-devel |
| Free embeddable forum powered by Nabble | Forum Help |