From a1746298c15f24c3b0c9cf60fcf3d01c1f0827b1 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Thu, 9 Nov 2023 15:34:02 +0100 Subject: [PATCH] Fix headers --- ajax/alert_preview.php | 2 +- inc/profile.class.php | 28 +++++++++++++++++++ templates/alert_form.html.twig | 2 +- .../components/news_fields_macros.html.twig | 2 +- templates/display_alert.html.twig | 2 +- templates/profile.html.twig | 2 +- 6 files changed, 33 insertions(+), 5 deletions(-) diff --git a/ajax/alert_preview.php b/ajax/alert_preview.php index 8f18b30..9f399de 100644 --- a/ajax/alert_preview.php +++ b/ajax/alert_preview.php @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with News. If not, see . * ------------------------------------------------------------------------- - * @copyright Copyright (C) 2015-2022 by News plugin team. + * @copyright Copyright (C) 2015-2023 by News plugin team. * @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html * @link https://github.com/pluginsGLPI/news * ------------------------------------------------------------------------- diff --git a/inc/profile.class.php b/inc/profile.class.php index 3ae9963..7d3b895 100644 --- a/inc/profile.class.php +++ b/inc/profile.class.php @@ -1,5 +1,33 @@ . + * ------------------------------------------------------------------------- + * @copyright Copyright (C) 2015-2023 by News plugin team. + * @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html + * @link https://github.com/pluginsGLPI/news + * ------------------------------------------------------------------------- + */ + use Glpi\Application\View\TemplateRenderer; /** diff --git a/templates/alert_form.html.twig b/templates/alert_form.html.twig index bcbd7e8..1dbf0d3 100644 --- a/templates/alert_form.html.twig +++ b/templates/alert_form.html.twig @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License # along with News. If not, see . # ------------------------------------------------------------------------- - # @copyright Copyright (C) 2015-2022 by News plugin team. + # @copyright Copyright (C) 2015-2023 by News plugin team. # @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html # @link https://github.com/pluginsGLPI/news # ------------------------------------------------------------------------- diff --git a/templates/components/news_fields_macros.html.twig b/templates/components/news_fields_macros.html.twig index 5b4ae4a..0d86e8f 100644 --- a/templates/components/news_fields_macros.html.twig +++ b/templates/components/news_fields_macros.html.twig @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License # along with News. If not, see . # ------------------------------------------------------------------------- - # @copyright Copyright (C) 2015-2022 by News plugin team. + # @copyright Copyright (C) 2015-2023 by News plugin team. # @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html # @link https://github.com/pluginsGLPI/news # ------------------------------------------------------------------------- diff --git a/templates/display_alert.html.twig b/templates/display_alert.html.twig index 5733890..55ff189 100644 --- a/templates/display_alert.html.twig +++ b/templates/display_alert.html.twig @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License # along with News. If not, see . # ------------------------------------------------------------------------- - # @copyright Copyright (C) 2015-2022 by News plugin team. + # @copyright Copyright (C) 2015-2023 by News plugin team. # @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html # @link https://github.com/pluginsGLPI/news # ------------------------------------------------------------------------- diff --git a/templates/profile.html.twig b/templates/profile.html.twig index 017ec11..c7aa686 100644 --- a/templates/profile.html.twig +++ b/templates/profile.html.twig @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License # along with News. If not, see . # ------------------------------------------------------------------------- - # @copyright Copyright (C) 2015-2022 by News plugin team. + # @copyright Copyright (C) 2015-2023 by News plugin team. # @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html # @link https://github.com/pluginsGLPI/news # -------------------------------------------------------------------------