]> git.mxchange.org Git - juser-core.git/commitdiff
Changed copyright notice to the FSF, so after my death they will continue my
authorRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:00:01 +0000 (00:00 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:00:01 +0000 (00:00 +0100)
interests, nice!

Signed-off-by: Roland Häder <roland@mxchange.org>
38 files changed:
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/UserUtils.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 cdfc5910a7a8496cdbf2250af61d8f5b13b67b71..4bf339e3aae73800149463d52ace5f943810edca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 c8961af713ecd1fcbd1d6500732191f490f00e72..2b173331799545b07f114b8a3cb0ddc274aea8a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 55cb87ca963a08bc3b8979a3a8d62e5787cb19d6..8dceef4072e4cb359546824828c416b0803f5db7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 1a7b8d6b953af697bccfc26b1be30defd33c3751..9e7204c9ba849f0d03d47add07b4b60995a6fc46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 007cb6a15b8655a6bd5cd1830f93ce8c0aa562a4..8647912b49d6a76d1dd139357c81a5052662cb66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 9c941b14bdb4eaa9cac3e7c4c0861d3d7f9dd4ec..9b90d670e70e937b86e52a0f57918cc2ac206c13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 207ec64cfed9245cbb479811793080384cd7669e..6c6177e4a135afb998a7cae74fb3b4941748cf24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 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 c0718ee057c5f694428016c3a0a623cb93aa8b9c..980a5ca18663b1dec9b6378e3e3018925bffbf37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 Free Software Foundation<roland@mxchange.org>
  *
  * 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 7449f94c82147aca96523ef36b8aec305a724d49..8017d465b0d6be87bdbeb9a5988d9e9fd742881a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 d4d9e89c679b88c6668d6dca445f555779fad6c0..e63875df8c0a9baf23cdb08e5ef3f8d447feaf3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 b199e27336562024fa54c3dd27dc482a7529bef3..444656070c36f30bcfa060687375c596e7b0a0ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 5ef669e6c6f1c1896047365f089952d080cc44fb..5ed58025431cbf7be63fdd1a404d966c3cd03967 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 1eab489b4040f335aab78547534b56509fe346fb..0177c09ddf5f911027452b0852c61e053926d212 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 3a48a97d2acfb6b2db50c969e0a71c17b8684896..0f00ec046def2a51e31e1ac72fdb030acfab216b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 09b7da3898b6acb661cfa44f4344f610a7e08bc9..dfbcaf3b1d2b60ae5d33ae46a62ebe6ffa66db63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 35f2e452e0cd0faa0ce6a6a62dbbe17f5d7954dd..3c1a844c72a6a1010cfb2e083125e265b73f58a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 93e2b9bfa6a0edbe0a083d9987391a21f0e5c1ea..b9292d76b84500dc2664b1b61e32383f78c6680a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 eb5c78db32446759b68cfc05a8529b5f3692921a..241163a2c521765d7e23f759828cb04f858d3d78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 1227e633733350477c8c83dee849678b8d3a0da1..dc33fbceb52ffb1f825f3a988841168104f27550 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 7458fe228660e89e4e2f37bdd168df4888765820..55597b179510ef31934cb7cf4bef206c5a4e61e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 f86aadde1a818ca5a14b64b5ca569e98c68e05c5..e9348ce04cb206087dd1c751189332ea5abc7331 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 65c4ccd8fccf4795477a020f39f522ac6313a839..45ed4b4f29437d547416a36e17239fd7a8b35ed8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 9e1c12e34643dd34596355577272e7b9a984d30e..6cea5907009d28094dbcebe058060f56c50bb6d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 d8767a973180920e7556f608ff99d327684ba6f5..e8bd08fe79f68ad80b968b3da9191a89a432d74d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 2cf5c15e75f029b2fb6d4f57d9893a72026cc7b4..8f7077956a74097079dddec57c8852967d97c412 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 8d60a59cfda4b0ca1a76a8eb65e052763954d2cf..89c0bcdaec5b52c506a20adfba933ba11800c4d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 62c80e22a9c07c9b509d221725b42cfeff09a8c5..21501648da55db02083fc9dda613da9a4759da86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 31c9f4054dab7cd6c2299dbdd5d7189487e6ceb9..66ebaa63f28b0e3cc278694af633029974cffdd5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 6676111c1013df3b57648961e1a7afdf1c4e5534..edd049d907dc14e14969ae8a313c22c3658b9f2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 ca8940cb4c4a4c01849978fa6e6d3634f04fc568..a41f6546e7ec438b51695cf30513b94acb158572 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 49afb453931789cc082e38500bb7f2097d30704d..cf0426939f052cdae5a32753c0f08441c0be6f5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 0ba0fa14055946ab25aa3ca1c316999e352c47cf..3f3f795146b939d7c6925c478b0015fed55c8f4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 979ca667317ba0f013a62c703761be6da41de374..31ab28441cf56508c48881b1ce922b0609fec5ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 df4464d0a30ee1429143c92a661797005fc222cd..eccfcbf9ad7781d2e85cfd115b96144af5b1e2c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 1c7aeddd32d688b68a43949914090af0654279a7..b6fef620f80d23b49e3b8f555a724e63f44f6ac7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 3da56ca0df46f11d2db35ec107f2be713c865823..f8f8956ac7d6e4c8707891afb681f2e554836303 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 208a3f53398dc1078edf8442cce6383395fb8968..17c96a4445bfc1bf97aa6131d7fc9b4b6cbd8e83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 4ae60ceacefd323f34f988a4bfd756e6fa82fcde..9670bf7e7297852fdaf6abbd7d7e9a3e0b1ff8f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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