From: Roland Häder Date: Tue, 13 Mar 2018 00:24:22 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9da80d34d3c7a21194ea82153c9842958749c01f;p=juser-login-core.git Continued: - updated copyright year Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/juserlogincore/container/login/LoginContainer.java b/src/org/mxchange/juserlogincore/container/login/LoginContainer.java index 030dbfa..cccfe43 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 bfeba37..9cb24f0 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 b23085e..39f8390 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 9eafa81..3715eaa 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 34482bb..afac090 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 1dd64dd..e5c2d5b 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 7c219fd..b28586a 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 49e6d27..33dcb36 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 dbab851..60c53ee 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 227dc86..4c6e001 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 cc3acb6..d56f7b8 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 6575887..e564bb7 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 666cce6..3b87fd2 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 cac1326..928dbc7 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, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 69b2eb7..6b6b202 100644 --- a/src/org/mxchange/juserlogincore/exceptions/UserNotFoundException.java +++ b/src/org/mxchange/juserlogincore/exceptions/UserNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 e392897..455b4f6 100644 --- a/src/org/mxchange/juserlogincore/exceptions/UserPasswordMismatchException.java +++ b/src/org/mxchange/juserlogincore/exceptions/UserPasswordMismatchException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 76b5b15..7d7e37e 100644 --- a/src/org/mxchange/juserlogincore/exceptions/UserPasswordRepeatMismatchException.java +++ b/src/org/mxchange/juserlogincore/exceptions/UserPasswordRepeatMismatchException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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 ef8cb6e..ad3a059 100644 --- a/src/org/mxchange/juserlogincore/login/UserLoginUtils.java +++ b/src/org/mxchange/juserlogincore/login/UserLoginUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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