Skip to content

Commit

Permalink
Add GPL V3 licence HEADER
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe GODOT committed Nov 29, 2023
1 parent aa2565a commit 12cde9f
Show file tree
Hide file tree
Showing 7 changed files with 883 additions and 40 deletions.
27 changes: 27 additions & 0 deletions front/profile.form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
<?php
/**
* ---------------------------------------------------------------------
* ticketmail is a plugin to allows users to send ticket information by email
* ---------------------------------------------------------------------
* LICENSE
*
* This file is part of ticketmail.
*
* ticketmail 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 3 of the License, or
* (at your option) any later version.
*
* ticketmail 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 ticketmail. If not, see <http://www.gnu.org/licenses/>.
* ---------------------------------------------------------------------
* @copyright Copyright © 2022-2023 probeSys'
* @license http://www.gnu.org/licenses/agpl.txt AGPLv3+
* @link https://github.com/Probesys/glpi-plugins-ticketmail
* @link https://plugins.glpi-project.org/#/plugin/ticketmail
* ---------------------------------------------------------------------
*/

include("../../../inc/includes.php");

Expand Down
27 changes: 27 additions & 0 deletions front/ticketmail.form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
<?php
/**
* ---------------------------------------------------------------------
* ticketmail is a plugin to allows users to send ticket information by email
* ---------------------------------------------------------------------
* LICENSE
*
* This file is part of ticketmail.
*
* ticketmail 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 3 of the License, or
* (at your option) any later version.
*
* ticketmail 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 ticketmail. If not, see <http://www.gnu.org/licenses/>.
* ---------------------------------------------------------------------
* @copyright Copyright © 2022-2023 probeSys'
* @license http://www.gnu.org/licenses/agpl.txt AGPLv3+
* @link https://github.com/Probesys/glpi-plugins-ticketmail
* @link https://plugins.glpi-project.org/#/plugin/ticketmail
* ---------------------------------------------------------------------
*/

include("../../../inc/includes.php");

Expand Down
27 changes: 27 additions & 0 deletions hook.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
<?php
/**
* ---------------------------------------------------------------------
* ticketmail is a plugin to allows users to send ticket information by email
* ---------------------------------------------------------------------
* LICENSE
*
* This file is part of ticketmail.
*
* ticketmail 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 3 of the License, or
* (at your option) any later version.
*
* ticketmail 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 ticketmail. If not, see <http://www.gnu.org/licenses/>.
* ---------------------------------------------------------------------
* @copyright Copyright © 2022-2023 probeSys'
* @license http://www.gnu.org/licenses/agpl.txt AGPLv3+
* @link https://github.com/Probesys/glpi-plugins-ticketmail
* @link https://plugins.glpi-project.org/#/plugin/ticketmail
* ---------------------------------------------------------------------
*/

function plugin_ticketmail_install()
{
Expand Down
Loading

0 comments on commit 12cde9f

Please sign in to comment.