mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
change license to GPL
This commit is contained in:
parent
2775eb310b
commit
5f790aef62
@ -17,15 +17,12 @@ $GLOBALS['egw_info']['template']['pixelegg']['author'] = array(
|
||||
array('name' => 'Stylite AG', 'url' => 'http://www.stylite.de/'),
|
||||
array('name' => 'Pixelegg Informationsdesign', 'url' => 'http://www.pixelegg.de/'),
|
||||
);
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['license'] = array(
|
||||
'name' => 'Stylite EPL license',
|
||||
'url' => 'http://www.stylite.de/EPL',
|
||||
);
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['icon'] = "pixelegg/images/logo.png";
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['maintainer'] = array(
|
||||
array('name' => 'Stylite AG', 'url' => 'http://www.stylite.de/')
|
||||
);
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['description'] = "Pixelegg EGroupware template based on Stylite template using jQuery.";
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['description'] = "Pixelegg is the new EGroupware 14.1 template based on Stylite template using jQuery.";
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['windowed'] = true;
|
||||
|
||||
/* Dependencies for this template to work */
|
||||
|
Loading…
Reference in New Issue
Block a user