osmocom: Fix the license of the libraries

GPL is too unspecific, point to the right versions
This commit is contained in:
Holger Hans Peter Freyther 2012-05-30 17:50:06 +08:00
parent 96a864f527
commit d24c97d308
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ DESCRITOPN = "An utility library for Open Source Mobile Communications"
DEPENDS = "libosmocore ortp"
DEPENDS_append_geode = "dahdi-linux"
HOMEPAGE = "http://openbsc.gnumonks.org"
LICENSE = "GPL"
LICENSE = "AGPLv3"
INC_PR="r2.${META_TELEPHONY_OSMO_INC}"

View File

@ -1,7 +1,7 @@
DESCRITOPN = "An utility library for Open Source Mobile Communications"
DEPENDS = "libosmocore"
HOMEPAGE = "http://openbsc.gnumonks.org"
LICENSE = "GPL"
LICENSE = "AGPLv3"
INC_PR="r1.${META_TELEPHONY_OSMO_INC}"

View File

@ -1,6 +1,6 @@
DESCRITOPN = "An utility library for Open Source Mobile Communications"
HOMEPAGE = "http://openbsc.gnumonks.org"
LICENSE = "GPL"
LICENSE = "GPLv2+"
INC_PR="r1.${META_TELEPHONY_OSMO_INC}"

View File

@ -1,7 +1,7 @@
DESCRITOPN = "OpenBSC a Free Software GSM BaseStationController"
DEPENDS = "libdbi libosmocore libosmo-sccp libosmo-abis openggsn"
HOMEPAGE = "http://openbsc.osmocom.org/"
LICENSE = "AGPLv3"
LICENSE = "AGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
RDEPENDS_osmo-nitb = "libdbd-sqlite3"