relicencing: add a exception clause to GPL to allow redistribution linked to OpenSSL

This commit is contained in:
nohar 2005-11-17 14:26:56 +00:00
parent b039415b93
commit fc058e09d6
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,9 @@
bip copyright 2004 2005 Arnaud Cornet and loic Gomez, is released under the bip copyright 2004 2005 Arnaud Cornet and loic Gomez, is released under the
terms of the GNU GPL, License that you can find below. terms of the GNU GPL, License that you can find below.
Specific permission is granted for the GPLed code in this distribition to
be linked to OpenSSL without invoking GPL clause 2(b).
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: net
Priority: optional Priority: optional
Maintainer: Arnaud Cornet <arnaud.cornet@gmail.com> Maintainer: Arnaud Cornet <arnaud.cornet@gmail.com>
Standards-Version: 3.6.2.1 Standards-Version: 3.6.2.1
Build-Depends: cdbs, debhelper (>= 4.9.13), bison, flex Build-Depends: cdbs, debhelper (>= 4.9.13), bison, flex, libssl-dev
Package: bip Package: bip
Architecture: any Architecture: any

2
debian/rules vendored
View File

@ -2,5 +2,3 @@
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/autotools.mk
#DEB_CONFIGURE_EXTRA_FLAGS:= --disable-ssl