Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Nov 9, 2023
1 parent ff5ef69 commit a174629
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ajax/alert_preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with News. If not, see <http://www.gnu.org/licenses/>.
* -------------------------------------------------------------------------
* @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
* -------------------------------------------------------------------------
Expand Down
28 changes: 28 additions & 0 deletions inc/profile.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
<?php

/**
* -------------------------------------------------------------------------
* News plugin for GLPI
* -------------------------------------------------------------------------
*
* LICENSE
*
* This file is part of News.
*
* News is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* News is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with News. If not, see <http://www.gnu.org/licenses/>.
* -------------------------------------------------------------------------
* @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;

/**
Expand Down
2 changes: 1 addition & 1 deletion templates/alert_form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with News. If not, see <http://www.gnu.org/licenses/>.
# -------------------------------------------------------------------------
# @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
# -------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion templates/components/news_fields_macros.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with News. If not, see <http://www.gnu.org/licenses/>.
# -------------------------------------------------------------------------
# @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
# -------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion templates/display_alert.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with News. If not, see <http://www.gnu.org/licenses/>.
# -------------------------------------------------------------------------
# @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
# -------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion templates/profile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with News. If not, see <http://www.gnu.org/licenses/>.
# -------------------------------------------------------------------------
# @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
# -------------------------------------------------------------------------
Expand Down

0 comments on commit a174629

Please sign in to comment.