From ebe5ef9a9f3554c7e104f42c6e188440a831e3ae Mon Sep 17 00:00:00 2001 From: Robert Grundeken Date: Mon, 5 Oct 2020 13:32:26 +0200 Subject: [PATCH] GW-26: Changed License to GPLv3 or later --- assets/css/admin.css | 6 +++--- composer.json | 2 +- gls-woocommerce.php | 4 ++-- includes/abstracts/abstract-gls-delivery-option.php | 6 +++--- includes/admin/class-gls-admin-api-notice.php | 6 +++--- includes/admin/class-gls-admin-assets.php | 6 +++--- includes/admin/class-gls-admin-bulk-actions.php | 6 +++--- includes/admin/class-gls-admin-meta-boxes.php | 6 +++--- includes/admin/class-gls-admin-notice.php | 6 +++--- includes/admin/class-gls-admin-order-columns.php | 6 +++--- includes/admin/class-gls-admin.php | 6 +++--- .../meta-boxes/class-gls-admin-meta-box-order-label.php | 6 +++--- .../admin/settings/class-gls-settings-delivery-options.php | 6 +++--- .../class-gls-settings-woocommerce-shipping-instance.php | 6 +++--- includes/api/class-gls-api-get-delivery-options.php | 6 +++--- includes/api/class-gls-api-get-parcel-shops.php | 6 +++--- includes/api/class-gls-api-validate-login.php | 6 +++--- includes/api/label/class-gls-api-label-create.php | 6 +++--- includes/api/label/class-gls-api-label-delete.php | 6 +++--- includes/class-gls-ajax.php | 6 +++--- includes/class-gls-api.php | 6 +++--- includes/class-gls-autoloader.php | 6 +++--- includes/class-gls-delivery-options.php | 6 +++--- includes/class-gls-encryption.php | 6 +++--- includes/class-gls-frontend-scripts.php | 6 +++--- includes/class-gls-pdf.php | 6 +++--- includes/class-gls.php | 6 +++--- includes/options/class-gls-option-s12.php | 6 +++--- includes/options/class-gls-option-s17.php | 6 +++--- includes/options/class-gls-option-s9.php | 6 +++--- includes/options/class-gls-option-saturdayservice.php | 6 +++--- includes/options/class-gls-option-shopdelivery.php | 6 +++--- includes/options/class-gls-option-t12.php | 6 +++--- includes/options/class-gls-option-t17.php | 6 +++--- includes/options/class-gls-option-t9.php | 6 +++--- readme.txt | 4 ++-- templates/checkout/delivery-options.php | 6 +++--- 37 files changed, 107 insertions(+), 107 deletions(-) diff --git a/assets/css/admin.css b/assets/css/admin.css index a4f0bf4..9eef830 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -13,9 +13,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -26,7 +26,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ #poststuff #gls-order-label .inside { diff --git a/composer.json b/composer.json index ab92499..b82d8da 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "setasign/fpdi-fpdf": "^2.2" }, "type": "woocommerce-plugin", - "license": "CC-BY-NC-ND-3.0", + "license": "GPL-3.0-or-later", "version": "1.2.0", "authors": [ { diff --git a/gls-woocommerce.php b/gls-woocommerce.php index ba7f0c0..e25c92c 100644 --- a/gls-woocommerce.php +++ b/gls-woocommerce.php @@ -14,8 +14,8 @@ * WC Requires at least: 3.8.1 * WC Tested up to: 3.9 * - * License: CC-BY-NC-ND-3.0 - * License URI: http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * License: GPLv3 or later + * License URI: http://www.gnu.org/licenses/gpl-3.0.html * @formatter:on */ diff --git a/includes/abstracts/abstract-gls-delivery-option.php b/includes/abstracts/abstract-gls-delivery-option.php index e5b50b8..b1bad9a 100644 --- a/includes/abstracts/abstract-gls-delivery-option.php +++ b/includes/abstracts/abstract-gls-delivery-option.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ if (!defined('ABSPATH')) { diff --git a/includes/admin/class-gls-admin-api-notice.php b/includes/admin/class-gls-admin-api-notice.php index 74fbc62..7558e52 100644 --- a/includes/admin/class-gls-admin-api-notice.php +++ b/includes/admin/class-gls-admin-api-notice.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined( 'ABSPATH' ) || exit; diff --git a/includes/admin/class-gls-admin-assets.php b/includes/admin/class-gls-admin-assets.php index 6568c59..51be5f9 100644 --- a/includes/admin/class-gls-admin-assets.php +++ b/includes/admin/class-gls-admin-assets.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ if (!defined('ABSPATH')) { diff --git a/includes/admin/class-gls-admin-bulk-actions.php b/includes/admin/class-gls-admin-bulk-actions.php index 533c182..5087624 100644 --- a/includes/admin/class-gls-admin-bulk-actions.php +++ b/includes/admin/class-gls-admin-bulk-actions.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined( 'ABSPATH' ) || exit; diff --git a/includes/admin/class-gls-admin-meta-boxes.php b/includes/admin/class-gls-admin-meta-boxes.php index 360d180..97232bb 100644 --- a/includes/admin/class-gls-admin-meta-boxes.php +++ b/includes/admin/class-gls-admin-meta-boxes.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined( 'ABSPATH' ) || exit; diff --git a/includes/admin/class-gls-admin-notice.php b/includes/admin/class-gls-admin-notice.php index 56a14dd..19017f2 100644 --- a/includes/admin/class-gls-admin-notice.php +++ b/includes/admin/class-gls-admin-notice.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined('ABSPATH') || exit; diff --git a/includes/admin/class-gls-admin-order-columns.php b/includes/admin/class-gls-admin-order-columns.php index 95fa536..85963a5 100644 --- a/includes/admin/class-gls-admin-order-columns.php +++ b/includes/admin/class-gls-admin-order-columns.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined( 'ABSPATH' ) || exit; diff --git a/includes/admin/class-gls-admin.php b/includes/admin/class-gls-admin.php index 461a298..eefef98 100644 --- a/includes/admin/class-gls-admin.php +++ b/includes/admin/class-gls-admin.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ if (!defined('ABSPATH')) { diff --git a/includes/admin/meta-boxes/class-gls-admin-meta-box-order-label.php b/includes/admin/meta-boxes/class-gls-admin-meta-box-order-label.php index d6fda40..81426b7 100644 --- a/includes/admin/meta-boxes/class-gls-admin-meta-box-order-label.php +++ b/includes/admin/meta-boxes/class-gls-admin-meta-box-order-label.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined('ABSPATH') || exit; diff --git a/includes/admin/settings/class-gls-settings-delivery-options.php b/includes/admin/settings/class-gls-settings-delivery-options.php index 3f8d626..f2578db 100644 --- a/includes/admin/settings/class-gls-settings-delivery-options.php +++ b/includes/admin/settings/class-gls-settings-delivery-options.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined('ABSPATH') || exit; diff --git a/includes/admin/settings/class-gls-settings-woocommerce-shipping-instance.php b/includes/admin/settings/class-gls-settings-woocommerce-shipping-instance.php index 5dd1c89..c328bfa 100644 --- a/includes/admin/settings/class-gls-settings-woocommerce-shipping-instance.php +++ b/includes/admin/settings/class-gls-settings-woocommerce-shipping-instance.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined( 'ABSPATH' ) || exit; diff --git a/includes/api/class-gls-api-get-delivery-options.php b/includes/api/class-gls-api-get-delivery-options.php index 6397a2c..211908e 100644 --- a/includes/api/class-gls-api-get-delivery-options.php +++ b/includes/api/class-gls-api-get-delivery-options.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Api_Get_Delivery_Options diff --git a/includes/api/class-gls-api-get-parcel-shops.php b/includes/api/class-gls-api-get-parcel-shops.php index 65dae9d..ec134da 100644 --- a/includes/api/class-gls-api-get-parcel-shops.php +++ b/includes/api/class-gls-api-get-parcel-shops.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Api_Get_Parcel_Shops diff --git a/includes/api/class-gls-api-validate-login.php b/includes/api/class-gls-api-validate-login.php index b6418c8..243fe3e 100644 --- a/includes/api/class-gls-api-validate-login.php +++ b/includes/api/class-gls-api-validate-login.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Api_Validate_Login diff --git a/includes/api/label/class-gls-api-label-create.php b/includes/api/label/class-gls-api-label-create.php index 539ca78..c578fea 100644 --- a/includes/api/label/class-gls-api-label-create.php +++ b/includes/api/label/class-gls-api-label-create.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Api_Label_Create diff --git a/includes/api/label/class-gls-api-label-delete.php b/includes/api/label/class-gls-api-label-delete.php index 6d328e1..2becc7e 100644 --- a/includes/api/label/class-gls-api-label-delete.php +++ b/includes/api/label/class-gls-api-label-delete.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Api_Label_Delete diff --git a/includes/class-gls-ajax.php b/includes/class-gls-ajax.php index 989b6a9..39c07e2 100644 --- a/includes/class-gls-ajax.php +++ b/includes/class-gls-ajax.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined('ABSPATH') || exit; diff --git a/includes/class-gls-api.php b/includes/class-gls-api.php index 928ff58..0f7a955 100644 --- a/includes/class-gls-api.php +++ b/includes/class-gls-api.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Api diff --git a/includes/class-gls-autoloader.php b/includes/class-gls-autoloader.php index 53d7199..96534a7 100644 --- a/includes/class-gls-autoloader.php +++ b/includes/class-gls-autoloader.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined('ABSPATH') || exit; diff --git a/includes/class-gls-delivery-options.php b/includes/class-gls-delivery-options.php index 9622162..0ddf3f5 100644 --- a/includes/class-gls-delivery-options.php +++ b/includes/class-gls-delivery-options.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined('ABSPATH') || exit; diff --git a/includes/class-gls-encryption.php b/includes/class-gls-encryption.php index 6c07f12..6ba6ec1 100644 --- a/includes/class-gls-encryption.php +++ b/includes/class-gls-encryption.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined('ABSPATH') || exit; diff --git a/includes/class-gls-frontend-scripts.php b/includes/class-gls-frontend-scripts.php index d507978..07b227d 100644 --- a/includes/class-gls-frontend-scripts.php +++ b/includes/class-gls-frontend-scripts.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Frontend_Scripts extends WC_Frontend_Scripts diff --git a/includes/class-gls-pdf.php b/includes/class-gls-pdf.php index 251ba79..d9e0c36 100644 --- a/includes/class-gls-pdf.php +++ b/includes/class-gls-pdf.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ use setasign\Fpdi\Fpdi; diff --git a/includes/class-gls.php b/includes/class-gls.php index 01c1d75..0f2b1ce 100644 --- a/includes/class-gls.php +++ b/includes/class-gls.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ defined('ABSPATH') || exit; diff --git a/includes/options/class-gls-option-s12.php b/includes/options/class-gls-option-s12.php index 8480ab7..84fc63b 100644 --- a/includes/options/class-gls-option-s12.php +++ b/includes/options/class-gls-option-s12.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Option_S12 extends GLS_Delivery_Option diff --git a/includes/options/class-gls-option-s17.php b/includes/options/class-gls-option-s17.php index 3c6b8df..6246362 100644 --- a/includes/options/class-gls-option-s17.php +++ b/includes/options/class-gls-option-s17.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Option_S17 extends GLS_Delivery_Option diff --git a/includes/options/class-gls-option-s9.php b/includes/options/class-gls-option-s9.php index 177699c..4cb2cdb 100644 --- a/includes/options/class-gls-option-s9.php +++ b/includes/options/class-gls-option-s9.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Option_S9 extends GLS_Delivery_Option diff --git a/includes/options/class-gls-option-saturdayservice.php b/includes/options/class-gls-option-saturdayservice.php index bcc566e..7525806 100644 --- a/includes/options/class-gls-option-saturdayservice.php +++ b/includes/options/class-gls-option-saturdayservice.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Option_SaturdayService extends GLS_Delivery_Option diff --git a/includes/options/class-gls-option-shopdelivery.php b/includes/options/class-gls-option-shopdelivery.php index 56b9f94..42dd7ad 100644 --- a/includes/options/class-gls-option-shopdelivery.php +++ b/includes/options/class-gls-option-shopdelivery.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Option_ShopDelivery extends GLS_Delivery_Option diff --git a/includes/options/class-gls-option-t12.php b/includes/options/class-gls-option-t12.php index 4b4d3d6..9596ba7 100644 --- a/includes/options/class-gls-option-t12.php +++ b/includes/options/class-gls-option-t12.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Option_T12 extends GLS_Delivery_Option diff --git a/includes/options/class-gls-option-t17.php b/includes/options/class-gls-option-t17.php index 5d4d8bf..a9bae16 100644 --- a/includes/options/class-gls-option-t17.php +++ b/includes/options/class-gls-option-t17.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Option_T17 extends GLS_Delivery_Option diff --git a/includes/options/class-gls-option-t9.php b/includes/options/class-gls-option-t9.php index 2e76650..f61da65 100644 --- a/includes/options/class-gls-option-t9.php +++ b/includes/options/class-gls-option-t9.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ class GLS_Option_T9 extends GLS_Delivery_Option diff --git a/readme.txt b/readme.txt index 0348577..54f20a1 100644 --- a/readme.txt +++ b/readme.txt @@ -6,8 +6,8 @@ Tested up to: 5.3 WC Tested up to: 3.9 Requires PHP: 7.1 Stable tag: 1.3.0 -License: CC-BY-NC-ND-3.0 -License URI: http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US +License: GPL-3.0-or-later +License URI: http://www.gnu.org/licenses/gpl-3.0.html GLS offers shipping solutions nationally and internationally in Europe and worldwide. By using this plugin you can integrate GLS shipping methods in WooCommerce. diff --git a/templates/checkout/delivery-options.php b/templates/checkout/delivery-options.php index 9fb1099..eda822a 100644 --- a/templates/checkout/delivery-options.php +++ b/templates/checkout/delivery-options.php @@ -14,9 +14,9 @@ * * NOTICE OF LICENSE * - * This source file is subject to the Creative Commons License. + * This source file is subject to the GPLv3 or later. * It is available through the world-wide-web at this URL: - * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * http://www.gnu.org/licenses/gpl-3.0.html * If you are unable to obtain it through the world-wide-web, please send an email * to servicedesk@tig.nl so we can send you a copy immediately. * @@ -27,7 +27,7 @@ * needs please contact servicedesk@tig.nl for more information. * * @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright - * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US + * @license http://www.gnu.org/licenses/gpl-3.0.html */ ?>