]> git.mxchange.org Git - juser-core.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 10:44:19 +0000 (11:44 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 10:44:19 +0000 (11:44 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
39 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/clear/password/ClearUserPasswordEvent.java
src/org/mxchange/jusercore/events/user/clear/password/ObservableClearUserPasswordEvent.java
src/org/mxchange/jusercore/events/user/clear/username/ClearUserNameEvent.java
src/org/mxchange/jusercore/events/user/clear/username/ObservableClearUserNameEvent.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/AdminUpdatedUserDataEvent.java
src/org/mxchange/jusercore/events/user/update/ObservableAdminUpdatedUserDataEvent.java
src/org/mxchange/jusercore/events/user/update/ObservableUpdatedUserPersonalDataEvent.java
src/org/mxchange/jusercore/events/user/update/UpdatedUserPersonalDataEvent.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 87bd50a5ceb1c1ec18b950f12a23880b45c02494..09ea21c6f493e48c6f48300fbfec6d9f62e96991 100644 (file)
Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ
index 320eb424c07a55626b8b7fb27833fcdf388e97b5..f724bbf4e7115a09ea36e38dcccfc2b70d8f884f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 adc299a70d4c6a793676061952a397523362b5a0..8e30f83909ef88ea0942ea0968733a1bf37f85dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 acdd57f58f35d7678a502a2081fa537e9ea3fa52..fdb153c841f909dbee3efc9f8daaee86ab9cbdb8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 8b38f12a2e0dcd3087b0650e0836d020e951b897..1ff084eb4ee2320aa2a2e29cc43be40ff4e30ea8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 3b03cc9ef83d96f86c056d8048144bb722d7ea7b..a3573c52390d50c9ede6fb991afe86d323349c56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 e992200f76c23705e10dc159b00586be7182addf..00f9273e04fcaea82b2273cda532c29e465d8494 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 c3b82e6c02908f4bf04f43cc1233d6c851f8ad64..f24b5e5911c14f50702caa0bcf927fe4059a23e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 dcbd8fdf0c7f0c6d04190cd46a26bc11102141d9..8a67dfcf67f61efdb05098c952819ed6c944a429 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 3c6ce59e46679e02c58919867fb1de282488cdfb..091716a1b115bb11897d85c5a54c4b1f1bbbf4a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 cf6d28c344c78a902c2e33620d038f194f3d21a0..a707aec4e048fdf27348dedc688849db1e67496c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 994bb7bf0775692ad280deef2b24767e13b808e8..18c50b4872ca363d3b608f39eb8b41dd6d6e84f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 6acd289d534938138e0fad66cb5593ae30b37231..87869e46153a19b266dbbe83af4d6671b3caff11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 cbbe747844607b22cfa6a7098f071e54af245627..c817050372fb9cf69393ffca9ec5557d4fec5f52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 18c257acb35aab67be7b9ffb5ed63a0015a0f2db..c5a874dbd75da8020f2dc3524b26f83a1c7b6df3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 e3b53648ce61ded788cccdc5b35539de335078b9..881440c0311b6c1d82fe6143c2d298f80a14f939 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 313508559e9b4744467216ebf5cd87d1458ca6c9..5a939a6f963d102cc33c420d5769268d6ffae791 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 eb972c9e259a0373e6aed393468f02086714d3fe..51187b65d1ae133c43dd2886c25b4adcce6e1bc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 0984d9bf69e716fbd545c0747c85e4e1b6f56ced..0c8873537cefdd8fb9d135e0af5d92f40841116e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 25836fac65f587768338b4010860cd79ee66c604..f4737295c7e761892a51a01d22cd9b3dc33c55c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 087d6c3581dc57a7782658b13513db02821dd381..4e126332d7c925b5aa38b74b5592ac2c2967bdc4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 dff64274b912588642ff7c128f1ebd615c16d0e3..948633258ea97981db9f630f321438e48d264957 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 912d7be7f708f31c5137c8605b7ded7810a0e45d..be38467747ac6752a54ff54c71b42213cdc459ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 c10a6a9645e534ae314c3e8eb8cfe8ad05fbdb57..4bb28cd5a41ba920360f6792992fba32819e8395 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 e32db375030e2a0ed8d2a614e4e6a7369846cb74..90a580204931128b52edcd3f26c5ca3bd3883b8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 3f6946b78b1018fd0916578304809e5e225436b2..9b12e1f28e1243c4d941299ee72414b705b31b6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 72e30479156d60af9e5c7653ce665b3cfcf2e1c6..8da3ce24cdcb6886ad117aa2934fa98357270290 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 0ddd5e2335cd58cea099716c0a8d241db556f0df..397b9414cab99489812b0188cbde1e5b02f0c84a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 c12c24dd5a8c608ffabd10fa01033ee06e757503..3c8e6f486490f742c81490bbc6608c3036848e7d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 9425831014764aacfeb74ddf1746d0aeaa8f282a..eaf5be036d9dee4028617e2a87f60ec512aa9fd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 6d2c4d4ca5b270a31f28543b799cfbe521d665a0..abc15625ba1d43d53354e5408e1256d54a2ed5be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 cc9575f348fc90ac02f630e9e653d735af43cba6..64b1fb4d3570a04758072accf92e395f74bcfa3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 1e714a25ea4e4bcacadafb204e72f962a97126a8..2cfbf4a351bc7e77008432cda262a5cbda514831 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 83c7e392d8d23549850107cd59f5d693c5656c65..1e440435b604bef543df04767e1f3c5fd914e1de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 71c1f8f7121f33edd468f633027a9afc55986f4f..79cdc30bdd42bbb6fee3aa7f808ec86dbaa134fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 0553f05146fd6c924d150fb96adf9d2d43f2201e..113f23fa5d25398eef9666139062b87f7243b7c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 9a9cbd528fb5ddbce0f693ae6cea5742366b8d1e..c61ddc3f98e0656cb4d2fcb1e70ccd6316cdd708 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 0c0db063e2098b25b5be7c1a5a9849ed60d32f6d..6e7fe8a1a242bc15554b6052c92289ba8ec6ce26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 82dfea3ef279b8b9575fc2eb93b5cb3217c1ee82..e5b9a1608e2a04351af74dc5a4778200278d1112 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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