]> git.mxchange.org Git - juser-core.git/commitdiff
Updated copyright year
authorRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 15:37:07 +0000 (16:37 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 15:37:07 +0000 (16:37 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
18 files changed:
src/org/mxchange/jusercore/container/login/LoginContainer.java
src/org/mxchange/jusercore/container/login/UserLoginContainer.java
src/org/mxchange/jusercore/events/login/UserLoggedInEvent.java
src/org/mxchange/jusercore/events/login/UserLoginEvent.java
src/org/mxchange/jusercore/events/registration/RegisteredUserEvent.java
src/org/mxchange/jusercore/events/registration/UserRegisteredEvent.java
src/org/mxchange/jusercore/exceptions/DataRepeatMismatchException.java
src/org/mxchange/jusercore/exceptions/EmailAddressAlreadyRegisteredException.java
src/org/mxchange/jusercore/exceptions/UserNameAlreadyRegisteredException.java
src/org/mxchange/jusercore/exceptions/UserNotFoundException.java
src/org/mxchange/jusercore/exceptions/UserPasswordMismatchException.java
src/org/mxchange/jusercore/exceptions/UserStatusLockedException.java
src/org/mxchange/jusercore/exceptions/UserStatusUnconfirmedException.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/profilemodes/ProfileMode.java
src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java

index 625ba2fbf85f562a733b95af508daf64858cab34..49d260841692f9e670a044b1ae1e839d4ed6447e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 a8220d627bf6953335e15deea3e1c7c94471b877..db80dca036fddee6d80473350279e0f887ca4bb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 f25b47c1c390da248084f33fa2cb14ccafac6546..d895be5d43d774e88a72acf614d14b23db4dc4bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 6d3b7e27f3096773e452bdbd72e9eede17e3633c..f486a67bc3f2e153cba1ba20ee57d68240ded9f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 0ed99f6c60c8dfbf75dc32eaab329dafa478d90c..f4c5d967b706ad16cfaf83315db4fd6d8c5141fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 5c7adecb620a0bc4382fba6120b45d219f1404ad..6f7e763f7bb56b733c2f247802f566c5b8c5f8ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 50519aa2c14884ccb1a705f2df8b4bf383be330b..f4bc337d1d35059aaff74229bdb970a2d6444604 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 13a783b15f958ae5c3bc84f55ca654da1ae01bec..f30976993d734e0d3bbc7ba36ea86ad46c1e47b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 7e356aa43ea533cbe4152a57719d173335cfaeba..bca347fb3041cc776dc033cfb43fce8a0289e580 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 d9f0821884e990fe1c663384c72e73a3ef888014..2f5311e240708b28a382ce355dfe38313b520039 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 195f2c55665ad0cbbb8a6aa158ea63313fdd998c..3e2fa8526eced639502fe8ec6cf87e64990cd2c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 1e785e117482d938a8e22069988131c8e3c039b4..7991ad9752356d200a9ae628b190d049ec9b8338 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 68779d6868f1b9fcdf2c16f338d90aa3dcc10878..a83f25882279c4f89f6b81c8b5661c3549782e0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 914a0adffa27a131ce8fbbba15562ad1ea08c48d..5450e241ecb7ae81fc731bf9c4cea9d2984ec699 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 4e148a68f35f7b6e8e2abcd2f0bcea167a1f4ccc..117649b98ca3543e8e07da440eed8a8a40f764d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 c2b484a85849ca1608645bc8b8f4e029091a6150..dec501c530d379750e2a5d3fe2c9447bc6d6a428 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 73aeb34663f1fea21516b9a005b769885359aacc..2c7457eafb5f8db578d72578bfeab489ebea4b11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 2b75efbadd995e05f9a4c1b2531bad88a3ca4c30..18398b9938550068bb1696af62eedb6517f9f25b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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