relicencing: add a exception clause to GPL to allow redistribution linked to OpenSSL
This commit is contained in:
parent
b039415b93
commit
fc058e09d6
3
COPYING
3
COPYING
@ -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
2
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user