Skip to content

Commit

Permalink
Fix file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLvr committed Dec 19, 2024
1 parent bd54825 commit 9244705
Show file tree
Hide file tree
Showing 73 changed files with 1,971 additions and 2,013 deletions.
54 changes: 26 additions & 28 deletions front/config.form.php
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
<?php
/**
-------------------------------------------------------------------------
LICENSE
This file is part of Behaviors plugin for GLPI.
PDF is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

PDF 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Reports. If not, see <http://www.gnu.org/licenses/>.
@package pdf
@authors Nelly Mahu-Lasson, Remi Collet
@copyright Copyright (c) 2019-2022 PDF plugin team
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link https://forge.glpi-project.org/projects/pdf
@link http://www.glpi-project.org/
@since 2009
--------------------------------------------------------------------------
/**
* * @version $Id: HEADER 15930 2011-10-25 10:47:55Z jmd $
* -------------------------------------------------------------------------
* pdf - Export to PDF plugin for GLPI
* Copyright (C) 2003-2011 by the pdf Development Team.
*
* https://forge.indepnet.net/projects/pdf
* -------------------------------------------------------------------------
*
* LICENSE
*
* This file is part of pdf.
*
* pdf 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.
*
* pdf 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 pdf. If not, see <http://www.gnu.org/licenses/>.
* --------------------------------------------------------------------------
*/

include ("../../../inc/includes.php");
Expand Down
55 changes: 27 additions & 28 deletions front/export.massive.php
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
<?php
/**
-------------------------------------------------------------------------
LICENSE
This file is part of PDF plugin for GLPI.
PDF is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

PDF 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Reports. If not, see <http://www.gnu.org/licenses/>.
@package pdf
@authors Nelly Mahu-Lasson, Remi Collet
@copyright Copyright (c) 2009-2022 PDF plugin team
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link https://forge.glpi-project.org/projects/pdf
@link http://www.glpi-project.org/
@since 2009
--------------------------------------------------------------------------
*/
/**
* * @version $Id: HEADER 15930 2011-10-25 10:47:55Z jmd $
* -------------------------------------------------------------------------
* pdf - Export to PDF plugin for GLPI
* Copyright (C) 2003-2011 by the pdf Development Team.
*
* https://forge.indepnet.net/projects/pdf
* -------------------------------------------------------------------------
*
* LICENSE
*
* This file is part of pdf.
*
* pdf 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.
*
* pdf 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 pdf. If not, see <http://www.gnu.org/licenses/>.
* --------------------------------------------------------------------------
*/

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

Expand Down
55 changes: 27 additions & 28 deletions front/export.php
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
<?php
/**
-------------------------------------------------------------------------
LICENSE
This file is part of PDF plugin for GLPI.
PDF is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

PDF 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Reports. If not, see <http://www.gnu.org/licenses/>.
@package pdf
@authors Nelly Mahu-Lasson, Remi Collet
@copyright Copyright (c) 2009-2022 PDF plugin team
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link https://forge.glpi-project.org/projects/pdf
@link http://www.glpi-project.org/
@since 2009
--------------------------------------------------------------------------
*/
/**
* * @version $Id: HEADER 15930 2011-10-25 10:47:55Z jmd $
* -------------------------------------------------------------------------
* pdf - Export to PDF plugin for GLPI
* Copyright (C) 2003-2011 by the pdf Development Team.
*
* https://forge.indepnet.net/projects/pdf
* -------------------------------------------------------------------------
*
* LICENSE
*
* This file is part of pdf.
*
* pdf 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.
*
* pdf 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 pdf. If not, see <http://www.gnu.org/licenses/>.
* --------------------------------------------------------------------------
*/

define('GLPI_KEEP_CSRF_TOKEN', true); // 0.90
$token = (isset($_POST['_glpi_csrf_token']) ? $_POST['_glpi_csrf_token'] : false);
Expand Down
55 changes: 27 additions & 28 deletions front/preference.form.php
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
<?php
/**
-------------------------------------------------------------------------
LICENSE
This file is part of PDF plugin for GLPI.
PDF is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

PDF 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Reports. If not, see <http://www.gnu.org/licenses/>.
@package pdf
@authors Nelly Mahu-Lasson, Remi Collet
@copyright Copyright (c) 2009-2022 PDF plugin team
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link https://forge.glpi-project.org/projects/pdf
@link http://www.glpi-project.org/
@since 2009
--------------------------------------------------------------------------
*/
/**
* * @version $Id: HEADER 15930 2011-10-25 10:47:55Z jmd $
* -------------------------------------------------------------------------
* pdf - Export to PDF plugin for GLPI
* Copyright (C) 2003-2011 by the pdf Development Team.
*
* https://forge.indepnet.net/projects/pdf
* -------------------------------------------------------------------------
*
* LICENSE
*
* This file is part of pdf.
*
* pdf 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.
*
* pdf 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 pdf. If not, see <http://www.gnu.org/licenses/>.
* --------------------------------------------------------------------------
*/

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

Expand Down
53 changes: 26 additions & 27 deletions hook.php
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
<?php

/**
-------------------------------------------------------------------------
LICENSE
This file is part of PDF plugin for GLPI.
PDF is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PDF 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Reports. If not, see <http://www.gnu.org/licenses/>.
@package pdf
@authors Nelly Mahu-Lasson, Remi Collet
@copyright Copyright (c) 2009-2022 PDF plugin team
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link https://forge.glpi-project.org/projects/pdf
@link http://www.glpi-project.org/
@since 2009
--------------------------------------------------------------------------
* * @version $Id: HEADER 15930 2011-10-25 10:47:55Z jmd $
* -------------------------------------------------------------------------
* pdf - Export to PDF plugin for GLPI
* Copyright (C) 2003-2011 by the pdf Development Team.
*
* https://forge.indepnet.net/projects/pdf
* -------------------------------------------------------------------------
*
* LICENSE
*
* This file is part of pdf.
*
* pdf 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.
*
* pdf 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 pdf. If not, see <http://www.gnu.org/licenses/>.
* --------------------------------------------------------------------------
*/

function plugin_pdf_postinit() {
Expand Down
56 changes: 27 additions & 29 deletions inc/appliance.class.php
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
<?php
/*
-------------------------------------------------------------------------
LICENSE
This file is part of PDF plugin for GLPI.
PDF is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PDF 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Reports. If not, see <http://www.gnu.org/licenses/>.
@package pdf
@authors Nelly Mahu-Lasson
@copyright Copyright (c) 2022 PDF plugin team
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link https://forge.glpi-project.org/projects/pdf
@link http://www.glpi-project.org/
@since 2009
--------------------------------------------------------------------------
*/

/**
* * @version $Id: HEADER 15930 2011-10-25 10:47:55Z jmd $
* -------------------------------------------------------------------------
* pdf - Export to PDF plugin for GLPI
* Copyright (C) 2003-2011 by the pdf Development Team.
*
* https://forge.indepnet.net/projects/pdf
* -------------------------------------------------------------------------
*
* LICENSE
*
* This file is part of pdf.
*
* pdf 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.
*
* pdf 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 pdf. If not, see <http://www.gnu.org/licenses/>.
* --------------------------------------------------------------------------
*/

class PluginPdfAppliance extends PluginPdfCommon {

Expand Down
Loading

0 comments on commit 9244705

Please sign in to comment.