Skip to content

Commit 182aa6a

Browse files
author
walid
committed
fixed #3216 Add LICENSE file and change file headers
git-svn-id: https://forge.indepnet.net/svn/genericobject/trunk@205 349b9182-4a13-0410-896f-e5e9767dd1b3
1 parent 166e970 commit 182aa6a

25 files changed

+1184
-803
lines changed

LICENSE

Lines changed: 675 additions & 0 deletions
Large diffs are not rendered by default.

ajax/object.tabs.php

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,30 @@
11
<?php
2+
/*
3+
This file is part of the genericobject plugin.
24
5+
Order plugin is free software; you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
39
4-
/*----------------------------------------------------------------------
5-
GLPI - Gestionnaire Libre de Parc Informatique
6-
Copyright (C) 2003-2008 by the INDEPNET Development Team.
7-
8-
http://indepnet.net/ http://glpi-project.org/
9-
----------------------------------------------------------------------
10-
LICENSE
11-
12-
This file is part of GLPI.
13-
14-
GLPI is free software; you can redistribute it and/or modify
15-
it under the terms of the GNU General Public License as published by
16-
the Free Software Foundation; either version 2 of the License, or
17-
(at your option) any later version.
18-
19-
GLPI is distributed in the hope that it will be useful,
20-
but WITHOUT ANY WARRANTY; without even the implied warranty of
21-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22-
GNU General Public License for more details.
23-
24-
You should have received a copy of the GNU General Public License
25-
along with GLPI; if not, write to the Free Software
26-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27-
----------------------------------------------------------------------*/
28-
/*----------------------------------------------------------------------
29-
Original Author of file:
30-
Purpose of file:
31-
----------------------------------------------------------------------*/
10+
Order plugin is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
3214
15+
You should have received a copy of the GNU General Public License
16+
along with Genericobject. If not, see <http://www.gnu.org/licenses/>.
17+
--------------------------------------------------------------------------
18+
@package genericobject
19+
@author the genericobject plugin team
20+
@copyright Copyright (c) 2010-2011 Order plugin team
21+
@license GPLv2+
22+
http://www.gnu.org/licenses/gpl.txt
23+
@link https://forge.indepnet.net/projects/genericobject
24+
@link http://www.glpi-project.org/
25+
@since 2009
26+
---------------------------------------------------------------------- */
27+
3328
header("Content-Type: text/html; charset=UTF-8");
3429
header_nocache();
3530

ajax/type.tabs.php

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,30 @@
11
<?php
2+
/*
3+
This file is part of the genericobject plugin.
24
5+
Order plugin is free software; you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
39
4-
/*----------------------------------------------------------------------
5-
GLPI - Gestionnaire Libre de Parc Informatique
6-
Copyright (C) 2003-2008 by the INDEPNET Development Team.
10+
Order plugin is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
714
8-
http://indepnet.net/ http://glpi-project.org/
9-
----------------------------------------------------------------------
10-
LICENSE
11-
12-
This file is part of GLPI.
13-
14-
GLPI is free software; you can redistribute it and/or modify
15-
it under the terms of the GNU General Public License as published by
16-
the Free Software Foundation; either version 2 of the License, or
17-
(at your option) any later version.
18-
19-
GLPI is distributed in the hope that it will be useful,
20-
but WITHOUT ANY WARRANTY; without even the implied warranty of
21-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22-
GNU General Public License for more details.
23-
24-
You should have received a copy of the GNU General Public License
25-
along with GLPI; if not, write to the Free Software
26-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27-
----------------------------------------------------------------------*/
28-
/*----------------------------------------------------------------------
29-
Original Author of file:
30-
Purpose of file:
31-
----------------------------------------------------------------------*/
15+
You should have received a copy of the GNU General Public License
16+
along with Genericobject. If not, see <http://www.gnu.org/licenses/>.
17+
--------------------------------------------------------------------------
18+
@package genericobject
19+
@author the genericobject plugin team
20+
@copyright Copyright (c) 2010-2011 Order plugin team
21+
@license GPLv2+
22+
http://www.gnu.org/licenses/gpl.txt
23+
@link https://forge.indepnet.net/projects/genericobject
24+
@link http://www.glpi-project.org/
25+
@since 2009
26+
---------------------------------------------------------------------- */
27+
3228
define('GLPI_ROOT', '../../..');
3329
include (GLPI_ROOT . "/inc/includes.php");
3430
header("Content-Type: text/html; charset=UTF-8");

