From ecf60bc150494c34b429b5184c89252ed1bf657e Mon Sep 17 00:00:00 2001 From: kAlvaro Date: Sun, 1 Jan 2023 03:15:36 +0000 Subject: [PATCH] Update copyright year --- www/core/Auth/AuthManager.php | 2 +- www/core/Auth/AuthModule.php | 2 +- www/core/Auth/AuthResultInterface.php | 2 +- www/core/Auth/AuthSchemeModule.php | 2 +- www/core/Auth/AutoAuthEvent.php | 2 +- www/core/Auth/CertAuthSchemeModule.php | 2 +- www/core/Auth/LoginEvent.php | 2 +- www/core/Auth/LoginFormSubmitEvent.php | 2 +- www/core/Auth/LogoutEvent.php | 2 +- www/core/Auth/OTPAuthSchemeModule.php | 2 +- www/core/Auth/PasswordAuthSchemeModule.php | 2 +- www/core/Auth/RememberMeAuthSchemeModule.php | 2 +- www/core/Base/IndexEvent.php | 2 +- www/core/Base/IndexModule.php | 2 +- www/core/Base/MyModule.php | 2 +- www/core/Base/ScopeInfoCollectionEvent.php | 2 +- www/core/Base/UserModule.php | 2 +- www/core/Crypt/BigNum.php | 2 +- www/core/Crypt/Random.php | 2 +- www/core/Models/Client.php | 2 +- www/core/Models/ConsentEvent.php | 2 +- www/core/Models/User.php | 2 +- www/core/Module.php | 2 +- www/core/ModuleManager.php | 2 +- www/core/Protocols/Connect/ConnectBuildClaimsEvent.php | 2 +- www/core/Protocols/Connect/ConnectClientRegistrationModule.php | 2 +- www/core/Protocols/Connect/ConnectDynamicClient.php | 2 +- www/core/Protocols/Connect/ConnectModule.php | 2 +- www/core/Protocols/Connect/ConnectSessionModule.php | 2 +- www/core/Protocols/Connect/JOSEResponse.php | 2 +- www/core/Protocols/Connect/KeySetBuilder.php | 2 +- www/core/Protocols/Connect/OpenID2MigrationModule.php | 2 +- www/core/Protocols/FormResponse.php | 2 +- www/core/Protocols/HTTPResponse.php | 2 +- www/core/Protocols/OAuth/AccessToken.php | 2 +- www/core/Protocols/OAuth/Authorization.php | 2 +- www/core/Protocols/OAuth/Code.php | 2 +- www/core/Protocols/OAuth/OAuthAuthGrantEvent.php | 2 +- www/core/Protocols/OAuth/OAuthAuthRequestEvent.php | 2 +- www/core/Protocols/OAuth/OAuthClient.php | 2 +- www/core/Protocols/OAuth/OAuthDynamicClient.php | 2 +- www/core/Protocols/OAuth/OAuthEvent.php | 2 +- www/core/Protocols/OAuth/OAuthInitClientEvent.php | 2 +- www/core/Protocols/OAuth/OAuthInitTokenEvent.php | 2 +- www/core/Protocols/OAuth/OAuthManager.php | 2 +- www/core/Protocols/OAuth/OAuthModule.php | 2 +- www/core/Protocols/OAuth/OAuthProtectedResource.php | 2 +- www/core/Protocols/OAuth/OAuthTokenGrantEvent.php | 2 +- www/core/Protocols/OAuth/RefreshToken.php | 2 +- www/core/Protocols/OAuth/Request.php | 2 +- www/core/Protocols/OAuth/Response.php | 2 +- www/core/Protocols/OAuth/Token.php | 2 +- www/core/Protocols/OAuth/TokenSource.php | 2 +- www/core/Protocols/OpenID/Association.php | 2 +- www/core/Protocols/OpenID/DiffieHellman.php | 2 +- .../Protocols/OpenID/Extensions/AXOpenIDExtensionModule.php | 2 +- .../Protocols/OpenID/Extensions/PAPEOpenIDExtensionModule.php | 2 +- .../Protocols/OpenID/Extensions/SRegOpenIDExtensionModule.php | 2 +- www/core/Protocols/OpenID/Message.php | 2 +- www/core/Protocols/OpenID/OpenIDCheckEvent.php | 2 +- www/core/Protocols/OpenID/OpenIDModule.php | 2 +- www/core/Protocols/OpenID/OpenIDResponseBuildEvent.php | 2 +- www/core/Protocols/OpenID/RelyingParty.php | 2 +- www/core/Protocols/OpenID/Request.php | 2 +- www/core/Protocols/OpenID/Response.php | 2 +- www/core/Protocols/ProtocolResult.php | 2 +- www/core/Protocols/ProtocolResultTrait.php | 2 +- www/core/Protocols/WebFinger/WebFingerModule.php | 2 +- www/core/Protocols/XRDS/XRDSDiscovery.php | 2 +- www/core/Protocols/XRDS/XRDSServices.php | 2 +- www/core/Store/DefaultStoreModule.php | 2 +- www/core/Store/Storable.php | 2 +- www/core/Store/StoreManager.php | 2 +- www/core/Store/StoreModule.php | 2 +- www/core/Util/ArrayWrapper.php | 2 +- www/core/Util/DefaultLogger.php | 2 +- www/core/Util/Events/BaseDataCollectionEvent.php | 2 +- www/core/Util/Events/BaseStoppableEvent.php | 2 +- www/core/Util/Events/GenericEventTrait.php | 2 +- www/core/Util/Events/OrderedDataCollectionEvent.php | 2 +- www/core/Util/Events/StoppableEventTrait.php | 2 +- www/core/Util/Events/UIBuildEvent.php | 2 +- www/core/Util/Forms/FormBuildEvent.php | 2 +- www/core/Util/Forms/FormEventInterface.php | 2 +- www/core/Util/Forms/FormState.php | 2 +- www/core/Util/Forms/FormSubmitEvent.php | 2 +- www/core/Util/OpaqueIdentifier.php | 2 +- www/core/Util/RateLimiter.php | 2 +- www/core/Util/SecurityToken.php | 2 +- www/core/Util/UIBuilder.php | 2 +- www/upgrade/UpgradeModule.php | 2 +- www/upgrade/index.php | 2 +- 92 files changed, 92 insertions(+), 92 deletions(-) diff --git a/www/core/Auth/AuthManager.php b/www/core/Auth/AuthManager.php index 14501cbf..33ea5ae0 100644 --- a/www/core/Auth/AuthManager.php +++ b/www/core/Auth/AuthManager.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/AuthModule.php b/www/core/Auth/AuthModule.php index 47fa145b..be2f8ae8 100644 --- a/www/core/Auth/AuthModule.php +++ b/www/core/Auth/AuthModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/AuthResultInterface.php b/www/core/Auth/AuthResultInterface.php index f8ccf0a2..7050bb59 100644 --- a/www/core/Auth/AuthResultInterface.php +++ b/www/core/Auth/AuthResultInterface.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/AuthSchemeModule.php b/www/core/Auth/AuthSchemeModule.php index 73acbd55..b20b1ae2 100644 --- a/www/core/Auth/AuthSchemeModule.php +++ b/www/core/Auth/AuthSchemeModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/AutoAuthEvent.php b/www/core/Auth/AutoAuthEvent.php index 7c837d23..4f419e43 100644 --- a/www/core/Auth/AutoAuthEvent.php +++ b/www/core/Auth/AutoAuthEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/CertAuthSchemeModule.php b/www/core/Auth/CertAuthSchemeModule.php index 71464e11..fc2301aa 100644 --- a/www/core/Auth/CertAuthSchemeModule.php +++ b/www/core/Auth/CertAuthSchemeModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2012-2022 + * Copyright (C) Kelvin Mo 2012-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/LoginEvent.php b/www/core/Auth/LoginEvent.php index a102430e..d7da4b28 100644 --- a/www/core/Auth/LoginEvent.php +++ b/www/core/Auth/LoginEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/LoginFormSubmitEvent.php b/www/core/Auth/LoginFormSubmitEvent.php index 8448bacb..336c1b3a 100644 --- a/www/core/Auth/LoginFormSubmitEvent.php +++ b/www/core/Auth/LoginFormSubmitEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/LogoutEvent.php b/www/core/Auth/LogoutEvent.php index 3dfa1883..48012907 100644 --- a/www/core/Auth/LogoutEvent.php +++ b/www/core/Auth/LogoutEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/OTPAuthSchemeModule.php b/www/core/Auth/OTPAuthSchemeModule.php index a8b54219..6f9d0e1b 100644 --- a/www/core/Auth/OTPAuthSchemeModule.php +++ b/www/core/Auth/OTPAuthSchemeModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/PasswordAuthSchemeModule.php b/www/core/Auth/PasswordAuthSchemeModule.php index 38280eb8..2fd411b3 100644 --- a/www/core/Auth/PasswordAuthSchemeModule.php +++ b/www/core/Auth/PasswordAuthSchemeModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Auth/RememberMeAuthSchemeModule.php b/www/core/Auth/RememberMeAuthSchemeModule.php index c5748836..cb3b2fd7 100644 --- a/www/core/Auth/RememberMeAuthSchemeModule.php +++ b/www/core/Auth/RememberMeAuthSchemeModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Base/IndexEvent.php b/www/core/Base/IndexEvent.php index 3a937864..54e14d13 100644 --- a/www/core/Base/IndexEvent.php +++ b/www/core/Base/IndexEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Base/IndexModule.php b/www/core/Base/IndexModule.php index 42819dfa..57c99419 100644 --- a/www/core/Base/IndexModule.php +++ b/www/core/Base/IndexModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Base/MyModule.php b/www/core/Base/MyModule.php index 509ee400..c5d8d67d 100644 --- a/www/core/Base/MyModule.php +++ b/www/core/Base/MyModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2009-2022 + * Copyright (C) Kelvin Mo 2009-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Base/ScopeInfoCollectionEvent.php b/www/core/Base/ScopeInfoCollectionEvent.php index 5af3d70b..5b4f7110 100644 --- a/www/core/Base/ScopeInfoCollectionEvent.php +++ b/www/core/Base/ScopeInfoCollectionEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Base/UserModule.php b/www/core/Base/UserModule.php index 527e21c5..7f9f5fdf 100644 --- a/www/core/Base/UserModule.php +++ b/www/core/Base/UserModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Crypt/BigNum.php b/www/core/Crypt/BigNum.php index 9f25edb6..be3281fe 100644 --- a/www/core/Crypt/BigNum.php +++ b/www/core/Crypt/BigNum.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2009-2022 + * Copyright (C) Kelvin Mo 2009-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Crypt/Random.php b/www/core/Crypt/Random.php index 7ae29b4f..f078abe1 100644 --- a/www/core/Crypt/Random.php +++ b/www/core/Crypt/Random.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2010-2022 + * Copyright (C) Kelvin Mo 2010-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Models/Client.php b/www/core/Models/Client.php index d86b6256..bb631ad3 100644 --- a/www/core/Models/Client.php +++ b/www/core/Models/Client.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Models/ConsentEvent.php b/www/core/Models/ConsentEvent.php index fecef028..8cd43984 100644 --- a/www/core/Models/ConsentEvent.php +++ b/www/core/Models/ConsentEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Models/User.php b/www/core/Models/User.php index 4790991d..590bbdd8 100644 --- a/www/core/Models/User.php +++ b/www/core/Models/User.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Module.php b/www/core/Module.php index a989522e..3ef1a5f3 100644 --- a/www/core/Module.php +++ b/www/core/Module.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/ModuleManager.php b/www/core/ModuleManager.php index 6d0f1621..d8e72949 100644 --- a/www/core/ModuleManager.php +++ b/www/core/ModuleManager.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/Connect/ConnectBuildClaimsEvent.php b/www/core/Protocols/Connect/ConnectBuildClaimsEvent.php index b7f83f34..31055a02 100644 --- a/www/core/Protocols/Connect/ConnectBuildClaimsEvent.php +++ b/www/core/Protocols/Connect/ConnectBuildClaimsEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/Connect/ConnectClientRegistrationModule.php b/www/core/Protocols/Connect/ConnectClientRegistrationModule.php index 4d3c5b66..a2cb23b6 100644 --- a/www/core/Protocols/Connect/ConnectClientRegistrationModule.php +++ b/www/core/Protocols/Connect/ConnectClientRegistrationModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2012-2022 + * Copyright (C) Kelvin Mo 2012-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/Connect/ConnectDynamicClient.php b/www/core/Protocols/Connect/ConnectDynamicClient.php index 05db83f0..7bb74b02 100644 --- a/www/core/Protocols/Connect/ConnectDynamicClient.php +++ b/www/core/Protocols/Connect/ConnectDynamicClient.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/Connect/ConnectModule.php b/www/core/Protocols/Connect/ConnectModule.php index 6f3295a1..0a33f6af 100644 --- a/www/core/Protocols/Connect/ConnectModule.php +++ b/www/core/Protocols/Connect/ConnectModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2012-2022 + * Copyright (C) Kelvin Mo 2012-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/Connect/ConnectSessionModule.php b/www/core/Protocols/Connect/ConnectSessionModule.php index e44bc2b7..4a4b3445 100644 --- a/www/core/Protocols/Connect/ConnectSessionModule.php +++ b/www/core/Protocols/Connect/ConnectSessionModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2016-2022 + * Copyright (C) Kelvin Mo 2016-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/Connect/JOSEResponse.php b/www/core/Protocols/Connect/JOSEResponse.php index 1fa25f14..c04380a6 100644 --- a/www/core/Protocols/Connect/JOSEResponse.php +++ b/www/core/Protocols/Connect/JOSEResponse.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2012-2022 + * Copyright (C) Kelvin Mo 2012-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/Connect/KeySetBuilder.php b/www/core/Protocols/Connect/KeySetBuilder.php index 657e787b..ba733775 100644 --- a/www/core/Protocols/Connect/KeySetBuilder.php +++ b/www/core/Protocols/Connect/KeySetBuilder.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2012-2022 + * Copyright (C) Kelvin Mo 2012-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/Connect/OpenID2MigrationModule.php b/www/core/Protocols/Connect/OpenID2MigrationModule.php index a4906344..4529e193 100644 --- a/www/core/Protocols/Connect/OpenID2MigrationModule.php +++ b/www/core/Protocols/Connect/OpenID2MigrationModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2015-2022 + * Copyright (C) Kelvin Mo 2015-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/FormResponse.php b/www/core/Protocols/FormResponse.php index d0586d59..1dd2be0c 100644 --- a/www/core/Protocols/FormResponse.php +++ b/www/core/Protocols/FormResponse.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/HTTPResponse.php b/www/core/Protocols/HTTPResponse.php index da22f6a4..f5863575 100644 --- a/www/core/Protocols/HTTPResponse.php +++ b/www/core/Protocols/HTTPResponse.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/AccessToken.php b/www/core/Protocols/OAuth/AccessToken.php index 91c3a206..3a9bd110 100644 --- a/www/core/Protocols/OAuth/AccessToken.php +++ b/www/core/Protocols/OAuth/AccessToken.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/Authorization.php b/www/core/Protocols/OAuth/Authorization.php index f5d5ea15..b9450c24 100644 --- a/www/core/Protocols/OAuth/Authorization.php +++ b/www/core/Protocols/OAuth/Authorization.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/Code.php b/www/core/Protocols/OAuth/Code.php index 1be86aca..e7b72e76 100644 --- a/www/core/Protocols/OAuth/Code.php +++ b/www/core/Protocols/OAuth/Code.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthAuthGrantEvent.php b/www/core/Protocols/OAuth/OAuthAuthGrantEvent.php index b4a97a16..427ddbab 100644 --- a/www/core/Protocols/OAuth/OAuthAuthGrantEvent.php +++ b/www/core/Protocols/OAuth/OAuthAuthGrantEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthAuthRequestEvent.php b/www/core/Protocols/OAuth/OAuthAuthRequestEvent.php index 1510a377..73403065 100644 --- a/www/core/Protocols/OAuth/OAuthAuthRequestEvent.php +++ b/www/core/Protocols/OAuth/OAuthAuthRequestEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthClient.php b/www/core/Protocols/OAuth/OAuthClient.php index 9b5e4b31..28b2f63e 100644 --- a/www/core/Protocols/OAuth/OAuthClient.php +++ b/www/core/Protocols/OAuth/OAuthClient.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthDynamicClient.php b/www/core/Protocols/OAuth/OAuthDynamicClient.php index 8e3caa76..753fecf1 100644 --- a/www/core/Protocols/OAuth/OAuthDynamicClient.php +++ b/www/core/Protocols/OAuth/OAuthDynamicClient.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthEvent.php b/www/core/Protocols/OAuth/OAuthEvent.php index c5ebe780..842a41d5 100644 --- a/www/core/Protocols/OAuth/OAuthEvent.php +++ b/www/core/Protocols/OAuth/OAuthEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthInitClientEvent.php b/www/core/Protocols/OAuth/OAuthInitClientEvent.php index b113d706..dba8612d 100644 --- a/www/core/Protocols/OAuth/OAuthInitClientEvent.php +++ b/www/core/Protocols/OAuth/OAuthInitClientEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthInitTokenEvent.php b/www/core/Protocols/OAuth/OAuthInitTokenEvent.php index c87604ef..e270c9f9 100644 --- a/www/core/Protocols/OAuth/OAuthInitTokenEvent.php +++ b/www/core/Protocols/OAuth/OAuthInitTokenEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthManager.php b/www/core/Protocols/OAuth/OAuthManager.php index 175243db..90485393 100644 --- a/www/core/Protocols/OAuth/OAuthManager.php +++ b/www/core/Protocols/OAuth/OAuthManager.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthModule.php b/www/core/Protocols/OAuth/OAuthModule.php index e7e8d7d6..54fa0d24 100644 --- a/www/core/Protocols/OAuth/OAuthModule.php +++ b/www/core/Protocols/OAuth/OAuthModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthProtectedResource.php b/www/core/Protocols/OAuth/OAuthProtectedResource.php index d234ba81..df59af2b 100644 --- a/www/core/Protocols/OAuth/OAuthProtectedResource.php +++ b/www/core/Protocols/OAuth/OAuthProtectedResource.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/OAuthTokenGrantEvent.php b/www/core/Protocols/OAuth/OAuthTokenGrantEvent.php index 58982218..4f27940e 100644 --- a/www/core/Protocols/OAuth/OAuthTokenGrantEvent.php +++ b/www/core/Protocols/OAuth/OAuthTokenGrantEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/RefreshToken.php b/www/core/Protocols/OAuth/RefreshToken.php index 35d794df..6cad21a5 100644 --- a/www/core/Protocols/OAuth/RefreshToken.php +++ b/www/core/Protocols/OAuth/RefreshToken.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/Request.php b/www/core/Protocols/OAuth/Request.php index 46ea2356..d1161340 100644 --- a/www/core/Protocols/OAuth/Request.php +++ b/www/core/Protocols/OAuth/Request.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/Response.php b/www/core/Protocols/OAuth/Response.php index b0b93d6f..b7009a5f 100644 --- a/www/core/Protocols/OAuth/Response.php +++ b/www/core/Protocols/OAuth/Response.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/Token.php b/www/core/Protocols/OAuth/Token.php index 3519d1de..974d9f25 100644 --- a/www/core/Protocols/OAuth/Token.php +++ b/www/core/Protocols/OAuth/Token.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OAuth/TokenSource.php b/www/core/Protocols/OAuth/TokenSource.php index 64460d5b..ac47f380 100644 --- a/www/core/Protocols/OAuth/TokenSource.php +++ b/www/core/Protocols/OAuth/TokenSource.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/Association.php b/www/core/Protocols/OpenID/Association.php index 0ce8ae86..97462927 100644 --- a/www/core/Protocols/OpenID/Association.php +++ b/www/core/Protocols/OpenID/Association.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/DiffieHellman.php b/www/core/Protocols/OpenID/DiffieHellman.php index 9bbf4472..f11edac5 100644 --- a/www/core/Protocols/OpenID/DiffieHellman.php +++ b/www/core/Protocols/OpenID/DiffieHellman.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/Extensions/AXOpenIDExtensionModule.php b/www/core/Protocols/OpenID/Extensions/AXOpenIDExtensionModule.php index 9f9c905f..88950774 100644 --- a/www/core/Protocols/OpenID/Extensions/AXOpenIDExtensionModule.php +++ b/www/core/Protocols/OpenID/Extensions/AXOpenIDExtensionModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2009-2022 + * Copyright (C) Kelvin Mo 2009-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/Extensions/PAPEOpenIDExtensionModule.php b/www/core/Protocols/OpenID/Extensions/PAPEOpenIDExtensionModule.php index fd3ca7a2..10be4e92 100644 --- a/www/core/Protocols/OpenID/Extensions/PAPEOpenIDExtensionModule.php +++ b/www/core/Protocols/OpenID/Extensions/PAPEOpenIDExtensionModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/Extensions/SRegOpenIDExtensionModule.php b/www/core/Protocols/OpenID/Extensions/SRegOpenIDExtensionModule.php index 24ccdda5..54bed8dd 100644 --- a/www/core/Protocols/OpenID/Extensions/SRegOpenIDExtensionModule.php +++ b/www/core/Protocols/OpenID/Extensions/SRegOpenIDExtensionModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/Message.php b/www/core/Protocols/OpenID/Message.php index 467f23a9..b3b92662 100644 --- a/www/core/Protocols/OpenID/Message.php +++ b/www/core/Protocols/OpenID/Message.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/OpenIDCheckEvent.php b/www/core/Protocols/OpenID/OpenIDCheckEvent.php index 88b53065..0fae47ee 100644 --- a/www/core/Protocols/OpenID/OpenIDCheckEvent.php +++ b/www/core/Protocols/OpenID/OpenIDCheckEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/OpenIDModule.php b/www/core/Protocols/OpenID/OpenIDModule.php index f2c403fc..b9b8715e 100644 --- a/www/core/Protocols/OpenID/OpenIDModule.php +++ b/www/core/Protocols/OpenID/OpenIDModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/OpenIDResponseBuildEvent.php b/www/core/Protocols/OpenID/OpenIDResponseBuildEvent.php index b8f406ea..30b576cd 100644 --- a/www/core/Protocols/OpenID/OpenIDResponseBuildEvent.php +++ b/www/core/Protocols/OpenID/OpenIDResponseBuildEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/RelyingParty.php b/www/core/Protocols/OpenID/RelyingParty.php index 4719d6c7..1269daf0 100644 --- a/www/core/Protocols/OpenID/RelyingParty.php +++ b/www/core/Protocols/OpenID/RelyingParty.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/Request.php b/www/core/Protocols/OpenID/Request.php index f3267598..18713945 100644 --- a/www/core/Protocols/OpenID/Request.php +++ b/www/core/Protocols/OpenID/Request.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/OpenID/Response.php b/www/core/Protocols/OpenID/Response.php index 0c2849ad..ae60af70 100644 --- a/www/core/Protocols/OpenID/Response.php +++ b/www/core/Protocols/OpenID/Response.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/ProtocolResult.php b/www/core/Protocols/ProtocolResult.php index b7a2ac06..c83dfa97 100644 --- a/www/core/Protocols/ProtocolResult.php +++ b/www/core/Protocols/ProtocolResult.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/ProtocolResultTrait.php b/www/core/Protocols/ProtocolResultTrait.php index 2dd192a2..9de1f64a 100644 --- a/www/core/Protocols/ProtocolResultTrait.php +++ b/www/core/Protocols/ProtocolResultTrait.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/WebFinger/WebFingerModule.php b/www/core/Protocols/WebFinger/WebFingerModule.php index ca38d4eb..23fc6d79 100644 --- a/www/core/Protocols/WebFinger/WebFingerModule.php +++ b/www/core/Protocols/WebFinger/WebFingerModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/XRDS/XRDSDiscovery.php b/www/core/Protocols/XRDS/XRDSDiscovery.php index c58c8976..79c56aac 100644 --- a/www/core/Protocols/XRDS/XRDSDiscovery.php +++ b/www/core/Protocols/XRDS/XRDSDiscovery.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Protocols/XRDS/XRDSServices.php b/www/core/Protocols/XRDS/XRDSServices.php index 351492cf..a7fa6af7 100644 --- a/www/core/Protocols/XRDS/XRDSServices.php +++ b/www/core/Protocols/XRDS/XRDSServices.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Store/DefaultStoreModule.php b/www/core/Store/DefaultStoreModule.php index c4143d4b..9fbc40e8 100644 --- a/www/core/Store/DefaultStoreModule.php +++ b/www/core/Store/DefaultStoreModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Store/Storable.php b/www/core/Store/Storable.php index 1af6f974..2f28d8d8 100644 --- a/www/core/Store/Storable.php +++ b/www/core/Store/Storable.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Store/StoreManager.php b/www/core/Store/StoreManager.php index c6621fa3..90d65fb0 100644 --- a/www/core/Store/StoreManager.php +++ b/www/core/Store/StoreManager.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Store/StoreModule.php b/www/core/Store/StoreModule.php index 2d29de5f..57209ff9 100644 --- a/www/core/Store/StoreModule.php +++ b/www/core/Store/StoreModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/ArrayWrapper.php b/www/core/Util/ArrayWrapper.php index c55a5f73..80c64d71 100644 --- a/www/core/Util/ArrayWrapper.php +++ b/www/core/Util/ArrayWrapper.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/DefaultLogger.php b/www/core/Util/DefaultLogger.php index 8c811710..28aedf16 100644 --- a/www/core/Util/DefaultLogger.php +++ b/www/core/Util/DefaultLogger.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Events/BaseDataCollectionEvent.php b/www/core/Util/Events/BaseDataCollectionEvent.php index 58e1d1e9..d0bc8b05 100644 --- a/www/core/Util/Events/BaseDataCollectionEvent.php +++ b/www/core/Util/Events/BaseDataCollectionEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Events/BaseStoppableEvent.php b/www/core/Util/Events/BaseStoppableEvent.php index cfe424b4..b025a0f2 100644 --- a/www/core/Util/Events/BaseStoppableEvent.php +++ b/www/core/Util/Events/BaseStoppableEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Events/GenericEventTrait.php b/www/core/Util/Events/GenericEventTrait.php index d297c690..2bd22418 100644 --- a/www/core/Util/Events/GenericEventTrait.php +++ b/www/core/Util/Events/GenericEventTrait.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Events/OrderedDataCollectionEvent.php b/www/core/Util/Events/OrderedDataCollectionEvent.php index 050a0791..2ef62a20 100644 --- a/www/core/Util/Events/OrderedDataCollectionEvent.php +++ b/www/core/Util/Events/OrderedDataCollectionEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Events/StoppableEventTrait.php b/www/core/Util/Events/StoppableEventTrait.php index 0a6491be..0dfdc156 100644 --- a/www/core/Util/Events/StoppableEventTrait.php +++ b/www/core/Util/Events/StoppableEventTrait.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Events/UIBuildEvent.php b/www/core/Util/Events/UIBuildEvent.php index a71904cf..dd0c35fa 100644 --- a/www/core/Util/Events/UIBuildEvent.php +++ b/www/core/Util/Events/UIBuildEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Forms/FormBuildEvent.php b/www/core/Util/Forms/FormBuildEvent.php index 3dc5b2d1..9e19b98a 100644 --- a/www/core/Util/Forms/FormBuildEvent.php +++ b/www/core/Util/Forms/FormBuildEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Forms/FormEventInterface.php b/www/core/Util/Forms/FormEventInterface.php index dea1dc23..a85fe39b 100644 --- a/www/core/Util/Forms/FormEventInterface.php +++ b/www/core/Util/Forms/FormEventInterface.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Forms/FormState.php b/www/core/Util/Forms/FormState.php index 13e7c764..5d83c739 100644 --- a/www/core/Util/Forms/FormState.php +++ b/www/core/Util/Forms/FormState.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/Forms/FormSubmitEvent.php b/www/core/Util/Forms/FormSubmitEvent.php index 20ff3327..ef63b919 100644 --- a/www/core/Util/Forms/FormSubmitEvent.php +++ b/www/core/Util/Forms/FormSubmitEvent.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/OpaqueIdentifier.php b/www/core/Util/OpaqueIdentifier.php index 7affbb92..b7864f87 100644 --- a/www/core/Util/OpaqueIdentifier.php +++ b/www/core/Util/OpaqueIdentifier.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/RateLimiter.php b/www/core/Util/RateLimiter.php index 5c89034d..75a4262e 100644 --- a/www/core/Util/RateLimiter.php +++ b/www/core/Util/RateLimiter.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/SecurityToken.php b/www/core/Util/SecurityToken.php index f395cd15..d7081503 100644 --- a/www/core/Util/SecurityToken.php +++ b/www/core/Util/SecurityToken.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/core/Util/UIBuilder.php b/www/core/Util/UIBuilder.php index 0a7b326d..b4413d71 100644 --- a/www/core/Util/UIBuilder.php +++ b/www/core/Util/UIBuilder.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2021-2022 + * Copyright (C) Kelvin Mo 2021-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/upgrade/UpgradeModule.php b/www/upgrade/UpgradeModule.php index 9034bc40..0c0056e9 100644 --- a/www/upgrade/UpgradeModule.php +++ b/www/upgrade/UpgradeModule.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/www/upgrade/index.php b/www/upgrade/index.php index ed687389..afa2f9f1 100644 --- a/www/upgrade/index.php +++ b/www/upgrade/index.php @@ -2,7 +2,7 @@ /* * SimpleID * - * Copyright (C) Kelvin Mo 2014-2022 + * Copyright (C) Kelvin Mo 2014-2023 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public