Skip to content

Commit f0f519e

Browse files
committed
#959 Fixing licensing mismatches for compatibility with the Fedora licensing policy (the modification only affects comments) .
SVN:trunk[3273]
1 parent 9a68890 commit f0f519e

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

datamodels/2.x/itop-endusers-devices/en.dict.itop-endusers-devices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @author Erwan Taloc <erwan.taloc@combodo.com>
2121
* @author Romain Quetiez <romain.quetiez@combodo.com>
2222
* @author Denis Flaven <denis.flaven@combodo.com>
23-
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
23+
* @license http://opensource.org/licenses/AGPL-3.0
2424
*/
2525

2626
Dict::Add('EN US', 'English', 'English', array(

datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright (C) 2010 Combodo SARL
2+
// Copyright (C) 2010-2014 Combodo SARL
33
//
44
// This program is free software; you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,6 +14,15 @@
1414
// along with this program; if not, write to the Free Software
1515
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1616

17+
/**
18+
* Module providing end-user devices: phone, printer...
19+
*
20+
* @author Erwan Taloc <erwan.taloc@combodo.com>
21+
* @author Romain Quetiez <romain.quetiez@combodo.com>
22+
* @author Denis Flaven <denis.flaven@combodo.com>
23+
* @license http://opensource.org/licenses/AGPL-3.0
24+
*/
25+
1726
SetupWebPage::AddModule(
1827
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
1928
'itop-endusers-devices/2.0.0',

datamodels/2.x/itop-storage-mgmt/en.dict.itop-storage-mgmt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @author Erwan Taloc <erwan.taloc@combodo.com>
2121
* @author Romain Quetiez <romain.quetiez@combodo.com>
2222
* @author Denis Flaven <denis.flaven@combodo.com>
23-
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
23+
* @license http://opensource.org/licenses/AGPL-3.0
2424
*/
2525

2626
Dict::Add('EN US', 'English', 'English', array(

datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright (C) 2010 Combodo SARL
2+
// Copyright (C) 2010-2014 Combodo SARL
33
//
44
// This program is free software; you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,16 @@
1414
// along with this program; if not, write to the Free Software
1515
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1616

17-
SetupWebPage::AddModule(
17+
/**
18+
* Module providing advanced CIs for modeling storage: SAN, Volumes...
19+
*
20+
* @author Erwan Taloc <erwan.taloc@combodo.com>
21+
* @author Romain Quetiez <romain.quetiez@combodo.com>
22+
* @author Denis Flaven <denis.flaven@combodo.com>
23+
* @license http://opensource.org/licenses/AGPL-3.0
24+
*/
25+
26+
SetupWebPage::AddModule(
1827
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
1928
'itop-storage-mgmt/2.0.0',
2029
array(

datamodels/2.x/itop-virtualization-mgmt/en.dict.itop-virtualization-mgmt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @author Erwan Taloc <erwan.taloc@combodo.com>
2121
* @author Romain Quetiez <romain.quetiez@combodo.com>
2222
* @author Denis Flaven <denis.flaven@combodo.com>
23-
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
23+
* @license http://opensource.org/licenses/AGPL-3.0
2424
*/
2525

2626
Dict::Add('EN US', 'English', 'English', array(

0 commit comments

Comments
 (0)