PostgreSQL, OpenSSL, and the GPL
PostgreSQL, OpenSSL, and the GPL
Posted Feb 17, 2011 15:51 UTC (Thu) by nye (subscriber, #51576)In reply to: PostgreSQL, OpenSSL, and the GPL by trasz
Parent article: PostgreSQL, OpenSSL, and the GPL
>The licence and distribution terms for any publically available version or
>derivative of this code cannot be changed. i.e. this code cannot simply be
>copied and put under another distribution licence
>[including the GNU Public Licence.]
So any derivative work must be released under the terms of the SSLeay license. This makes it incompatible with any copyleft license at the very least. For example, an MIT licensed piece of software can be combined with CDDL software, and the whole distributed under the CDDL, because adhering to the terms of the CDDL necessarily means adhering to the terms of the MIT license. With SSL, this is not the case; in fact it's similar to the GPL's requirement that no further restrictions be imposed, so probably has all the same incompatibilities.
Posted Feb 17, 2011 17:39 UTC (Thu)
by branden (guest, #7029)
[Link]
Thanks for quoting the paragraph to which I referred. I don't understand how people can overlook that when it's been kept in the top-level license file for at least the past five years.
PostgreSQL, OpenSSL, and the GPL