diff --git a/develop.cfg b/develop.cfg
index 2101b07a3db11f0449a102c19a4acef9a7f12443..c770b14bfc764187a439bc11119d845ea23639a4 100644
--- a/develop.cfg
+++ b/develop.cfg
@@ -21,8 +21,7 @@ develop = src/bob.extension
           src/bob.learn.em
           src/bob.measure
           src/bob.db.base
-          src/bob.db.verification.utils
-          src/bob.db.verification.filelist
+          src/bob.bio.db
           src/bob.db.atnt
           src/bob.io.image
           src/bob.bio.base
@@ -45,8 +44,7 @@ bob.learn.linear = git https://gitlab.idiap.ch/bob/bob.learn.linear
 bob.learn.em = git https://gitlab.idiap.ch/bob/bob.learn.em
 bob.measure = git https://gitlab.idiap.ch/bob/bob.measure
 bob.db.base = git https://gitlab.idiap.ch/bob/bob.db.base
-bob.db.verification.utils = git https://gitlab.idiap.ch/bob/bob.db.verification.utils
-bob.db.verification.filelist = git https://gitlab.idiap.ch/bob/bob.db.verification.filelist
+bob.bio.db = git https://gitlab.idiap.ch/bob/bob.bio.db
 bob.db.atnt = git https://gitlab.idiap.ch/bob/bob.db.atnt
 bob.io.image = git https://gitlab.idiap.ch/bob/bob.io.image
 bob.bio.base = git https://gitlab.idiap.ch/bob/bob.bio.base
diff --git a/requirements.txt b/requirements.txt
index cc2aba6c358ed80121c5372774cb69db1caa6c66..fd14f2fda23edc0f0f457da9805f075f9bb03e67 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,8 +10,6 @@ bob.sp
 bob.learn.em
 bob.measure
 bob.db.base
-bob.db.verification.utils
-bob.db.verification.filelist
 bob.db.atnt  # for test purposes
 bob.io.image # for test purposes
 bob.bio.base
diff --git a/setup.py b/setup.py
index 1c0d50bbc486441d9f62e755ba32b26154bab48a..9f0e8bf870358bb4903293cbfbef5e231f6b360b 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup(
     description = 'Tools for running biometric recognition experiments using GMM-based approximation',
 
     url = 'https://www.gitlab.idiap.ch/bob/bob.bio.gmm',
-    license = 'GPLv3',
+    license = 'BSD',
     author = '<YourName>',
     author_email = '<YourEmail>',
     keywords = 'bob, biometric recognition, evaluation',
@@ -137,7 +137,7 @@ setup(
       'Framework :: Bob',
       'Development Status :: 3 - Alpha',
       'Intended Audience :: Developers',
-      'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
+      'License :: OSI Approved :: BSD License',
       'Natural Language :: English',
       'Programming Language :: Python',
       'Topic :: Scientific/Engineering :: Artificial Intelligence',