0byt3m1n1
Path:
/
data
/
applications
/
aps
/
xoops
/
2.5.1a-0
/
standard
/
htdocs
/
include
/
[
Home
]
File: license.php
<?php /** * YOU SHOULD NEVER TOUCH THIS FILE, IT WILL BE REMOVED */ /* You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ /** * Xoops Version * * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) * @version $Id: version.php 3728 2009-10-16 05:56:21Z wishcraft $ * @deprecated */ defined('XOOPS_ROOT_PATH') or die('Restricted access'); define('XOOPS_LICENSE_CODE', 'GPL'); define('XOOPS_LICENSE_TEXT', 'GPL General Public License (GPL) (v. 2.0)'); define('XOOPS_LICENSE_KEY', '000000-000000-000000-000000-000000'); ?>