From 5f790aef62b13f79f77bb778d1ab1b4437d51975 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 25 Jun 2014 18:34:30 +0000 Subject: [PATCH] change license to GPL --- pixelegg/setup/setup.inc.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pixelegg/setup/setup.inc.php b/pixelegg/setup/setup.inc.php index 27c9a016e3..74307b9436 100755 --- a/pixelegg/setup/setup.inc.php +++ b/pixelegg/setup/setup.inc.php @@ -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 */