]> git.mxchange.org Git - jcontacts-business-core.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 10:44:14 +0000 (11:44 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 10:44:14 +0000 (11:44 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
46 files changed:
lib/jcore-utils.jar
src/org/mxchange/jcontactsbusiness/events/basicdata/added/AdminAddedBusinessBasicDataEvent.java
src/org/mxchange/jcontactsbusiness/events/basicdata/added/ObservableAdminAddedBusinessBasicDataEvent.java
src/org/mxchange/jcontactsbusiness/events/branchoffice/added/BranchOfficeAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/branchoffice/added/ObservableBranchOfficeAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/department/added/DepartmentAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/department/added/ObservableDepartmentAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/employee/added/EmployeeAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/employee/added/ObservableEmployeeAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/headquarter/added/HeadquarterAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/headquarter/added/ObservableHeadquarterAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/opening_time/added/ObservableOpeningTimeAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/opening_time/added/OpeningTimeAddedEvent.java
src/org/mxchange/jcontactsbusiness/exceptions/basicdata/BasicDataAlreadyAddedException.java
src/org/mxchange/jcontactsbusiness/exceptions/basicdata/BasicDataNotFoundException.java
src/org/mxchange/jcontactsbusiness/exceptions/branchoffice/BranchOfficeAlreadyAddedException.java
src/org/mxchange/jcontactsbusiness/exceptions/branchoffice/BranchOfficeNotFoundException.java
src/org/mxchange/jcontactsbusiness/exceptions/department/DepartmentAlreadyAddedException.java
src/org/mxchange/jcontactsbusiness/exceptions/department/DepartmentNotFoundException.java
src/org/mxchange/jcontactsbusiness/exceptions/employee/EmployeeAlreadyAddedException.java
src/org/mxchange/jcontactsbusiness/exceptions/employee/EmployeeNotFoundException.java
src/org/mxchange/jcontactsbusiness/exceptions/headquarter/HeadquarterAlreadyAddedException.java
src/org/mxchange/jcontactsbusiness/exceptions/headquarter/HeadquarterNotFoundException.java
src/org/mxchange/jcontactsbusiness/exceptions/opening_time/OpeningTimeNotFoundException.java
src/org/mxchange/jcontactsbusiness/model/basicdata/BasicData.java
src/org/mxchange/jcontactsbusiness/model/basicdata/BasicDataUtils.java
src/org/mxchange/jcontactsbusiness/model/basicdata/BusinessBasicData.java
src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffice.java
src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java
src/org/mxchange/jcontactsbusiness/model/branchoffice/BusinessBranchOffice.java
src/org/mxchange/jcontactsbusiness/model/department/BusinessDepartment.java
src/org/mxchange/jcontactsbusiness/model/department/Department.java
src/org/mxchange/jcontactsbusiness/model/department/Departments.java
src/org/mxchange/jcontactsbusiness/model/employee/BusinessEmployee.java
src/org/mxchange/jcontactsbusiness/model/employee/Employable.java
src/org/mxchange/jcontactsbusiness/model/employee/Employees.java
src/org/mxchange/jcontactsbusiness/model/headquarter/Headquarter.java
src/org/mxchange/jcontactsbusiness/model/headquarter/Headquarters.java
src/org/mxchange/jcontactsbusiness/model/jobposition/EmployeePosition.java
src/org/mxchange/jcontactsbusiness/model/jobposition/HireableJobPosition.java
src/org/mxchange/jcontactsbusiness/model/jobposition/JobPositions.java
src/org/mxchange/jcontactsbusiness/model/logo/BusinessLogo.java
src/org/mxchange/jcontactsbusiness/model/logo/Logo.java
src/org/mxchange/jcontactsbusiness/model/opening_time/BusinessOpeningTime.java
src/org/mxchange/jcontactsbusiness/model/opening_time/OpeningTime.java
src/org/mxchange/jcontactsbusiness/model/opening_time/dayofweek/DayOfTheWeek.java

index 87bd50a5ceb1c1ec18b950f12a23880b45c02494..09ea21c6f493e48c6f48300fbfec6d9f62e96991 100644 (file)
Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ
index e4b4fc5a42fdc7094af82b012240839498c0b676..3838f1e2c35293a86a682f508d7ac7b47a951c52 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 1551740fdc06b87cead8432c2c1c32ee16c4c15d..f86010f659f5164aaf565fd902bde56ad1bd28d0 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 2f26c5c342f6bcbe05654e7a5da6a7567f1a433a..4be16a21360be654581fee985359bd2ee2827f17 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 71b55f4247b956b1f15add13684673f382e96dc1..b2d6d0f61b2ea966318c828f28c73bec7581a6eb 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 bfd0b54ddaf3bd99d455e590f62a8353f0011446..c0a458d44d74dcb5ac16348ddd3655079b11fe00 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 ea7769d485b8efb182332004d537c58c86aff7d9..644efa8eebdedb4da54e55313687ca84ea36419b 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 e1f23db824af4e32a42fb4901393e60acf2ad880..5282e0dbe463afbe0e27efe5c77a8a18f8ffc2ab 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 f8c7e6d929b768d58b29524feaaf89b909dc0054..e1acf7b309fd1d48205ca24ad983960ef166d456 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 b7f369480015dd4e099f356623d6ddbb3509ec73..d58d206b2546d944439a7f6583c387d35a94dba3 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 8062d30dcd924e1bc0139d70bd4e2c4981e965a9..a9bb0357588f0558504ac35215e63830f53a8e98 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 1b4155fe7e72ecf8473f300e9ab90563a1f963c5..1adb0df76e6e3de861f2e047b35e266568115a7b 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 ecfc7fd01809dab3cabc8d30ada39a8a8d4db9cb..c8336d80b829dbd6f64b110d907719e5164dd089 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 8336f632df8439e0f27d9917e3af5fb67472dc72..9ceeb742af811dc37d23fe5a80cb1c6839f3ccbc 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 378ec56e4cc6024a4bfe97e53d704870d9b8dc30..d55d22dcdcad80c6f72976d39c566559b4b44a96 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 8cdc3b014e4b0840bd66645c75c62f95df77301d..c27d9ed0bafbb5a365dc09aa5663a56a49149fec 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 2063521ef0715ddf9bb509ecb935aed0ecf26249..bc0eb71f8f41347c5147a7072f1004cacc72530c 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 2b96c64444af9500a39c0831c43a384033f98bd6..c267c9b94c88c29e140098b2b72c14113fbb659a 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 f999dec84c984d15c95bdb63916ee2f3764b8f3c..0efe7bb55e5f2dd854aac17e3adab098521494c9 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 33d0f929277999caf573d9eafca64ae89f552247..6e66cfcf3cb3e10c460804fe5151fa191795893d 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 ab192911bf7e982740f7acfc88792aeb4c71aaeb..a3f5367d993abba7f29adc68949213d35d554e76 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 efc3229440a1886819e26c7204b4a9124f2c9ec0..b94dceeb19b7259351dcc3948eb44779c6b5004a 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 60ed198d23f26cc672a2dc39c4c59a658bda6758..7a43054ca7c35de877b3b99cb0edcaebbf72ef03 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 73e850665df496dabdffb58223d30f446acbb290..bd247df519ebb7167fd2ed6b38e62e6fd0db46cd 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 aae030bfe3aef064166170a6069801376ece8f44..1b20a7d7b82bd713571e2689e4abaef488687bdb 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 603f0dec3926c5d0ccf01a0f189bf926e1bf895f..c8ca62f2f3b39f640e7d2e58ccf79b8426a42e54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 Free Software Foundation
+ * Copyright (C) 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 a84620a365c88b6470e009ae9f1f97871ca44d28..775a4b84a839204627979a7e87be4e64dd5dd45f 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 e3096c4c7272f33a03b463ae53eba9394ea9705d..fb0b07aa9096317ba1bc521387385d76ffe79dc3 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 e2be31f8c22156ecd6a416f5a26bee3c7252ddb5..d4613e178782752c5cfc78387530c9e60464e16c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * 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 6e67551bdd255d0026949930222ff4f04998581f..1450e6b4a192fd083f14c61f22250bf21d75283e 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 b41bf9d80b3b1f6fa8f219949822b5832ffbbc5d..f8e0dc574405df432f766920e28535776fd24ca5 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 2cb07714705e07a686984cc8735fbba9693302ae..6c44c3554126a97d7696a8e223c9c64b42b88dd2 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 e78550cc80c3f65a9723941cd9cbf49b894310a5..d496de39f04e7895a5cb1f8df68aadf43c8c6917 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 f4c695aef1b3783a31d93d041565fed804c24e54..467454c1368a5fd113043f6c54d6756052ed188e 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 7d9e16dc49ed1120f72304cae47822a4b4387865..e29fb183b7f4e3d88c8ad77cd26447ffd10a0f84 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 c0373941d767cf7ef76a853bc0a63e487332f716..9b2f03001fbc6f9ecb69229541ac95478c14f57f 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 6e62e75e4891479f5f53800bbea03cebb8b714ce..f938fa86489ecb732305ac1aa454886d3ef26826 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 c6800043494dc1e25b823cf94fcc1165903e101e..099f8a458e6130be8fb5582f5fccdb76599ee93f 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 be455e3e5dbfe72b165e8b5b91afbbfa55c9a9a0..12420a43d022d35ffc21942148e2e9212bd58b23 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 f62913f5d9914719ea29a72e678eb65cc0665656..1346cb3dbbbf05772813a39731446d96d78bdb19 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 c3d88648df62d46003e9c117d10cf0324569fb60..da73b4542881987ddfafbadb4b92303e7b8b02da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 Free Software Foundation
+ * Copyright (C) 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 6dba172f3deca9b165ffc9a977c89b1260dafd68..fd505a38933fccdd92fd8b651700ac6739210271 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 37940fc292206a016e374a54df279ce2df7d18fd..884926ae1e51fc8c4a39b8d8d4f358b03c4fd17f 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 5c10af79ab4c8013b72e412ceefbce63d8a8a810..b42bf30805379d7c5a004d5b869fcafe865b7286 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 a52d76b006b9d1b209b35dfc8f0469238288f9f5..404f635a94a80c8c5e12745345ca960d5cbccff7 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 9472438e84bad28de0fedf8e90e67f51f05fdfb7..1640463f5e0206a3806a5136d70ecac80c117562 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