Fixed license tag
authorMarcel Werk <burntime@woltlab.com>
Wed, 4 Dec 2013 00:09:34 +0000 (01:09 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 4 Dec 2013 00:09:34 +0000 (01:09 +0100)
files/lib/system/exporter/IPB3xExporter.class.php
files/lib/system/exporter/MyBB16xExporter.class.php
files/lib/system/exporter/PhpBB3xExporter.class.php
files/lib/system/exporter/SMF2xExporter.class.php
files/lib/system/exporter/VB3or4xExporter.class.php
files/lib/system/exporter/WBB2xExporter.class.php
files/lib/system/exporter/WBB3xExporter.class.php
files/lib/system/exporter/WBB4xExporter.class.php
files/lib/system/exporter/WordPress3xExporter.class.php

index 7dfe3b6af3cd33a93ddd6fd92b455f6dc4b99f47..f0e40a627413400573478a7773118373ca76492d 100644 (file)
@@ -15,10 +15,10 @@ use wcf\util\UserUtil;
  * 
  * @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');
index 0e0d6ecbdec38ced81481b3bc0876d222265c24e..1dac33a3d19c93b85445735f23d98e1519970a3f 100644 (file)
@@ -26,10 +26,10 @@ use wcf\util\UserUtil;
  * 
  * @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');
index 845d675258c55eb65eb45c5d03116165b756b0fc..690dba86c10ce3f2b659b1d7570f0174d96ca759 100644 (file)
@@ -17,10 +17,10 @@ use wcf\util\UserUtil;
  * 
  * @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;
index 07e0152002753593d93c9d9b3b1a146709047047..57b18b3e9b2b3f81627350560778072b3bd5c5e6 100644 (file)
@@ -18,10 +18,10 @@ use wcf\util\UserUtil;
  * 
  * @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;
index 3dc5e86b40c5963476d9a6e67babd49553957197..949d4b47bceb9a6b7468ac2654f2b1480bbb38a2 100644 (file)
@@ -23,10 +23,10 @@ use wcf\util\UserUtil;
  * 
  * @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;
index 30f12fbdad553b4b5fe496947ee14ca83b1c85f1..4ac08a4314bd62d5e416cf242077e9a3aaa80ee8 100644 (file)
@@ -16,10 +16,10 @@ use wcf\util\UserUtil;
  * 
  * @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 {
        /**
index c6974eb447796609a6114685d2620324cf784540..a53aee7085628e9f034067f79107b225c72d182e 100644 (file)
@@ -15,10 +15,10 @@ use wcf\util\UserUtil;
  * 
  * @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 {
        /**
index 95e3da60104909c2634a35ec609cc27a53dc66ac..91ea0e7df55738d75332a735e9b09129e89b575f 100644 (file)
@@ -10,10 +10,10 @@ use wcf\system\WCF;
  * 
  * @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 {
        /**
index 42483e6f63c367eea74ce57f695f76478d986989..35847775413bdbbf8472a8ff8c75afa38a46ee36 100644 (file)
@@ -10,10 +10,10 @@ use wcf\util\StringUtil;
  * 
  * @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 {
        /**