mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
filemq: correct license
All source files, except src/filemq_client.c and src/filemq_server.c, has MPL Version 2.0 license text in file header. As confirmed with upstream [1] (L)GPLv3 license texts COPYING and COPYING.LESSER are leftover from previous implementation. [1] - https://github.com/zeromq/filemq/issues/74 Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
16506042e6
commit
205a0289d4
@ -11,8 +11,8 @@ FILEMQ_AUTORECONF = YES
|
|||||||
FILEMQ_CONF_ENV = filemq_have_asciidoc=no
|
FILEMQ_CONF_ENV = filemq_have_asciidoc=no
|
||||||
FILEMQ_INSTALL_STAGING = YES
|
FILEMQ_INSTALL_STAGING = YES
|
||||||
FILEMQ_DEPENDENCIES = czmq openssl zeromq
|
FILEMQ_DEPENDENCIES = czmq openssl zeromq
|
||||||
FILEMQ_LICENSE = LGPLv3+ with exceptions
|
FILEMQ_LICENSE = MPLv2.0
|
||||||
FILEMQ_LICENSE_FILES = COPYING COPYING.LESSER
|
FILEMQ_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
define FILEMQ_CREATE_CONFIG_DIR
|
define FILEMQ_CREATE_CONFIG_DIR
|
||||||
mkdir -p $(@D)/config
|
mkdir -p $(@D)/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user