diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 6862efc9..865b169c 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -ba5162f5e6118165e99fa58f7abc1795660050f5 +ab72434b27d860f3725fa93ccb5a85bec7b14e6f diff --git a/composer.json b/composer.json index 94b8e057..1378dc93 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,7 @@ "homepage": "http://www.datatables.net/", "author": "SpryMedia", "license": [ - "BSD-3-Clause", - "GPL-2.0" + "MIT" ], "prefer-stable": true, "support": { diff --git a/dataTables.jquery.json b/dataTables.jquery.json index c5ca7fc5..a7c0295b 100644 --- a/dataTables.jquery.json +++ b/dataTables.jquery.json @@ -12,12 +12,8 @@ }, "licenses": [ { - "type": "BSD", + "type": "MIT", "url": "http://datatables.net/license_bsd" - }, - { - "type": "GPLv2", - "url": "http://datatables.net/license_gpl2" } ], "dependencies": { diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 16a07842..9f8d3c51 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -11,10 +11,8 @@ * @contact www.sprymedia.co.uk/contact * @copyright Copyright 2008-2013 Allan Jardine. * - * This source file is free software, available under the following licenses: - * GPL v2 license - http://datatables.net/license_gpl2 - * BSD (3 point) license - http://datatables.net/license_bsd - * MIT license - http://datatables.net/license_mit + * This source file is free software, available under the following license: + * MIT license - http://datatables.net/license * * This source file is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/package.json b/package.json index 4eacbd00..ea8a460f 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,8 @@ }, "licenses": [ { - "type": "BSD", - "url": "http://datatables.net/license_bsd" - }, - { - "type": "GPLv2", - "url": "http://datatables.net/license_gpl2" + "type": "MIT", + "url": "http://datatables.net/license" } ], "dependencies": {