]> git.mxchange.org Git - jcontacts-core.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 10:44:10 +0000 (11:44 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 10:44:10 +0000 (11:44 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
30 files changed:
lib/jcore-utils.jar
src/org/mxchange/jcontacts/events/contact/add/AdminAddedContactEvent.java
src/org/mxchange/jcontacts/events/contact/add/ObservableAdminAddedContactEvent.java
src/org/mxchange/jcontacts/events/contact/created/CreatedContactEvent.java
src/org/mxchange/jcontacts/events/contact/created/ObservableCreatedContactEvent.java
src/org/mxchange/jcontacts/events/contact/deleted/AdminDeletedContactEvent.java
src/org/mxchange/jcontacts/events/contact/deleted/ObservableAdminDeletedContactEvent.java
src/org/mxchange/jcontacts/events/contact/update/AdminUpdatedContactEvent.java
src/org/mxchange/jcontacts/events/contact/update/ObservableAdminUpdatedContactEvent.java
src/org/mxchange/jcontacts/events/fax/linked/AdminLinkedFaxNumberEvent.java
src/org/mxchange/jcontacts/events/fax/linked/ObservableAdminLinkedFaxNumberEvent.java
src/org/mxchange/jcontacts/events/fax/unlinked/AdminUnlinkedFaxNumberEvent.java
src/org/mxchange/jcontacts/events/fax/unlinked/ObservableAdminUnlinkedFaxNumberEvent.java
src/org/mxchange/jcontacts/events/landline/linked/AdminLinkedLandLineNumberEvent.java
src/org/mxchange/jcontacts/events/landline/linked/ObservableAdminLinkedLandLineNumberEvent.java
src/org/mxchange/jcontacts/events/landline/unlinked/AdminUnlinkedLandLineNumberEvent.java
src/org/mxchange/jcontacts/events/landline/unlinked/ObservableAdminUnlinkedLandLineNumberEvent.java
src/org/mxchange/jcontacts/events/mobile/linked/AdminLinkedMobileNumberEvent.java
src/org/mxchange/jcontacts/events/mobile/linked/ObservableAdminLinkedMobileNumberEvent.java
src/org/mxchange/jcontacts/events/mobile/unlinked/AdminUnlinkedMobileNumberEvent.java
src/org/mxchange/jcontacts/events/mobile/unlinked/ObservableAdminUnlinkedMobileNumberEvent.java
src/org/mxchange/jcontacts/exceptions/ContactAlreadyAddedException.java
src/org/mxchange/jcontacts/exceptions/ContactNotFoundException.java
src/org/mxchange/jcontacts/model/contact/Contact.java
src/org/mxchange/jcontacts/model/contact/Contacts.java
src/org/mxchange/jcontacts/model/contact/UserContact.java
src/org/mxchange/jcontacts/model/contact/gender/Gender.java
src/org/mxchange/jcontacts/model/contact/gender/GenderUtils.java
src/org/mxchange/jcontacts/model/contact/title/PersonalTitle.java
src/org/mxchange/jcontacts/model/contact/title/TitleUtils.java

index 87bd50a5ceb1c1ec18b950f12a23880b45c02494..09ea21c6f493e48c6f48300fbfec6d9f62e96991 100644 (file)
Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ
index a414b019b720736cfdfd4cfb3849abea760dafa6..ad361b55cef37c1834050d26120d110138d070b9 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 3957d7e895c0a6033cedcd5a44957b31432879c4..f909dbc2de9d95dfa71393d426be5c9707e951be 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 54d8d0e687566e9c7fcd08ceea19d077a58ff084..0b141eafc52e4cc2f423a40989bd488f4e9a6881 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 1fa405752cd3d0d893987d3dd3ed3335ac6f0962..dec8a07da7a6c8b21a33ff4f21501ba333411cd1 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 245583c6e80ad11aff6d0e83475c266fee61f27d..318416622eac12f23c324cd2d42a30024ff16101 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 cb8cfd351a399db1702ffb007ee0e64ba34b4899..1ec04103c50e397aaa04598d9cc626685857ec73 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 bff739b8b2f60425bb914742dac7bdb3a4a93a8d..e5816be2d6f1734c050a492da5047102618b22e1 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 ec105138f5b7a443157cf70470cd49c78a626511..a045d8854a6fb05e71ec68b58cb9e2a16f5d0078 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 f177ae15f440c5902d5eb9947d697cc7d0d9e119..3f4a4561af1d74647a8a0bece19e4865abfac1ff 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 3085f33c649f6359b30fca2a7dd322dc20ec29e5..859529723b54914c34554312f5a8c46dbcadfa11 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 daf78389c86dd95d4de72d25f1b27e0efd3661cc..cf2fe11726aa18b50819e86d4ef6a504d5e68bdd 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 994a2a79cd3294b054a690b3c8417c01843f5fc9..2339bf5d58f3031a84724d1edf7005509d6ec248 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 b0622d0fc7780707f4d777330c8f89d387a27548..3d8d4a743d3b757ac96ca6697b99558216d4817e 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 ac9144965ada26cf00d91a28e96590ec8a9e51f3..583cfa2d8ff68c1378142d936fac44a48fe3ecf8 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 de139a2b6657fa8af4f3b8c13c9855c621e64fbc..2893d525a570d2ec69f9abc85be3e302d6947f71 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 4603e0898b0bcf6495801b15386775cf187c82cd..4b95325d39440bd0ef02482622e33bbeb6e03b51 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 3b0571fa5dd8432c4d0312fa578b7b3948b3e3c6..cb8a49e9ea59f69ea3203788fda80ce06cb72634 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 d9d010cbb6ddb9879e7c84fa5cc81d546232e697..c4bf9f2972c2802aabff992096213fbc6b0f15c0 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 5fa98ee5db53005dcbb7ba14777a2406b66bcf96..576cbe60aee4acefd81d090fce65cd1a6db58ec7 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 d4172cc97f212271cb5ce41eef7caa6901b2f986..521947a6d4e7e6f7f9c8eca0aa22386ffbf99fc7 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 dedaaeaa4c0327fc72a6a821e323a60e7fd924d9..f88bc7270804330f87cfe1427c75df4bdbb15263 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 7a9ddfd84840b224faa1c8655485fea44d080a53..3b6c9528851e82e2b64cef6c88f180ceba01dcb5 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 89da0a7e6eee5aeb81b9aa8de840c17237134979..c79d26a4de039ae3cd4e507ce520b4be669759ec 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 4d7d6aadc5eaf5bcd5b7f4cac62aa19a3ba60a51..645e4926ddd50f648b2ca55aba718f0ca6795460 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 5ae62a9bb997da3578b350d2838fffc613011b2e..748ed280f787d8d4157ae6111a20c18601e67946 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 6bb2e11d6359f979165bc83cc9c678e30f3e2f5e..cac582556d62d32350c6f3c4f0dd5df4be4412eb 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 18bb055319639f5bd6781c3fa7ac26cb87cc4e8c..49895dbf5049b8cab864ce0b1798185267053cbf 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 f37c702ad139a2811a7b3238da19d8c80e5a44a1..a9a385313f9b3fc8d0b1f3c41822aa3d818a495e 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 3525a543eec35504af0bae5143a2a280771b3975..b923a562f5c88eb3cba8bf36981b1e973d5df99a 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