*
* @author Marcel Werk
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class IPB3xExporter extends AbstractExporter {
protected static $knownProfileFields = array('website', 'icq', 'gender', 'location', 'interests', 'skype');
*
* @author Tim Duesterhus
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class MyBB16xExporter extends AbstractExporter {
protected static $knownProfileFields = array('Bio', 'Sex', 'Location');
*
* @author Tim Duesterhus
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class PhpBB3xExporter extends AbstractExporter {
const TOPIC_TYPE_GLOBAL = 3;
*
* @author Tim Duesterhus
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class SMF2xExporter extends AbstractExporter {
const GROUP_EVERYONE = -2;
*
* @author Tim Duesterhus
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class VB3or4xExporter extends AbstractExporter {
const FORUMOPTIONS_ACTIVE = 1;
*
* @author Marcel Werk
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class WBB2xExporter extends AbstractExporter {
/**
*
* @author Marcel Werk
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class WBB3xExporter extends AbstractExporter {
/**
*
* @author Marcel Werk
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class WBB4xExporter extends AbstractExporter {
/**
*
* @author Marcel Werk
* @copyright 2001-2013 WoltLab GmbH
- * @license WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.exporter
* @subpackage system.exporter
- * @category Community Framework (commercial)
+ * @category Community Framework
*/
class WordPress3xExporter extends AbstractExporter {
/**