]> git.mxchange.org Git - juser-login-core.git/commitdiff
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2017 16:23:39 +0000 (18:23 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2017 16:23:39 +0000 (18:23 +0200)
- updated copyright
- updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
50 files changed:
lib/jcontacts-core.jar
lib/jcoreee.jar
src/org/mxchange/jusercore/container/login/LoginContainer.java
src/org/mxchange/jusercore/container/login/UserLoginContainer.java
src/org/mxchange/jusercore/events/confirmation/ObservableUserConfirmedAccountEvent.java
src/org/mxchange/jusercore/events/confirmation/UserConfirmedAccountEvent.java
src/org/mxchange/jusercore/events/login/ObservableUserLoggedInEvent.java
src/org/mxchange/jusercore/events/login/UserLoggedInEvent.java
src/org/mxchange/jusercore/events/logout/ObservableUserLogoutEvent.java
src/org/mxchange/jusercore/events/logout/UserLogoutEvent.java
src/org/mxchange/jusercore/events/registration/ObservableUserRegisteredEvent.java
src/org/mxchange/jusercore/events/registration/UserRegisteredEvent.java
src/org/mxchange/jusercore/events/resendlink/ObservableUserResendLinkAccountEvent.java
src/org/mxchange/jusercore/events/resendlink/UserResendLinkAccountEvent.java
src/org/mxchange/jusercore/events/user/add/AdminAddedUserEvent.java
src/org/mxchange/jusercore/events/user/add/ObservableAdminAddedUserEvent.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/password_change/ObservableUpdatedUserPasswordEvent.java
src/org/mxchange/jusercore/events/user/password_change/UpdatedUserPasswordEvent.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/UserPasswordMismatchException.java
src/org/mxchange/jusercore/exceptions/UserPasswordRepeatMismatchException.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 eaa2463471426757016ba6786661d4a7b471c087..54a8731c3ecc2973c6f9286a08706a16c4a442ab 100644 (file)
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
index 7f47a54432a763f3d0b883e7cec8d940444c27c1..1c4dbecc0ac4e4d62ad903e93f26d31c47b8ae2e 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index 6f71705d3c40e737a8143aaa5836dca7095a41c7..dfbc4765dfc372c234cc9de711c04609d8841bcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 a3fb254a87e8b9f86edd7ebaf243ea16b987a566..1077a157b313222374a16db4f4976d80486450f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 903394c1a157e882a32bb7f6afc91e8562e39396..d96067b7757f6ca779486edaf5a199478c871392 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 e859e5e9e1e34c14f6114a061c5ea0e720e775a6..f1771fc41432c83ca95a8afe46627acfe817dcbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 719ddcec5c4b84c1777d0c1483186a51a47d62e4..ba77094e52b8f58abce306b58c2f2320fc32d210 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 fa5f93cbbdede2962312770f38527c579ce2ffae..b69e302ba88ccd8783add36f7c02cb27c42e4741 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 13e4331cd05d6374d79ae6a95aeb3816568f900a..32fc8c8fb227bccb61ccc4a421419b8b9c7168cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 986d056dfd3c5e6f3a1482294bb56a07103b0216..9f80042f77c18d715af0321c6b7839e30a62b6b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 3ca2e16a91a6164006c837ea6872939ff71b0c16..cd8af0439ba2f6ce205c98c56fafff389abe3149 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 53812230be8e6a128a6720bfd6bf06f4ae711f1f..dffb067973d04a4b6d7735ed97b64703587d3382 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 b6055b0098178911d90e5fcf7054bb9efac36be2..3aa8450c70f280dd97da815559e1afb54e1f0557 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 65d0e4b7afa822311d8a5482ce811ab02aa67ca6..391693601772ef56c1034a2af842fe4807ec2502 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 68e33f359ed59c33fc098c4abac9d16c466f47c5..9a739c6a22acdb810179e8d947744a673576de25 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Häder\r
+ * Copyright (C) 2016, 2017 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
index c26afb610aa9338d56b0d9c94d5dc8c79362d8e3..c76f57d703332bc9a09a9203cea470e993020be9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Häder\r
+ * Copyright (C) 2016, 2017 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
index 7526073be4c70fd18fda795cc83ef7039429462e..8001a85f6645296eb132ec6569fd58c20ae4987e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Häder\r
+ * Copyright (C) 2016, 2017 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
index 51079acb07c72b9f6eab5d078683b532aacce696..fe98f94e8bbd6ad59aa90d99466f0973a46c9e92 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Häder\r
+ * Copyright (C) 2016, 2017 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
index 7dc5383bbb910cfe91919553dd821ebfe9c8dac1..b199e27336562024fa54c3dd27dc482a7529bef3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 bb3359217ef004ac9619b4120adbec39e6995059..5ef669e6c6f1c1896047365f089952d080cc44fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 bc21cee05125b89ae87695e68a53aa6c7e35b427..1eab489b4040f335aab78547534b56509fe346fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 ac8bf5e3dbd01235c12e4774cd584e3913253f56..3a48a97d2acfb6b2db50c969e0a71c17b8684896 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 c19a47afb38bb593406abe08bac6cc71e6ffa0ed..6ae3c4f1dee915075b7c18ab0f6757da42e16471 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 6213f1e2a85afaf110a13bb4b4c03033cf9806d3..42a5524b65e69fef90dcce3301f091b517118d25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 81cfc880283e93e2eb1f5f0f7177de96e5d7e858..09b7da3898b6acb661cfa44f4344f610a7e08bc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 ecfd1f16506f402b778fbaa311d1ba6844bfb65d..35f2e452e0cd0faa0ce6a6a62dbbe17f5d7954dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 db617ad55d90a791505d89588c22a9368737d77c..a60b0a67aa77f6c0eca36d815ddfa24446e42d80 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Häder\r
+ * Copyright (C) 2016, 2017 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
index 6697b978eee3ff1ace45ff28974efbc4b50a789b..3218e172170d8647291bb48d6d61f2c1ce763dc2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Häder\r
+ * Copyright (C) 2016, 2017 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
index fd2b7ad5acb77bb1b9b63d5033022959bc78c6bf..a104611b9673dd4cecfb322db24782ae7c40a32a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Häder\r
+ * Copyright (C) 2016, 2017 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
index a7ea086953cb7ee01ec7694976f4638828dacf48..4c859644e07342e296d9e1b1d586862d29e88cd4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Häder\r
+ * Copyright (C) 2016, 2017 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
index 3cdf482b42e72523f7711f7e4f1d28c1ee6a5e85..f86aadde1a818ca5a14b64b5ca569e98c68e05c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 8738564ccd00549a79e54796b0c3a4ecef1898a0..65c4ccd8fccf4795477a020f39f522ac6313a839 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 9e0e14f061d6b6fd6d3153824839733de2b84ffd..9e1c12e34643dd34596355577272e7b9a984d30e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 a30397135c0eb3759896955732987622ee05c86c..d8767a973180920e7556f608ff99d327684ba6f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 053d3421e4f81d1625648a4c892403c0b450d960..2cf5c15e75f029b2fb6d4f57d9893a72026cc7b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 400a9d93ab30c237e22dce5f2db9be1dea1b9fb6..58f7a94a0bce1430ecf66020c15eaeb4eabb384a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 bf9b054a75da6444702f8de12c2ef6b3763fbc6f..41f5bb004260bcd6fe5fc9aa2e0adce389b59e58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 da9c337d9290b66fcaa5e5a491fd7d5deaa39d84..8d60a59cfda4b0ca1a76a8eb65e052763954d2cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 1d27be06cb16af9e6ac7f1a885760c88a1e202d3..62c80e22a9c07c9b509d221725b42cfeff09a8c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 152a383adab0b8d2ae591a90bf6f54933ce5d01c..31c9f4054dab7cd6c2299dbdd5d7189487e6ceb9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 949819b0ef36c64aedf02410363c85aa8b4dc4a0..c0beccb855817796e930240d7c31a64096fd195f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 3afa91cc982da7b4b754c63b5e2fc16f8569cff8..bbfd4856f3c66f0bde15eb5304226b47ab3602e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 e16d81422e94cef0a831a25d3d28bf376022a574..49afb453931789cc082e38500bb7f2097d30704d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 ac5ddb1dcf0925fbc1fcaec8f5f526e3f8aad3d3..755b511f3c6cc25b55da21f88750a689d842161b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 7700f502270a2e0f4478c702752401d6cfa49280..c9f39b6d53923b93801e6a518b515c2031f87719 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 aafa2c66b8be91ac4332782a06853a73095c0b92..4dac3a9086f4d5eaa04f0f8fa2dec87eb22581d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 d2695995a8c053cfc84e3211a4a8601f572119d8..123bfcf9c8f384f12b561a324deb8db596e3fb65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 9a3b7f77ec56adc2fb42ebc54c1f9726e90c5d19..06b3a6b13e0d67a0ce215133c63e1cf130a44f1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 7ebea3173a55cca24ebbba23540b62cb53407530..208a3f53398dc1078edf8442cce6383395fb8968 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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 ab1e04319696a7a1e14d46ebb2e66ca69eddc0d8..d1cc53c5ea6ee0a9700a7c7420a5979c65b1437d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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