From aef15d320f13b1e6b2706161a863439ac355e071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Herna=CC=81ndez?= Date: Thu, 24 Oct 2019 13:13:21 +0200 Subject: [PATCH] Update copyright --- LICENSE | 2 +- aplazame/LICENSE | 2 +- aplazame/aplazame.php | 2 +- aplazame/controllers/admin/AdminAplazameApiProxyController.php | 2 +- aplazame/controllers/admin/index.php | 2 +- aplazame/controllers/front/Api/article.php | 2 +- aplazame/controllers/front/Api/confirm.php | 2 +- aplazame/controllers/front/Api/index.php | 2 +- aplazame/controllers/front/Api/order.php | 2 +- aplazame/controllers/front/api.php | 2 +- aplazame/controllers/front/index.php | 2 +- aplazame/controllers/front/redirect.php | 2 +- aplazame/controllers/index.php | 2 +- aplazame/index.php | 2 +- aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/Article.php | 2 +- .../lib/Aplazame/Aplazame/Api/BusinessModel/HistoricalOrder.php | 2 +- aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/index.php | 2 +- aplazame/lib/Aplazame/Aplazame/Api/index.php | 2 +- aplazame/lib/Aplazame/Aplazame/BusinessModel/Address.php | 2 +- aplazame/lib/Aplazame/Aplazame/BusinessModel/Article.php | 2 +- aplazame/lib/Aplazame/Aplazame/BusinessModel/Checkout.php | 2 +- aplazame/lib/Aplazame/Aplazame/BusinessModel/Customer.php | 2 +- aplazame/lib/Aplazame/Aplazame/BusinessModel/Order.php | 2 +- aplazame/lib/Aplazame/Aplazame/BusinessModel/ShippingInfo.php | 2 +- aplazame/lib/Aplazame/Aplazame/BusinessModel/index.php | 2 +- aplazame/lib/Aplazame/Aplazame/index.php | 2 +- aplazame/lib/Aplazame/Sdk/Api/ApiClientException.php | 2 +- aplazame/lib/Aplazame/Sdk/Api/ApiCommunicationException.php | 2 +- aplazame/lib/Aplazame/Sdk/Api/ApiRequest.php | 2 +- aplazame/lib/Aplazame/Sdk/Api/ApiServerException.php | 2 +- aplazame/lib/Aplazame/Sdk/Api/AplazameExceptionInterface.php | 2 +- aplazame/lib/Aplazame/Sdk/Api/Client.php | 2 +- aplazame/lib/Aplazame/Sdk/Api/DeserializeException.php | 2 +- aplazame/lib/Aplazame/Sdk/Api/index.php | 2 +- aplazame/lib/Aplazame/Sdk/Http/ClientInterface.php | 2 +- aplazame/lib/Aplazame/Sdk/Http/CurlClient.php | 2 +- aplazame/lib/Aplazame/Sdk/Http/Request.php | 2 +- aplazame/lib/Aplazame/Sdk/Http/RequestInterface.php | 2 +- aplazame/lib/Aplazame/Sdk/Http/Response.php | 2 +- aplazame/lib/Aplazame/Sdk/Http/ResponseInterface.php | 2 +- aplazame/lib/Aplazame/Sdk/Http/index.php | 2 +- aplazame/lib/Aplazame/Sdk/Serializer/Date.php | 2 +- aplazame/lib/Aplazame/Sdk/Serializer/Decimal.php | 2 +- aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializable.php | 2 +- aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializer.php | 2 +- aplazame/lib/Aplazame/Sdk/Serializer/index.php | 2 +- aplazame/lib/Aplazame/Sdk/index.php | 2 +- aplazame/lib/Aplazame/index.php | 2 +- aplazame/lib/index.php | 2 +- aplazame/translations/index.php | 2 +- aplazame/upgrade/Upgrade-3.0.0.php | 2 +- aplazame/upgrade/Upgrade-4.0.0.php | 2 +- aplazame/upgrade/Upgrade-5.0.0.php | 2 +- aplazame/upgrade/Upgrade-5.1.0.php | 2 +- aplazame/upgrade/Upgrade-5.3.0.php | 2 +- aplazame/upgrade/Upgrade-6.0.0.php | 2 +- aplazame/upgrade/index.php | 2 +- aplazame/views/index.php | 2 +- aplazame/views/templates/admin/index.php | 2 +- aplazame/views/templates/admin/product.tpl | 2 +- aplazame/views/templates/front/display_errors.tpl | 2 +- aplazame/views/templates/front/index.php | 2 +- aplazame/views/templates/front/redirect_1.5.tpl | 2 +- aplazame/views/templates/front/redirect_1.7.tpl | 2 +- aplazame/views/templates/hook/confirmation_failure.tpl | 2 +- aplazame/views/templates/hook/confirmation_pending.tpl | 2 +- aplazame/views/templates/hook/confirmation_success.tpl | 2 +- aplazame/views/templates/hook/header.tpl | 2 +- aplazame/views/templates/hook/index.php | 2 +- aplazame/views/templates/hook/payment_1.5.tpl | 2 +- aplazame/views/templates/hook/payment_1.7.tpl | 2 +- aplazame/views/templates/hook/product.tpl | 2 +- aplazame/views/templates/hook/shoppingcart.tpl | 2 +- aplazame/views/templates/index.php | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/LICENSE b/LICENSE index a089293..24c1c87 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, Aplazame +Copyright (c) 2019, Aplazame All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/aplazame/LICENSE b/aplazame/LICENSE index a089293..24c1c87 100644 --- a/aplazame/LICENSE +++ b/aplazame/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, Aplazame +Copyright (c) 2019, Aplazame All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/aplazame/aplazame.php b/aplazame/aplazame.php index 6db4069..0871f3f 100644 --- a/aplazame/aplazame.php +++ b/aplazame/aplazame.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/admin/AdminAplazameApiProxyController.php b/aplazame/controllers/admin/AdminAplazameApiProxyController.php index 7e2466a..58c8367 100644 --- a/aplazame/controllers/admin/AdminAplazameApiProxyController.php +++ b/aplazame/controllers/admin/AdminAplazameApiProxyController.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/admin/index.php b/aplazame/controllers/admin/index.php index cc26883..8985671 100644 --- a/aplazame/controllers/admin/index.php +++ b/aplazame/controllers/admin/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/front/Api/article.php b/aplazame/controllers/front/Api/article.php index dea51e4..eb5cc12 100644 --- a/aplazame/controllers/front/Api/article.php +++ b/aplazame/controllers/front/Api/article.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/front/Api/confirm.php b/aplazame/controllers/front/Api/confirm.php index d18100d..8607ebc 100644 --- a/aplazame/controllers/front/Api/confirm.php +++ b/aplazame/controllers/front/Api/confirm.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/front/Api/index.php b/aplazame/controllers/front/Api/index.php index cc26883..8985671 100644 --- a/aplazame/controllers/front/Api/index.php +++ b/aplazame/controllers/front/Api/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/front/Api/order.php b/aplazame/controllers/front/Api/order.php index a0e8193..0d4c25a 100644 --- a/aplazame/controllers/front/Api/order.php +++ b/aplazame/controllers/front/Api/order.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/front/api.php b/aplazame/controllers/front/api.php index 1de0645..403bca6 100644 --- a/aplazame/controllers/front/api.php +++ b/aplazame/controllers/front/api.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/front/index.php b/aplazame/controllers/front/index.php index cc26883..8985671 100644 --- a/aplazame/controllers/front/index.php +++ b/aplazame/controllers/front/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/front/redirect.php b/aplazame/controllers/front/redirect.php index a91a69e..b57d0b4 100644 --- a/aplazame/controllers/front/redirect.php +++ b/aplazame/controllers/front/redirect.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/controllers/index.php b/aplazame/controllers/index.php index cc26883..8985671 100644 --- a/aplazame/controllers/index.php +++ b/aplazame/controllers/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/index.php b/aplazame/index.php index cc26883..8985671 100644 --- a/aplazame/index.php +++ b/aplazame/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/Article.php b/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/Article.php index a1bad0e..d7b0768 100644 --- a/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/Article.php +++ b/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/Article.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/HistoricalOrder.php b/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/HistoricalOrder.php index ebe55b5..b5e0895 100644 --- a/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/HistoricalOrder.php +++ b/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/HistoricalOrder.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/index.php b/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/index.php +++ b/aplazame/lib/Aplazame/Aplazame/Api/BusinessModel/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/Api/index.php b/aplazame/lib/Aplazame/Aplazame/Api/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/Aplazame/Api/index.php +++ b/aplazame/lib/Aplazame/Aplazame/Api/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Address.php b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Address.php index cda41b2..1e55b05 100644 --- a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Address.php +++ b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Address.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Article.php b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Article.php index e919f82..b4c5512 100644 --- a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Article.php +++ b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Article.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Checkout.php b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Checkout.php index 6d2b0aa..b492b66 100644 --- a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Checkout.php +++ b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Checkout.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Customer.php b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Customer.php index f63c31d..487a0bd 100644 --- a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Customer.php +++ b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Customer.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Order.php b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Order.php index bb8d234..e7584ec 100644 --- a/aplazame/lib/Aplazame/Aplazame/BusinessModel/Order.php +++ b/aplazame/lib/Aplazame/Aplazame/BusinessModel/Order.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/BusinessModel/ShippingInfo.php b/aplazame/lib/Aplazame/Aplazame/BusinessModel/ShippingInfo.php index e2e5879..4859e64 100644 --- a/aplazame/lib/Aplazame/Aplazame/BusinessModel/ShippingInfo.php +++ b/aplazame/lib/Aplazame/Aplazame/BusinessModel/ShippingInfo.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/BusinessModel/index.php b/aplazame/lib/Aplazame/Aplazame/BusinessModel/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/Aplazame/BusinessModel/index.php +++ b/aplazame/lib/Aplazame/Aplazame/BusinessModel/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Aplazame/index.php b/aplazame/lib/Aplazame/Aplazame/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/Aplazame/index.php +++ b/aplazame/lib/Aplazame/Aplazame/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Api/ApiClientException.php b/aplazame/lib/Aplazame/Sdk/Api/ApiClientException.php index 605d48d..9b51ade 100644 --- a/aplazame/lib/Aplazame/Sdk/Api/ApiClientException.php +++ b/aplazame/lib/Aplazame/Sdk/Api/ApiClientException.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Api/ApiCommunicationException.php b/aplazame/lib/Aplazame/Sdk/Api/ApiCommunicationException.php index 52c2deb..a8a9afc 100644 --- a/aplazame/lib/Aplazame/Sdk/Api/ApiCommunicationException.php +++ b/aplazame/lib/Aplazame/Sdk/Api/ApiCommunicationException.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Api/ApiRequest.php b/aplazame/lib/Aplazame/Sdk/Api/ApiRequest.php index 3799183..82a75af 100644 --- a/aplazame/lib/Aplazame/Sdk/Api/ApiRequest.php +++ b/aplazame/lib/Aplazame/Sdk/Api/ApiRequest.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Api/ApiServerException.php b/aplazame/lib/Aplazame/Sdk/Api/ApiServerException.php index 01b735c..b367f1e 100644 --- a/aplazame/lib/Aplazame/Sdk/Api/ApiServerException.php +++ b/aplazame/lib/Aplazame/Sdk/Api/ApiServerException.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Api/AplazameExceptionInterface.php b/aplazame/lib/Aplazame/Sdk/Api/AplazameExceptionInterface.php index 47df5c7..56af8ea 100644 --- a/aplazame/lib/Aplazame/Sdk/Api/AplazameExceptionInterface.php +++ b/aplazame/lib/Aplazame/Sdk/Api/AplazameExceptionInterface.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Api/Client.php b/aplazame/lib/Aplazame/Sdk/Api/Client.php index 7324dad..3da82ad 100644 --- a/aplazame/lib/Aplazame/Sdk/Api/Client.php +++ b/aplazame/lib/Aplazame/Sdk/Api/Client.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Api/DeserializeException.php b/aplazame/lib/Aplazame/Sdk/Api/DeserializeException.php index 2077bea..b0d85c5 100644 --- a/aplazame/lib/Aplazame/Sdk/Api/DeserializeException.php +++ b/aplazame/lib/Aplazame/Sdk/Api/DeserializeException.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Api/index.php b/aplazame/lib/Aplazame/Sdk/Api/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/Sdk/Api/index.php +++ b/aplazame/lib/Aplazame/Sdk/Api/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Http/ClientInterface.php b/aplazame/lib/Aplazame/Sdk/Http/ClientInterface.php index e83dbc8..979f824 100644 --- a/aplazame/lib/Aplazame/Sdk/Http/ClientInterface.php +++ b/aplazame/lib/Aplazame/Sdk/Http/ClientInterface.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Http/CurlClient.php b/aplazame/lib/Aplazame/Sdk/Http/CurlClient.php index 8d66dd8..f1a6e5a 100644 --- a/aplazame/lib/Aplazame/Sdk/Http/CurlClient.php +++ b/aplazame/lib/Aplazame/Sdk/Http/CurlClient.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Http/Request.php b/aplazame/lib/Aplazame/Sdk/Http/Request.php index 77dc652..3c8f9bb 100644 --- a/aplazame/lib/Aplazame/Sdk/Http/Request.php +++ b/aplazame/lib/Aplazame/Sdk/Http/Request.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Http/RequestInterface.php b/aplazame/lib/Aplazame/Sdk/Http/RequestInterface.php index 60f4d77..91a28f8 100644 --- a/aplazame/lib/Aplazame/Sdk/Http/RequestInterface.php +++ b/aplazame/lib/Aplazame/Sdk/Http/RequestInterface.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Http/Response.php b/aplazame/lib/Aplazame/Sdk/Http/Response.php index 5a0c3cb..2cff915 100644 --- a/aplazame/lib/Aplazame/Sdk/Http/Response.php +++ b/aplazame/lib/Aplazame/Sdk/Http/Response.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Http/ResponseInterface.php b/aplazame/lib/Aplazame/Sdk/Http/ResponseInterface.php index e4389f2..91b0250 100644 --- a/aplazame/lib/Aplazame/Sdk/Http/ResponseInterface.php +++ b/aplazame/lib/Aplazame/Sdk/Http/ResponseInterface.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Http/index.php b/aplazame/lib/Aplazame/Sdk/Http/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/Sdk/Http/index.php +++ b/aplazame/lib/Aplazame/Sdk/Http/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Serializer/Date.php b/aplazame/lib/Aplazame/Sdk/Serializer/Date.php index 139bb60..4f91ae7 100644 --- a/aplazame/lib/Aplazame/Sdk/Serializer/Date.php +++ b/aplazame/lib/Aplazame/Sdk/Serializer/Date.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Serializer/Decimal.php b/aplazame/lib/Aplazame/Sdk/Serializer/Decimal.php index d29ca94..692d20b 100644 --- a/aplazame/lib/Aplazame/Sdk/Serializer/Decimal.php +++ b/aplazame/lib/Aplazame/Sdk/Serializer/Decimal.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializable.php b/aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializable.php index 6e4a9fe..afaf064 100644 --- a/aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializable.php +++ b/aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializable.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializer.php b/aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializer.php index 033eb68..a6fd8f4 100644 --- a/aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializer.php +++ b/aplazame/lib/Aplazame/Sdk/Serializer/JsonSerializer.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/Serializer/index.php b/aplazame/lib/Aplazame/Sdk/Serializer/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/Sdk/Serializer/index.php +++ b/aplazame/lib/Aplazame/Sdk/Serializer/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/Sdk/index.php b/aplazame/lib/Aplazame/Sdk/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/Sdk/index.php +++ b/aplazame/lib/Aplazame/Sdk/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/Aplazame/index.php b/aplazame/lib/Aplazame/index.php index cc26883..8985671 100644 --- a/aplazame/lib/Aplazame/index.php +++ b/aplazame/lib/Aplazame/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/lib/index.php b/aplazame/lib/index.php index cc26883..8985671 100644 --- a/aplazame/lib/index.php +++ b/aplazame/lib/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/translations/index.php b/aplazame/translations/index.php index cc26883..8985671 100644 --- a/aplazame/translations/index.php +++ b/aplazame/translations/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/upgrade/Upgrade-3.0.0.php b/aplazame/upgrade/Upgrade-3.0.0.php index dc504bc..dd0c2ac 100644 --- a/aplazame/upgrade/Upgrade-3.0.0.php +++ b/aplazame/upgrade/Upgrade-3.0.0.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/upgrade/Upgrade-4.0.0.php b/aplazame/upgrade/Upgrade-4.0.0.php index 6be4549..17a199b 100644 --- a/aplazame/upgrade/Upgrade-4.0.0.php +++ b/aplazame/upgrade/Upgrade-4.0.0.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/upgrade/Upgrade-5.0.0.php b/aplazame/upgrade/Upgrade-5.0.0.php index cd69f97..cbdefdb 100644 --- a/aplazame/upgrade/Upgrade-5.0.0.php +++ b/aplazame/upgrade/Upgrade-5.0.0.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/upgrade/Upgrade-5.1.0.php b/aplazame/upgrade/Upgrade-5.1.0.php index b81b936..e74cafb 100644 --- a/aplazame/upgrade/Upgrade-5.1.0.php +++ b/aplazame/upgrade/Upgrade-5.1.0.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/upgrade/Upgrade-5.3.0.php b/aplazame/upgrade/Upgrade-5.3.0.php index 683ae70..c08b5c6 100644 --- a/aplazame/upgrade/Upgrade-5.3.0.php +++ b/aplazame/upgrade/Upgrade-5.3.0.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/upgrade/Upgrade-6.0.0.php b/aplazame/upgrade/Upgrade-6.0.0.php index 8c4066d..bf4d595 100644 --- a/aplazame/upgrade/Upgrade-6.0.0.php +++ b/aplazame/upgrade/Upgrade-6.0.0.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/upgrade/index.php b/aplazame/upgrade/index.php index cc26883..8985671 100644 --- a/aplazame/upgrade/index.php +++ b/aplazame/upgrade/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/views/index.php b/aplazame/views/index.php index cc26883..8985671 100644 --- a/aplazame/views/index.php +++ b/aplazame/views/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/views/templates/admin/index.php b/aplazame/views/templates/admin/index.php index cc26883..8985671 100644 --- a/aplazame/views/templates/admin/index.php +++ b/aplazame/views/templates/admin/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/views/templates/admin/product.tpl b/aplazame/views/templates/admin/product.tpl index ce55a09..9bd55a0 100644 --- a/aplazame/views/templates/admin/product.tpl +++ b/aplazame/views/templates/admin/product.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/front/display_errors.tpl b/aplazame/views/templates/front/display_errors.tpl index a5e5ad8..008868e 100644 --- a/aplazame/views/templates/front/display_errors.tpl +++ b/aplazame/views/templates/front/display_errors.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/front/index.php b/aplazame/views/templates/front/index.php index cc26883..8985671 100644 --- a/aplazame/views/templates/front/index.php +++ b/aplazame/views/templates/front/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/views/templates/front/redirect_1.5.tpl b/aplazame/views/templates/front/redirect_1.5.tpl index 5622b43..6948592 100644 --- a/aplazame/views/templates/front/redirect_1.5.tpl +++ b/aplazame/views/templates/front/redirect_1.5.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/front/redirect_1.7.tpl b/aplazame/views/templates/front/redirect_1.7.tpl index 56500da..9ef23b5 100644 --- a/aplazame/views/templates/front/redirect_1.7.tpl +++ b/aplazame/views/templates/front/redirect_1.7.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/hook/confirmation_failure.tpl b/aplazame/views/templates/hook/confirmation_failure.tpl index b6e0ee2..e82b185 100644 --- a/aplazame/views/templates/hook/confirmation_failure.tpl +++ b/aplazame/views/templates/hook/confirmation_failure.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/hook/confirmation_pending.tpl b/aplazame/views/templates/hook/confirmation_pending.tpl index 158a77d..bb17ab7 100644 --- a/aplazame/views/templates/hook/confirmation_pending.tpl +++ b/aplazame/views/templates/hook/confirmation_pending.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/hook/confirmation_success.tpl b/aplazame/views/templates/hook/confirmation_success.tpl index 4159f4a..dbab6b6 100644 --- a/aplazame/views/templates/hook/confirmation_success.tpl +++ b/aplazame/views/templates/hook/confirmation_success.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/hook/header.tpl b/aplazame/views/templates/hook/header.tpl index 47409c2..b33aa2f 100644 --- a/aplazame/views/templates/hook/header.tpl +++ b/aplazame/views/templates/hook/header.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/hook/index.php b/aplazame/views/templates/hook/index.php index cc26883..8985671 100644 --- a/aplazame/views/templates/hook/index.php +++ b/aplazame/views/templates/hook/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */ diff --git a/aplazame/views/templates/hook/payment_1.5.tpl b/aplazame/views/templates/hook/payment_1.5.tpl index 19ecad9..98f402a 100644 --- a/aplazame/views/templates/hook/payment_1.5.tpl +++ b/aplazame/views/templates/hook/payment_1.5.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/hook/payment_1.7.tpl b/aplazame/views/templates/hook/payment_1.7.tpl index 3feec34..067c512 100644 --- a/aplazame/views/templates/hook/payment_1.7.tpl +++ b/aplazame/views/templates/hook/payment_1.7.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/hook/product.tpl b/aplazame/views/templates/hook/product.tpl index afbef2d..9db6d06 100644 --- a/aplazame/views/templates/hook/product.tpl +++ b/aplazame/views/templates/hook/product.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/hook/shoppingcart.tpl b/aplazame/views/templates/hook/shoppingcart.tpl index e1a899f..a4f4730 100644 --- a/aplazame/views/templates/hook/shoppingcart.tpl +++ b/aplazame/views/templates/hook/shoppingcart.tpl @@ -2,7 +2,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE *} diff --git a/aplazame/views/templates/index.php b/aplazame/views/templates/index.php index cc26883..8985671 100644 --- a/aplazame/views/templates/index.php +++ b/aplazame/views/templates/index.php @@ -3,7 +3,7 @@ * This file is part of the official Aplazame module for PrestaShop. * * @author Aplazame - * @copyright 2015-2018 Aplazame + * @copyright 2015-2019 Aplazame * @license see file: LICENSE */