]> git.mxchange.org Git - jcontacts-business-core.git/commitdiff
Updated copyright year master
authorRoland Häder <roland@mxchange.org>
Tue, 9 Jan 2024 22:46:26 +0000 (23:46 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 9 Jan 2024 22:46:26 +0000 (23:46 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
51 files changed:
lib/jcore-utils.jar
lib/jcoreee.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/AdminBranchOfficeAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/branchoffice/added/ObservableAdminBranchOfficeAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/branchoffice/updated/AdminBranchOfficeUpdatedEvent.java
src/org/mxchange/jcontactsbusiness/events/branchoffice/updated/ObservableAdminBranchOfficeUpdatedEvent.java
src/org/mxchange/jcontactsbusiness/events/department/added/AdminDepartmentAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/department/added/ObservableAdminDepartmentAddedEvent.java
src/org/mxchange/jcontactsbusiness/events/department/updated/AdminDepartmentUpdatedEvent.java
src/org/mxchange/jcontactsbusiness/events/department/updated/ObservableAdminDepartmentUpdatedEvent.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/BusinessBasicData.java
src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffice.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/employee/BusinessEmployee.java
src/org/mxchange/jcontactsbusiness/model/employee/Employable.java
src/org/mxchange/jcontactsbusiness/model/headquarter/Headquarter.java
src/org/mxchange/jcontactsbusiness/model/jobposition/EmployeePosition.java
src/org/mxchange/jcontactsbusiness/model/jobposition/HireableJobPosition.java
src/org/mxchange/jcontactsbusiness/model/jobposition/status/JobPositionStatus.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/utils/BasicDataUtils.java
src/org/mxchange/jcontactsbusiness/model/utils/BranchOfficeUtils.java
src/org/mxchange/jcontactsbusiness/model/utils/DepartmentUtils.java
src/org/mxchange/jcontactsbusiness/model/utils/EmployeeUtils.java
src/org/mxchange/jcontactsbusiness/model/utils/HeadquarterUtils.java
src/org/mxchange/jcontactsbusiness/model/utils/JobPositionUtils.java

index d23fad0b8e39ebf21fa2b2369f219d6b2c3f16aa..9c93598ea636f4cc0061fc9b1feaf4a959d3a296 100644 (file)
Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ
index f7f68b2f46f5382090dae6c9d27740bf42f88d4e..7728b6ebbef2c67416763df2bd399c677218bbd6 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index e2311b83b443e2458ee2d9bfa7102b4fefebd32f..11757170794cca70637fdfac2772796802d608e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 df786dfd3f9e3a184d33b00660637407dd5a3fc3..73eb769236d973441d5bb06e877960024dea2611 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 060580169e5781bfa31382f6aec54a4163475124..e74972549bbe5490d420eec6fb8b0ff6d00f7f45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 35448351cf27913128a38167fa1532fc9ff19944..8ed6ce2f43dacc63ab400fa93fe4199b6f3cf85f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 fdf7d6a6ee232a1c59d702980cb0579059da3920..23e15cc1ccda67f58313aaa87f9c1628118ddd62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 66a632655060bfbcaa435d05c654612b3fcb324b..087c3ac08c08352403cad413878239be722092a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 5bab482d684b7004a1701a9da855cedc5b114500..ef4a3d90b0febc13edbd088dead0e5c522bd3c94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 13504318a9977625dc986f5ab43b8c88b2677ff2..e830b40d1a6a2bb237855b9bbd9e5aca2d1433c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 9f2fe9e61a8df815e5747ba48893c20c63cfa8da..eebc8b92a1ec12cb2f7cb53f1fddda54bc669069 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 5557d6dcbd148f5285119f8d2ab4c472869d128d..9af3efe05a019b53d23e9d9a723410b98fdc1ae4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 b3d707292e3bcbddbfecaea5c51ebb97800cf171..95d619c80740c6b6557268b22b6671af66597b62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 96730ac574c8aebb378536fcf6798a464ec98e1d..f61486c708fe3c1d16b2fc5a8a8450166ff554c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 db1f7817a0794e2200831c7d90a1a76bcd8ed930..70a7915f21b5de73579d91d021af0cfbeee62c42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 c60fed65ee6abbd5e51f29ecd26710e7fe582a87..6c24d1d0f779e0ca2c1fa33301bb37e66055b858 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 95b0f31e476d64377c0bcaaa0c629d95c64a9aff..9fedf73823bc29c0e1622155cca5f2557616735e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 13eec9bde0dd09580f8943fee05c160be2ab10db..972d0b58f06c0b4990f528560daee63b9251fbbd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 fb3d50c224d795648e42235c212c5a166654cc26..381e04d0cdc52bc42b925bfc8513d7cd743558d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 47ddb2386e4b296af1c77429420c55a87ecec616..2840c9e2a4789901b639107633ebfcbfca5872f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 8a924160d9edd6b3aa2f3637deb823e639b1ce73..488795698287a7a9e69a5d2097fa108121b52ddc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 1c8adba6fb8a03006617562031ef3397f68ccc18..b05cb54b35a1163afc220d462ea91e240310a04e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 93d3f8cd5ee1e32b9585b0a22f67c776d31657b8..e38d6037c4bb57e10b6b3e8d20dcc34ca4bbd4b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 e9c1f5c13ac12121df776f8725d1ef221aa4fd8f..bf820b79d4c888c67d14eeb6be317bc90292a545 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 72578a69cebee092b1fad96a741aa6d5a19f2293..01a88b2371b4cf40c1b75aada31384ba997c60f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 60a4c15e3fe0c74b4512f1f2324ebd44ed32c1c6..9c01de6a541b128700d372639927f846e998f327 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 0edd86ed3809e6847b52bfd2013050fe3b26aa27..02ed2b34018fbcb764ae1987199bf2ccd6228c80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 63d9a6968b8406e61e58990c549be44f3f5df0f3..0d5acdcd376bb1b34d1fd16fadd5b6f8e8ab07b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 98780a3d46187e0e3d5e2c79739136c0ec8fa612..246a18453fac28da8cd7d95330e349ea53677e0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 1c7ee63a51cbf261cdcd3e279a77e5e42e298c0f..fa3c7a47612ac9308924ed57fc6c04685f9f7e3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 f4d404735d61bc91b98a3b17fb315fed6b3cdbd0..4359909a4fc5976c7f7bd5b26f034f2ba8cb847d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 9f6d90d1fb4661d55e12cba7f3e96403e88a03ad..9d60d8df73984c186e7339fe72b7da8e635d2a75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 3ebf5e518238b4eda2c4857d6db5f927b110ecd7..1830a6e515d7fcebdb5f2272e7769c292d70eef9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 66fea634379186b213de10a2da8fc7edee0e1a05..7b8cb5115456ee40e81947cbc237aecabb377f25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 e765af91d741e775d25d7fed57a78c4924c2876a..e3da8af0181c92abe2446e02d97849d74f8f9ec5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 7bde179223ed8db1ad0b3332884ca2b697e7544a..3f887a931a8e1174b45c908b10be2e4b7e3306b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 4cb12f9f6e12120a3bcc07e402837d611edbff07..d48329a42d45fdb17e0f9a91ee9bc1279b16894a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 6095b8af77e368a0dcd9d38361c230d9ab13b1c9..e4920dcfc649c2256d2596445d99dab14f751625 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 e9cd81f6ef00a424199f4791c3d7a5bbff56938b..8214312cb2ce84870fc60c2c7c89657456a6c0fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 3d34c8e890a708f5eef435db4d1fcff343217e44..d05a4fc36c168f4b081d76ff8daa583556ad2873 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 842494ca2ba8309c537873c85bc09b94c7407b3c..c067ebbba43e2527447612d305dcc4d88f34ecf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 cae9b7204d7a7625403a9196fcf0c6ea29e8cf7f..8f0ef3aa7b3e01c19e2caf196346ab268eeb756c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 9c43fc31d0b835f09434777faca76a1457f375fc..00050dd7b26606dac16956bfbf0a6d4cdbcee4f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 4aedc98e2e77d37345754d36ead1025cf5c78807..2bb9c2a6ff6008876f04e1a48873d0a84a3ffdd5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 1ad8cd97572a2790b63e0eb3ee7a8156fb63a520..95017c7cbe41e54af46ce9312d1e1683d37aae3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2022 Free Software Foundation
+ * Copyright (C) 2016 - 2024 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 e4a46162144de74b0f09f9f643d99978f946d05c..c8b880ef32ceb1d23b077117663ceffb9fe7a614 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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 801b17b06fee6070c3fa5140f7d6619c07b9bd36..e303107c51e2dad87dee3229c38768331ba617a4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 ea48426a998dcc35fbbc452d2b0123b713a483d4..03c3ba13b52bdd42b873f65dd1907ddcc39888ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 3e8bcb62d8323a113c88ae3da49ac41be4221972..288e5310dcac5ec1006393f2bfb2d09ab2c53862 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 fbe2283936eb8aae79bcbe0aef389ef8e144d012..70e07872cf7aebf3a2e1a8007233a57ebcae9ca2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 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 36d6c955565d96eae24f93775c76f887720800e6..63f8e4b6f4574a500e054ed8eaa34501f61d378f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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