aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@freyther.de>2012-05-30 17:50:06 +0800
committerHolger Hans Peter Freyther <holger@freyther.de>2012-05-30 17:51:30 +0800
commitd24c97d308fb5fb9b75c359085ad9803d0311eb4 (patch)
tree192e4d6b149f38180e7d060feb5e9f5b32090842
parent96a864f527fb4e1cbcc6054ae4cca3556fa03091 (diff)
osmocom: Fix the license of the libraries
GPL is too unspecific, point to the right versions
-rw-r--r--recipes-osmocom/libosmo-abis/libosmo-abis.inc2
-rw-r--r--recipes-osmocom/libosmo-sccp/libosmo-sccp.inc2
-rw-r--r--recipes-osmocom/libosmocore/libosmocore.inc2
-rw-r--r--recipes-osmocom/openbsc/openbsc.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis.inc b/recipes-osmocom/libosmo-abis/libosmo-abis.inc
index acfe526..ddc1275 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis.inc
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis.inc
@@ -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}"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp.inc b/recipes-osmocom/libosmo-sccp/libosmo-sccp.inc
index 0a8e663..0b4ae81 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp.inc
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp.inc
@@ -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}"
diff --git a/recipes-osmocom/libosmocore/libosmocore.inc b/recipes-osmocom/libosmocore/libosmocore.inc
index 6e091ef..c0dba30 100644
--- a/recipes-osmocom/libosmocore/libosmocore.inc
+++ b/recipes-osmocom/libosmocore/libosmocore.inc
@@ -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}"
diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc
index f60da86..1f71e4d 100644
--- a/recipes-osmocom/openbsc/openbsc.inc
+++ b/recipes-osmocom/openbsc/openbsc.inc
@@ -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"