XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
license.dist.php
Go to the documentation of this file.
1 <?php
5 /*
6  You may not change or alter any portion of this comment or credits
7  of supporting developers from this source code or any supporting source code
8  which is considered copyrighted (c) material of the original comment or credit authors.
9 
10  This program 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.
13 */
14 
23 defined('XOOPS_ROOT_PATH') or die('Restricted access');
24 
25 define('XOOPS_LICENSE_CODE', 'GPL');
26 define('XOOPS_LICENSE_TEXT', 'GPL General Public License (GPL) (v. 2.0)');
27 define('XOOPS_LICENSE_KEY', '000000-000000-000000-000000-0000000');
28 
29 ?>