]> git.mxchange.org Git - juser-core.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Fri, 23 Sep 2022 12:53:03 +0000 (14:53 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Sep 2022 12:53:03 +0000 (14:53 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
37 files changed:
lib/jcore-utils.jar
src/org/mxchange/jusercore/events/user/add/AdminAddedUserEvent.java
src/org/mxchange/jusercore/events/user/add/ObservableAdminAddedUserEvent.java
src/org/mxchange/jusercore/events/user/created/CreatedUserEvent.java
src/org/mxchange/jusercore/events/user/created/ObservableCreatedUserEvent.java
src/org/mxchange/jusercore/events/user/delete/AdminDeletedUserEvent.java
src/org/mxchange/jusercore/events/user/delete/ObservableAdminDeletedUserEvent.java
src/org/mxchange/jusercore/events/user/linked/AdminLinkedUserEvent.java
src/org/mxchange/jusercore/events/user/linked/ObservableAdminLinkedUserEvent.java
src/org/mxchange/jusercore/events/user/locked/AdminLockedUserEvent.java
src/org/mxchange/jusercore/events/user/locked/ObservableAdminLockedUserEvent.java
src/org/mxchange/jusercore/events/user/unlocked/AdminUnlockedUserEvent.java
src/org/mxchange/jusercore/events/user/unlocked/ObservableAdminUnlockedUserEvent.java
src/org/mxchange/jusercore/events/user/update/post/AdminPostUserDataUpdatedEvent.java
src/org/mxchange/jusercore/events/user/update/post/ObservableAdminPostUserDataUpdatedEvent.java
src/org/mxchange/jusercore/events/user/update/post/ObservablePostUserPersonalDataUpdatedEvent.java
src/org/mxchange/jusercore/events/user/update/post/PostUserPersonalDataUpdatedEvent.java
src/org/mxchange/jusercore/events/user/update/pre/ObservablePreUserPersonalDataUpdatedEvent.java
src/org/mxchange/jusercore/events/user/update/pre/PreUserPersonalDataUpdatedEvent.java
src/org/mxchange/jusercore/exceptions/DataRepeatMismatchException.java
src/org/mxchange/jusercore/exceptions/EmailAddressAlreadyRegisteredException.java
src/org/mxchange/jusercore/exceptions/UserEmailAddressNotFoundException.java
src/org/mxchange/jusercore/exceptions/UserNameAlreadyRegisteredException.java
src/org/mxchange/jusercore/exceptions/UserNotFoundException.java
src/org/mxchange/jusercore/exceptions/UserStatusConfirmedException.java
src/org/mxchange/jusercore/exceptions/UserStatusLockedException.java
src/org/mxchange/jusercore/exceptions/UserStatusUnconfirmedException.java
src/org/mxchange/jusercore/model/email_address/ChangeableEmailAddress.java
src/org/mxchange/jusercore/model/email_address/EmailAddressChange.java
src/org/mxchange/jusercore/model/email_address/status/EmailChangeStatus.java
src/org/mxchange/jusercore/model/user/LoginUser.java
src/org/mxchange/jusercore/model/user/User.java
src/org/mxchange/jusercore/model/user/Users.java
src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java
src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java
src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java
src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java

index 6cd5a0ca00091cfb326c68da5ac2b5629c5bc92d..62ff321fcb43dea4c27e02ac7bbdc82804b247ff 100644 (file)
Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ
index f724bbf4e7115a09ea36e38dcccfc2b70d8f884f..8d6445f27b972af74ab5c6a3884c6829ca1d8b97 100644 (file)
@@ -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
index 8e30f83909ef88ea0942ea0968733a1bf37f85dc..6cfaae617dfe0f4038428ca5368d68d015c744e2 100644 (file)
@@ -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
index 8f965e4a6420466055153477975792bc1a245896..696c2724a33111823efbc8f23d8e1145f68871a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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
index 8ba61e14b2cd829dd870edababfd1fb8fc0460dd..fe94ca67ebca10c3ac2f127022c996b043521549 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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
index 091716a1b115bb11897d85c5a54c4b1f1bbbf4a9..61957a9c08598a03024d3034ea87b432ed440eb5 100644 (file)
@@ -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
index a707aec4e048fdf27348dedc688849db1e67496c..d295367a892c1075f84991e8706f123d0dc81118 100644 (file)
@@ -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
index 18c50b4872ca363d3b608f39eb8b41dd6d6e84f7..c750281ae3bda770f4f9f58c15881bcdbc15e827 100644 (file)
@@ -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
index 87869e46153a19b266dbbe83af4d6671b3caff11..f01a0f79844319162267af8918e19d72f77f21aa 100644 (file)
@@ -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
index c817050372fb9cf69393ffca9ec5557d4fec5f52..82a4e276e400e286f678950c71ec0eeea2cfa6f4 100644 (file)
@@ -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
index c5a874dbd75da8020f2dc3524b26f83a1c7b6df3..8d08938a70353d62aee0c970eb0189915ba20bd6 100644 (file)
@@ -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
index 881440c0311b6c1d82fe6143c2d298f80a14f939..2634735a97ac4024f1bac20b07a051b73b0ca526 100644 (file)
@@ -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
index 5a939a6f963d102cc33c420d5769268d6ffae791..c47a82abf607b51f2da1101c254849b546ccb139 100644 (file)
@@ -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
index 9d8bc1823e5d6c8a626720f9f54a0476dc325355..07cc8cf674e3ca819841772a7a47f6de2add9d4b 100644 (file)
@@ -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
index 99e16689d63d61f2fb3c2a8c22274bf0359e5641..227de028b0981c13c8df83029f8f2cd0b8251be1 100644 (file)
@@ -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
index c882ed5711baf4a3d72a21252d3d5c5ec847989b..d1eb03b6ac5b040f737548137b33dc6ad492720e 100644 (file)
@@ -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
index bfb3b5361af11b309527ad94916394cf746b7a3a..8d6699cba4ad1029b1b82b716d868c4551dd5e41 100644 (file)
@@ -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
index 990d697274d7f9832a14f688aa4412bae5206299..66ea904b2181b58b99e844d9ccc1ed5b167be112 100644 (file)
@@ -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
index 3273a783706a8b474ba9d39f82329bc8a5eecf7e..7626a9fcb86d6803aaf3a92daa321d3f0a81a1c4 100644 (file)
@@ -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
index 948633258ea97981db9f630f321438e48d264957..5f0764e259d6e6b4ef496b9377889faf130b3796 100644 (file)
@@ -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
index be38467747ac6752a54ff54c71b42213cdc459ad..960fa172327ba9c300c053575f50907e8b7f7bb8 100644 (file)
@@ -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
index 4bb28cd5a41ba920360f6792992fba32819e8395..f8202a6e17c1c43b346a710a43a9c30d56958b9b 100644 (file)
@@ -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
index 90a580204931128b52edcd3f26c5ca3bd3883b8e..e9c696b743a6db508420253f120353ff3b49007d 100644 (file)
@@ -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
index 9b12e1f28e1243c4d941299ee72414b705b31b6e..014c1846770a0a39da55f95ca8b4658e6518a464 100644 (file)
@@ -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
index 8da3ce24cdcb6886ad117aa2934fa98357270290..e0fb92100bb6a43d4f13e3ca365b450703c8b3b5 100644 (file)
@@ -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
index 397b9414cab99489812b0188cbde1e5b02f0c84a..32590c959938c13f678df98fb9264ff097fe307d 100644 (file)
@@ -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
index 3c8e6f486490f742c81490bbc6608c3036848e7d..62462fc06cd9d34295b3ebc011fce0204cc2a4a2 100644 (file)
@@ -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
index 8f9c6f2942596cb3e7e336dce30a605028d35913..17a6ba274c99de0dc0d58bee96ae0481d5905789 100644 (file)
@@ -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
index 35454861390da6bf501d634681bc4b04f8bf919e..6e278ed0e45b070db8437480e0fa7a4bdd597b80 100644 (file)
@@ -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
index 481538983846d732302096aca6f3071f8f227a2c..8ab11f529aaace4ebf7dcce0f517fc66a5b001a9 100644 (file)
@@ -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
index 98d0f6846856b7b6d74a7d9df1885a73f9740249..865594efc9df0bc0ca5a9751a8fe412bec0b9a9b 100644 (file)
@@ -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
index 928f4d0e594986823e3b20c39ea3103dfd45beaa..eb47bb1856701ae7fcd1be56fc864acd31936233 100644 (file)
@@ -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
index 497515c12777737fe591e1ffe27725d93c024769..6fdbc5676bd0433195291bfc9951bfe1346d3d2d 100644 (file)
@@ -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
index 113f23fa5d25398eef9666139062b87f7243b7c7..aff41d589a9ecc2ac1e79c5dcbdcf76995981cdd 100644 (file)
@@ -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
index 3501a0ffc936955712726e636b5b1b85e64a4418..83c73fd4b1bc79722d0adb2194444ebf4cf9cacc 100644 (file)
@@ -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
index 6e7fe8a1a242bc15554b6052c92289ba8ec6ce26..3e3c56295c67e3aeda6d25a75e5e9898b05bf512 100644 (file)
@@ -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
index 2caf6fd3895550815f08b034caf6f3dd67111bc8..584ec894f9863cd8310d12e1195765ce78c1139a 100644 (file)
@@ -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