mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/libmicrohttpd: fixed license
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/30986 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
364787c211
commit
fcfd98e579
12
licenses/GPL-2+-with-eCos-exception-2
Normal file
12
licenses/GPL-2+-with-eCos-exception-2
Normal file
@@ -0,0 +1,12 @@
|
||||
GNU General Public License, version 2 or any later version.
|
||||
See GPL-2 or GPL-3 for the full text of these licenses.
|
||||
|
||||
As a special exception, if other files instantiate templates or use macros or
|
||||
inline functions from this file, or you compile this file and link it with
|
||||
other works to produce a work based on this file, this file does not by itself
|
||||
cause the resulting work to be covered by the GNU General Public License.
|
||||
However the source code for this file must still be made available in
|
||||
accordance with section (3) of the GNU General Public License v2.
|
||||
|
||||
This exception does not invalidate any other reasons why a work based on this
|
||||
file might be covered by the GNU General Public License.
|
||||
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/"
|
||||
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
LICENSE="|| ( LGPL-2.1+ !ssl? ( GPL-2+-with-eCos-exception-2 ) )"
|
||||
SLOT="0/12"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="+epoll ssl static-libs test +thread-names"
|
||||
|
||||
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/"
|
||||
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
LICENSE="|| ( LGPL-2.1+ !ssl? ( GPL-2+-with-eCos-exception-2 ) )"
|
||||
SLOT="0/12"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
IUSE="+epoll ssl static-libs test +thread-names"
|
||||
|
||||
Reference in New Issue
Block a user