From 36d7d9412f47bfd9dadcdc22caa23de6cbd4df27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 23 Sep 2022 14:53:05 +0200 Subject: [PATCH] Updated copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- lib/jcoreee.jar | Bin 47725 -> 47725 bytes .../container/login/LoginContainer.java | 2 +- .../container/login/UserLoginContainer.java | 2 +- .../ObservableUserConfirmedAccountEvent.java | 2 +- .../UserConfirmedAccountEvent.java | 2 +- .../login/ObservableUserLoggedInEvent.java | 2 +- .../events/login/UserLoggedInEvent.java | 2 +- .../logout/ObservableUserLogoutEvent.java | 2 +- .../events/logout/UserLogoutEvent.java | 2 +- .../ObservableUserRegisteredEvent.java | 2 +- .../registration/UserRegisteredEvent.java | 2 +- .../ObservableUserResendLinkAccountEvent.java | 2 +- .../UserResendLinkAccountEvent.java | 2 +- .../ObservableUpdatedUserPasswordEvent.java | 2 +- .../UpdatedUserPasswordEvent.java | 2 +- .../exceptions/UserNotFoundException.java | 2 +- .../UserPasswordMismatchException.java | 2 +- .../UserPasswordRepeatMismatchException.java | 2 +- .../juserlogincore/login/UserLoginUtils.java | 2 +- 19 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/jcoreee.jar b/lib/jcoreee.jar index 6341180662859f4bf166bb709b626bd46f6c04cd..7e417aa71a9dabb45fc1c05790881643c3d57c23 100644 GIT binary patch delta 20 ccmaF+h3V}VrVVMVj7F3B*(5hNu)f^_0AqUyuK)l5 delta 20 ccmaF+h3V}VrVVMVj0ThW*(5hNu)f^_0AptetpET3 diff --git a/src/org/mxchange/juserlogincore/container/login/LoginContainer.java b/src/org/mxchange/juserlogincore/container/login/LoginContainer.java index e344d42..d87fdb3 100644 --- a/src/org/mxchange/juserlogincore/container/login/LoginContainer.java +++ b/src/org/mxchange/juserlogincore/container/login/LoginContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/container/login/UserLoginContainer.java b/src/org/mxchange/juserlogincore/container/login/UserLoginContainer.java index 2009e75..96cb95e 100644 --- a/src/org/mxchange/juserlogincore/container/login/UserLoginContainer.java +++ b/src/org/mxchange/juserlogincore/container/login/UserLoginContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/confirmation/ObservableUserConfirmedAccountEvent.java b/src/org/mxchange/juserlogincore/events/confirmation/ObservableUserConfirmedAccountEvent.java index 5b55f3e..cadd693 100644 --- a/src/org/mxchange/juserlogincore/events/confirmation/ObservableUserConfirmedAccountEvent.java +++ b/src/org/mxchange/juserlogincore/events/confirmation/ObservableUserConfirmedAccountEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/confirmation/UserConfirmedAccountEvent.java b/src/org/mxchange/juserlogincore/events/confirmation/UserConfirmedAccountEvent.java index 1d9bf8c..14a8a6c 100644 --- a/src/org/mxchange/juserlogincore/events/confirmation/UserConfirmedAccountEvent.java +++ b/src/org/mxchange/juserlogincore/events/confirmation/UserConfirmedAccountEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/login/ObservableUserLoggedInEvent.java b/src/org/mxchange/juserlogincore/events/login/ObservableUserLoggedInEvent.java index 4a2fbfc..df390c6 100644 --- a/src/org/mxchange/juserlogincore/events/login/ObservableUserLoggedInEvent.java +++ b/src/org/mxchange/juserlogincore/events/login/ObservableUserLoggedInEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/login/UserLoggedInEvent.java b/src/org/mxchange/juserlogincore/events/login/UserLoggedInEvent.java index 6e01b0e..83763de 100644 --- a/src/org/mxchange/juserlogincore/events/login/UserLoggedInEvent.java +++ b/src/org/mxchange/juserlogincore/events/login/UserLoggedInEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/logout/ObservableUserLogoutEvent.java b/src/org/mxchange/juserlogincore/events/logout/ObservableUserLogoutEvent.java index 1f4dd2d..e6b59e5 100644 --- a/src/org/mxchange/juserlogincore/events/logout/ObservableUserLogoutEvent.java +++ b/src/org/mxchange/juserlogincore/events/logout/ObservableUserLogoutEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/logout/UserLogoutEvent.java b/src/org/mxchange/juserlogincore/events/logout/UserLogoutEvent.java index 682ac5b..8732b2a 100644 --- a/src/org/mxchange/juserlogincore/events/logout/UserLogoutEvent.java +++ b/src/org/mxchange/juserlogincore/events/logout/UserLogoutEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/registration/ObservableUserRegisteredEvent.java b/src/org/mxchange/juserlogincore/events/registration/ObservableUserRegisteredEvent.java index c9a27f8..0a94c65 100644 --- a/src/org/mxchange/juserlogincore/events/registration/ObservableUserRegisteredEvent.java +++ b/src/org/mxchange/juserlogincore/events/registration/ObservableUserRegisteredEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/registration/UserRegisteredEvent.java b/src/org/mxchange/juserlogincore/events/registration/UserRegisteredEvent.java index 4981a07..5e53252 100644 --- a/src/org/mxchange/juserlogincore/events/registration/UserRegisteredEvent.java +++ b/src/org/mxchange/juserlogincore/events/registration/UserRegisteredEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/resendlink/ObservableUserResendLinkAccountEvent.java b/src/org/mxchange/juserlogincore/events/resendlink/ObservableUserResendLinkAccountEvent.java index 253d162..209bfb3 100644 --- a/src/org/mxchange/juserlogincore/events/resendlink/ObservableUserResendLinkAccountEvent.java +++ b/src/org/mxchange/juserlogincore/events/resendlink/ObservableUserResendLinkAccountEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/resendlink/UserResendLinkAccountEvent.java b/src/org/mxchange/juserlogincore/events/resendlink/UserResendLinkAccountEvent.java index 784280b..1c7d54a 100644 --- a/src/org/mxchange/juserlogincore/events/resendlink/UserResendLinkAccountEvent.java +++ b/src/org/mxchange/juserlogincore/events/resendlink/UserResendLinkAccountEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/user/password_change/ObservableUpdatedUserPasswordEvent.java b/src/org/mxchange/juserlogincore/events/user/password_change/ObservableUpdatedUserPasswordEvent.java index a488de0..f096167 100644 --- a/src/org/mxchange/juserlogincore/events/user/password_change/ObservableUpdatedUserPasswordEvent.java +++ b/src/org/mxchange/juserlogincore/events/user/password_change/ObservableUpdatedUserPasswordEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/events/user/password_change/UpdatedUserPasswordEvent.java b/src/org/mxchange/juserlogincore/events/user/password_change/UpdatedUserPasswordEvent.java index 6a11b3b..09902f7 100644 --- a/src/org/mxchange/juserlogincore/events/user/password_change/UpdatedUserPasswordEvent.java +++ b/src/org/mxchange/juserlogincore/events/user/password_change/UpdatedUserPasswordEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/exceptions/UserNotFoundException.java b/src/org/mxchange/juserlogincore/exceptions/UserNotFoundException.java index ff94d05..3102681 100644 --- a/src/org/mxchange/juserlogincore/exceptions/UserNotFoundException.java +++ b/src/org/mxchange/juserlogincore/exceptions/UserNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/exceptions/UserPasswordMismatchException.java b/src/org/mxchange/juserlogincore/exceptions/UserPasswordMismatchException.java index a90a1a9..dbf465d 100644 --- a/src/org/mxchange/juserlogincore/exceptions/UserPasswordMismatchException.java +++ b/src/org/mxchange/juserlogincore/exceptions/UserPasswordMismatchException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/exceptions/UserPasswordRepeatMismatchException.java b/src/org/mxchange/juserlogincore/exceptions/UserPasswordRepeatMismatchException.java index cdf2e77..3ad70a2 100644 --- a/src/org/mxchange/juserlogincore/exceptions/UserPasswordRepeatMismatchException.java +++ b/src/org/mxchange/juserlogincore/exceptions/UserPasswordRepeatMismatchException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/mxchange/juserlogincore/login/UserLoginUtils.java b/src/org/mxchange/juserlogincore/login/UserLoginUtils.java index 0660a27..3a110f5 100644 --- a/src/org/mxchange/juserlogincore/login/UserLoginUtils.java +++ b/src/org/mxchange/juserlogincore/login/UserLoginUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.39.5