On 06/27/12 11:40, Volker Braun wrote: > On Wednesday, June 27, 2012 4:24:29 PM UTC+1, Michael Orlitzky wrote: > > Debian wants to ship only Free Software. If your Free Software requires > non-Free software, it ain't Free. > > > This has nothing to do with the issue at hand. Both Apache v1.0 and GPL > are Free Software Licenses. They are incompatible, but Free.See > also http://www.gnu.org/licenses/license-list.html
Yes, but "Sage is a free open-source mathematics software system licensed under the GPL." You can replace "Free Software" in my previous message with "GPL" if you like. How closely does the notebook integrate with OpenSSL? Does it link to it or do something equivalent? If you combine GPL and GPL-incompatible software and redistribute the result, you have a problem. An example: 1) I release libfoo under GPL3. In particular, that means that if you link to my code and redistribute it, you may not impose additional restrictions on your users. 2) You write a utility that encrypts foos. You use OpenSSL to do this, and you link both OpenSSL and libfoo. 3) You distribute the work. Now, do your users have to abide by the OpenSSL advertising clause? All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes cryptographic software written by Eric Young (e...@cryptsoft.com)" The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). If not, you've violated its license. If so, you've violated mine. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org