Add since tag / fix license tag
authorMarcel Werk <burntime@woltlab.com>
Fri, 15 Dec 2023 14:57:30 +0000 (15:57 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 26 Mar 2024 12:30:32 +0000 (13:30 +0100)
wcfsetup/install/files/lib/system/user/authentication/configuration/UserAuthenticationConfiguration.class.php
wcfsetup/install/files/lib/system/user/authentication/configuration/UserAuthenticationConfigurationFactory.class.php
wcfsetup/install/files/lib/system/user/authentication/configuration/event/ConfigurationLoading.class.php

index 1f3f27b47fad3055cbaa0c048373bdf35ca49265..4cc4e246d4aa65963b5373cd9836db9e13de0747 100644 (file)
@@ -7,7 +7,8 @@ namespace wcf\system\user\authentication\configuration;
  *
  * @author      Marcel Werk
  * @copyright   2001-2023 WoltLab GmbH
- * @license     WoltLab License <http://www.woltlab.com/license-agreement.html>
+ * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since       6.1
  */
 final class UserAuthenticationConfiguration
 {
index 51e1433662277ef3107d6fe0b347b54ac1c938db..9daa833be2425021222413d98a4c91e2e814eca3 100644 (file)
@@ -11,7 +11,8 @@ use wcf\system\SingletonFactory;
  *
  * @author      Marcel Werk
  * @copyright   2001-2023 WoltLab GmbH
- * @license     WoltLab License <http://www.woltlab.com/license-agreement.html>
+ * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since       6.1
  */
 final class UserAuthenticationConfigurationFactory extends SingletonFactory
 {
index eba6168c4449e6ab18008fc7193314146fb9b8f6..de23b584502c6a9c859ec6e039f410f24f5b7fe2 100644 (file)
@@ -10,7 +10,8 @@ use wcf\system\user\authentication\configuration\UserAuthenticationConfiguration
  *
  * @author      Marcel Werk
  * @copyright   2001-2023 WoltLab GmbH
- * @license     WoltLab License <http://www.woltlab.com/license-agreement.html>
+ * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since       6.1
  */
 final class ConfigurationLoading implements IEvent
 {