aboutsummaryrefslogtreecommitdiff
path: root/libs/db47
diff options
context:
space:
mode:
authorMarcel Denia <naoir@gmx.net>2014-08-18 11:03:32 +0200
committerMarcel Denia <naoir@gmx.net>2014-08-18 12:59:40 +0200
commite062c4b69e39c1ed7912ec2ff5db14b41fdbe328 (patch)
treea36ba37892c8da0468e7e5f6d7610d03d40438de /libs/db47
parent11e2d6839408a8dbcb99ec43d5ef5c8d0cae4f42 (diff)
db47: Correct license
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'libs/db47')
-rw-r--r--libs/db47/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/db47/Makefile b/libs/db47/Makefile
index ab59debc6..43d539a7b 100644
--- a/libs/db47/Makefile
+++ b/libs/db47/Makefile
@@ -16,8 +16,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(PKG_VERSION)
PKG_SOURCE:=db-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.oracle.com/berkeley-db/
PKG_MD5SUM:=073ab7f20d24b3872a51ca762f5090e7
+
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
-PKG_LICENSE:=BSD-2c
+PKG_LICENSE:=Sleepycat
PKG_LICENSE_FILES:=LICENSE
PKG_FIXUP:=autoreconf
@@ -95,4 +96,3 @@ endef
$(eval $(call BuildPackage,libdb47))
$(eval $(call BuildPackage,libdb47xx))
-