Skip to content

Commit df480c3

Browse files
committed
Update HEADERS
1 parent af8a551 commit df480c3

30 files changed

Lines changed: 311 additions & 85 deletions

ajax/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE

ajax/satisfaction.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?php
22

33
/*
4-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
54
-------------------------------------------------------------------------
65
satisfaction plugin for GLPI
7-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
87
9-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
109
-------------------------------------------------------------------------
1110
1211
LICENSE
@@ -28,7 +27,6 @@
2827
--------------------------------------------------------------------------
2928
*/
3029

31-
3230
Session::checkLoginUser();
3331

3432
if (isset($_POST['action_default_value'])) {

ajax/surveytranslation.form.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE

ajax/viewsubitem_reminder.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE
@@ -27,7 +27,6 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
3130
use Glpi\Exception\Http\NotFoundHttpException;
3231
use GlpiPlugin\Satisfaction\Survey;
3332
use GlpiPlugin\Satisfaction\SurveyReminder;

front/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE

front/survey.form.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE
@@ -27,7 +27,6 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
3130
use GlpiPlugin\Satisfaction\Menu;
3231
use GlpiPlugin\Satisfaction\Survey;
3332

front/survey.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE
@@ -27,7 +27,6 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
3130
use Glpi\Exception\Http\AccessDeniedHttpException;
3231
use GlpiPlugin\Satisfaction\Menu;
3332
use GlpiPlugin\Satisfaction\Survey;

front/surveyquestion.form.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE
@@ -27,7 +27,6 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
3130
use Glpi\Exception\Http\BadRequestHttpException;
3231
use GlpiPlugin\Satisfaction\SurveyQuestion;
3332

front/surveyreminder.form.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE
@@ -27,7 +27,6 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
3130
use Glpi\Exception\Http\BadRequestHttpException;
3231
use GlpiPlugin\Satisfaction\SurveyReminder;
3332

front/surveytranslation.form.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2+
23
/*
3-
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
44
-------------------------------------------------------------------------
55
satisfaction plugin for GLPI
6-
Copyright (C) 2016-2022 by the satisfaction Development Team.
6+
Copyright (C) 2018-2026 by the satisfaction Development Team.
77
8-
https://github.com/pluginsglpi/satisfaction
8+
https://github.com/pluginsGLPI/satisfaction
99
-------------------------------------------------------------------------
1010
1111
LICENSE
@@ -27,7 +27,6 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
3130
use Glpi\Exception\Http\NotFoundHttpException;
3231
use GlpiPlugin\Satisfaction\SurveyTranslation;
3332

0 commit comments

Comments
 (0)