Skip to content

Commit

Permalink
Add since tag / fix license tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntimeX committed Dec 15, 2023
1 parent 9ef26c2 commit d53256b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
*
* @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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
*
* @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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
*
* @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
{
Expand Down

0 comments on commit d53256b

Please sign in to comment.