fields/field.constant.php

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,30 @@
11
<?php
2-
32
/*
4-
----------------------------------------------------------------------
5-
GLPI - Gestionnaire Libre de Parc Informatique
6-
Copyright (C) 2003-2008 by the INDEPNET Development Team.
7-
8-
http://indepnet.net/ http://glpi-project.org/
9-
----------------------------------------------------------------------
10-
11-
LICENSE
12-
13-
This file is part of GLPI.
14-
15-
GLPI is free software; you can redistribute it and/or modify
16-
it under the terms of the GNU General Public License as published by
17-
the Free Software Foundation; either version 2 of the License, or
18-
(at your option) any later version.
19-
20-
GLPI is distributed in the hope that it will be useful,
21-
but WITHOUT ANY WARRANTY; without even the implied warranty of
22-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23-
GNU General Public License for more details.
24-
25-
You should have received a copy of the GNU General Public License
26-
along with GLPI; if not, write to the Free Software
27-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28-
------------------------------------------------------------------------
29-
*/
30-
31-
// Original Author of file: Walid Nouh
32-
// Purpose of file:
33-
// ----------------------------------------------------------------------
3+
This file is part of the genericobject plugin.
4+
5+
Order plugin is free software; you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
9+
10+
Order plugin is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with Genericobject. If not, see <http://www.gnu.org/licenses/>.
17+
--------------------------------------------------------------------------
18+
@package genericobject
19+
@author the genericobject plugin team
20+
@copyright Copyright (c) 2010-2011 Order plugin team
21+
@license GPLv2+
22+
http://www.gnu.org/licenses/gpl.txt
23+
@link https://forge.indepnet.net/projects/genericobject
24+
@link http://www.glpi-project.org/
25+
@since 2009
26+
---------------------------------------------------------------------- */
27+
3428
global $GO_FIELDS, $LANG;
3529

3630
$GO_FIELDS['id']['name'] = $LANG['common'][2];

front/field.form.php

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,31 @@
11
<?php
22

33
/*
4-
----------------------------------------------------------------------
5-
GLPI - Gestionnaire Libre de Parc Informatique
6-
Copyright (C) 2003-2008 by the INDEPNET Development Team.
4+
This file is part of the genericobject plugin.
5+
6+
Order plugin is free software; you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
10+
11+
Order plugin is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with Genericobject. If not, see <http://www.gnu.org/licenses/>.
18+
--------------------------------------------------------------------------
19+
@package genericobject
20+
@author the genericobject plugin team
21+
@copyright Copyright (c) 2010-2011 Order plugin team
22+
@license GPLv2+
23+
http://www.gnu.org/licenses/gpl.txt
24+
@link https://forge.indepnet.net/projects/genericobject
25+
@link http://www.glpi-project.org/
26+
@since 2009
27+
---------------------------------------------------------------------- */
728

8-
http://indepnet.net/ http://glpi-project.org/
9-
----------------------------------------------------------------------
10-
11-
LICENSE
12-
13-
This file is part of GLPI.
14-
15-
GLPI is free software; you can redistribute it and/or modify
16-
it under the terms of the GNU General Public License as published by
17-
the Free Software Foundation; either version 2 of the License, or
18-
(at your option) any later version.
19-
20-
GLPI is distributed in the hope that it will be useful,
21-
but WITHOUT ANY WARRANTY; without even the implied warranty of
22-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23-
GNU General Public License for more details.
24-
25-
You should have received a copy of the GNU General Public License
26-
along with GLPI; if not, write to the Free Software
27-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28-
------------------------------------------------------------------------
29-
*/
30-
31-
// Original Author of file: BALPE Dévi
32-
// Purpose of file:
33-
// ----------------------------------------------------------------------
3429
define('GLPI_ROOT', '../../..');
3530
include (GLPI_ROOT . "/inc/includes.php");
3631

