Fixed authors
authorAlexander Ebert <ebert@woltlab.com>
Sat, 18 May 2013 21:57:03 +0000 (23:57 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 18 May 2013 21:57:03 +0000 (23:57 +0200)
17 files changed:
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServerEditor.class.php
wcfsetup/install/files/lib/system/cronjob/ICronjob.class.php
wcfsetup/install/files/lib/system/mail/DebugMailSender.class.php
wcfsetup/install/files/lib/system/mail/MailSender.class.php
wcfsetup/install/files/lib/system/mail/PHPMailSender.class.php
wcfsetup/install/files/lib/system/mail/SMTPMailSender.class.php
wcfsetup/install/files/lib/system/package/ACPTemplatesFileHandler.class.php
wcfsetup/install/files/lib/system/package/plugin/ACPTemplatePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/SQLPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/ScriptPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/TemplatePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserGroupOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserOptionPackageInstallationPlugin.class.php

index 76c4fc15e1093d35aa115e593e01666663027342..30ec0f123848091c6101c4a03ba1fe6fd0fdb5df 100644 (file)
@@ -5,8 +5,8 @@ use wcf\data\DatabaseObjectEditor;
 /**
  * Provides functions to edit package update servers.
  * 
- * @author     Siegfried Schweizer
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.package.update.server
index f64437f2c22b399d4644f5c9186a5794801fd498..23b31dbd43d206d00c1dd3d3a70c282c8f786fbf 100644 (file)
@@ -5,8 +5,8 @@ use wcf\data\cronjob\Cronjob;
 /**
  * Any cronjob should implement this interface.
  * 
- * @author     Siegfried Schweizer
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.cronjob
index 7f67a0c6ce49fc71bda5ccaa87ad167b653a9fba..17db130ae2cd5a7283234ddce7d4569a8b12e69e 100644 (file)
@@ -6,8 +6,8 @@ use wcf\system\io\File;
  * DebugMailSender is a debug implementation of mailsender which writes emails in
  * a log file.
  * 
- * @author     Michael Schaefer
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.mail
index 7b1fb38818c14e6769746d1bec1abb352685eee0..cae697c84f169d45488ab79f50cf091d19d86545 100644 (file)
@@ -4,8 +4,8 @@ namespace wcf\system\mail;
 /**
  * Mailsender sends emails.
  * 
- * @author     Michael Schaefer
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.mail
index 86aa61d802671e67dec661d47c27a88515890ecb..2d89f3aa80ff7d680c2a91e010248f755a9b4617 100644 (file)
@@ -4,8 +4,8 @@ namespace wcf\system\mail;
 /**
  * Sends a mail with the php mail function.
  * 
- * @author     Michael Schaefer
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.mail
index 11728d8959e658bfe263bf8f378f5403e906da48..da90e4273529070cd7b1aa670926a70da64f0a98 100644 (file)
@@ -6,8 +6,8 @@ use wcf\system\io\RemoteFile;
 /**
  * Sends a Mail with a connection to a smtp server.
  * 
- * @author     Michael Schaefer
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.mail
index 0c07cfb80594705c38fa3dd52a123edcabda6215..b5c131af5a853e54610a8f520db07afe49ccde70 100644 (file)
@@ -8,8 +8,8 @@ use wcf\system\WCF;
 /**
  * File handler implementation for the installation of ACP template files.
  * 
- * @author     Benjamin Kunz
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package
index c2e2d8ae2015f859dc156c20aa5c0e1c1c8ac135..739200ed54c0a061dc4caa8afbf0dd00377b0355 100644 (file)
@@ -8,8 +8,8 @@ use wcf\util\FileUtil;
 /**
  * Installs, updates and deletes ACP templates.
  * 
- * @author     Benjamin Kunz
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
index 3fd5ba6f42135fb929660a067711f2a52d6a6857..7b977a0e15c8fcfefac1bf00296a2f0d837ed545 100644 (file)
@@ -6,8 +6,8 @@ use wcf\system\WCF;
 /**
  * Abstract implementation of a package installation plugin for options.
  * 
- * @author     Benjamin Kunz
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
index 2cd13dc24a9440ca807159580584882c43a7e3b8..2dfefe50677326387a3fe547bb4b2f737804d0ce 100644 (file)
@@ -7,8 +7,8 @@ use wcf\system\WCF;
 /**
  * Abstract implementation of a package installation plugin.
  * 
- * @author     Benjamin Kunz
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
index 2c7e1e0d8949c8f65ed04a3f2d8fcd60ff7f2efc..d0bd7575f1f05961a7b2a04779b0f6d66a9f95ed 100644 (file)
@@ -10,8 +10,8 @@ use wcf\util\XML;
 /**
  * Installs, updates and deletes languages, their categories and items.
  * 
- * @author     Benjamin Kunz
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
index 368829144fac7a13640d619a03f049a424424cfe..6d94cc88ce88bd8ab5f8125e6ee699131bcccc02 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
 /**
  * Installs, updates and deletes options.
  * 
- * @author     Benjamin Kunz
+ * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
index 89dc96a88c02b89b987f68dc1a7e039fec537990..7499f45a7845552b8f94ef4ecf4bfefcf776a51b 100644 (file)
@@ -14,8 +14,8 @@ use wcf\util\StringUtil;
 /**
  * Executes the delivered sql file.
  * 
- * @author     Benjamin Kunz
- * @copyright  2001-2012 WoltLab GmbH
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
index 6b25960d9bcc8582a2b7d517f0916f6cbc461fa5..b3e3f4b47dae46f8b025c26ccfb24ea99247cd60 100644 (file)
@@ -7,7 +7,7 @@ use wcf\util\FileUtil;
 /**
  * Executes individual PHP scripts during installation.
  * 
- * @author     Benjamin Kunz
+ * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
index 46eb03aa2898d4a9e7107cca7326d0e4b85795d4..3578fe8e9e9a85c5292a98b84b8328fb5f07d980 100644 (file)
@@ -7,7 +7,7 @@ use wcf\util\FileUtil;
 /**
  * Installs, updates and deletes templates.
  * 
- * @author     Benjamin Kunz
+ * @author     Alexander Ebert
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
index 57670836556a4906e7de4353f7be58a46110fab1..f3fbc15d21f7a9c092d0ef0f92e23aa5820cd639 100644 (file)
@@ -9,7 +9,7 @@ use wcf\system\WCF;
 /**
  * Installs, updates and deletes user group options.
  * 
- * @author     Benjamin Kunz
+ * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
index 75deba0ef4658560214171616534db4a501cd81f..b7707255f758dac8e9aae2ef6c834f5b3ae2b356 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
 /**
  * Installs, updates and deletes user options.
  * 
- * @author     Benjamin Kunz
+ * @author     Alexander Ebert
  * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf