diff --git a/_dev/src/ts/api/requestInterceptor.ts b/_dev/src/ts/api/requestInterceptor.ts index 5efb8f1b7..1916cd777 100644 --- a/_dev/src/ts/api/requestInterceptor.ts +++ b/_dev/src/ts/api/requestInterceptor.ts @@ -1,3 +1,21 @@ +/** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License version 3.0 + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/AFL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + */ import { AxiosInstance, InternalAxiosRequestConfig } from 'axios'; const requestFulfilledInterceptor = (config: InternalAxiosRequestConfig) => { diff --git a/_dev/src/ts/api/responseInterceptor.ts b/_dev/src/ts/api/responseInterceptor.ts index 0391027cd..6a453ac0e 100644 --- a/_dev/src/ts/api/responseInterceptor.ts +++ b/_dev/src/ts/api/responseInterceptor.ts @@ -1,3 +1,21 @@ +/** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License version 3.0 + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/AFL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + */ import { AxiosError, AxiosInstance, AxiosResponse } from 'axios'; import { ApiResponseUnknown, diff --git a/_dev/src/ts/components/ErrorPageBuilder.ts b/_dev/src/ts/components/ErrorPageBuilder.ts index 38c312692..7a55eabd3 100644 --- a/_dev/src/ts/components/ErrorPageBuilder.ts +++ b/_dev/src/ts/components/ErrorPageBuilder.ts @@ -1,3 +1,21 @@ +/** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License version 3.0 + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/AFL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + */ import { ApiError } from '../types/apiTypes'; export default class ErrorPageBuilder { diff --git a/_dev/tests/components/ErrorPageBuilder.test.ts b/_dev/tests/components/ErrorPageBuilder.test.ts index ec8a511e8..c925aa761 100644 --- a/_dev/tests/components/ErrorPageBuilder.test.ts +++ b/_dev/tests/components/ErrorPageBuilder.test.ts @@ -1,3 +1,21 @@ +/** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License version 3.0 + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/AFL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + */ import { JSDOM } from 'jsdom'; import ErrorPageBuilder from '../../src/ts/components/ErrorPageBuilder'; diff --git a/views/templates/components/form-open-error-report.html.twig b/views/templates/components/form-open-error-report.html.twig index ac07b926f..8c24a7ad4 100644 --- a/views/templates/components/form-open-error-report.html.twig +++ b/views/templates/components/form-open-error-report.html.twig @@ -1,3 +1,21 @@ +{#** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License version 3.0 + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/AFL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + *#}
+ * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + *#} {% extends "@ModuleAutoUpgrade/layouts/error.html.twig" %} {% block error_code %}