front/object.form.php

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
11
<?php
22

3-
43
/*
5-
----------------------------------------------------------------------
6-
GLPI - Gestionnaire Libre de Parc Informatique
7-
Copyright (C) 2003-2008 by the INDEPNET Development Team.
8-
9-
http://indepnet.net/ http://glpi-project.org/
10-
----------------------------------------------------------------------
11-
12-
LICENSE
13-
14-
This file is part of GLPI.
15-
16-
GLPI is free software; you can redistribute it and/or modify
17-
it under the terms of the GNU General Public License as published by
18-
the Free Software Foundation; either version 2 of the License, or
19-
(at your option) any later version.
4+
This file is part of the genericobject plugin.
205
21-
GLPI is distributed in the hope that it will be useful,
22-
but WITHOUT ANY WARRANTY; without even the implied warranty of
23-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24-
GNU General Public License for more details.
6+
Order plugin is free software; you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
2510
26-
You should have received a copy of the GNU General Public License
27-
along with GLPI; if not, write to the Free Software
28-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29-
------------------------------------------------------------------------
30-
*/
11+
Order plugin is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
3115
32-
// Original Author of file: Walid Nouh
33-
// Purpose of file:
34-
// ----------------------------------------------------------------------
16+
You should have received a copy of the GNU General Public License
17+
along with Genericobject. If not, see <http://www.gnu.org/licenses/>.
18+
--------------------------------------------------------------------------
19+
@package genericobject
20+
@author the genericobject plugin team
21+
@copyright Copyright (c) 2010-2011 Order plugin team
22+
@license GPLv2+
23+
http://www.gnu.org/licenses/gpl.txt
24+
@link https://forge.indepnet.net/projects/genericobject
25+
@link http://www.glpi-project.org/
26+
@since 2009
27+
---------------------------------------------------------------------- */
3528

3629
if (!isset($_REQUEST['id'])) {
3730
$id = -1;

front/profile.php

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
<?php
2-
/*----------------------------------------------------------------------
3-
GLPI - Gestionnaire Libre de Parc Informatique
4-
Copyright (C) 2003-2008 by the INDEPNET Development Team.
5-
6-
http://indepnet.net/ http://glpi-project.org/
7-
----------------------------------------------------------------------
8-
LICENSE
9-
10-
This file is part of GLPI.
11-
12-
GLPI is free software; you can redistribute it and/or modify
13-
it under the terms of the GNU General Public License as published by
14-
the Free Software Foundation; either version 2 of the License, or
15-
(at your option) any later version.
16-
17-
GLPI is distributed in the hope that it will be useful,
18-
but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
GNU General Public License for more details.
21-
22-
You should have received a copy of the GNU General Public License
23-
along with GLPI; if not, write to the Free Software
24-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25-
----------------------------------------------------------------------*/
26-
/*----------------------------------------------------------------------
27-
Original Author of file:
28-
Purpose of file:
29-
----------------------------------------------------------------------*/
30-
2+
/*
3+
This file is part of the genericobject plugin.
4+
5+
Order plugin is free software; you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
9+
10+
Order plugin is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with Genericobject. If not, see <http://www.gnu.org/licenses/>.
17+
--------------------------------------------------------------------------
18+
@package genericobject
19+
@author the genericobject plugin team
20+
@copyright Copyright (c) 2010-2011 Order plugin team
21+
@license GPLv2+
22+
http://www.gnu.org/licenses/gpl.txt
23+
@link https://forge.indepnet.net/projects/genericobject
24+
@link http://www.glpi-project.org/
25+
@since 2009
26+
---------------------------------------------------------------------- */
27+
3128
define('GLPI_ROOT', '../../..');
3229
include (GLPI_ROOT."/inc/includes.php");
3330
checkRight("profile","r");

0 commit comments

Comments
 (0)