From: Roland Häder <roland@mxchange.org>
Date: Tue, 9 Jan 2024 22:46:34 +0000 (+0100)
Subject: Updated copyright year
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=jaddressbook-core.git

Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/lib/jcore-utils.jar b/lib/jcore-utils.jar
index d23fad0..9c93598 100644
Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ
diff --git a/src/org/mxchange/jaddressbook/events/addressbook/AddressbookLoadedEvent.java b/src/org/mxchange/jaddressbook/events/addressbook/AddressbookLoadedEvent.java
index e8d53cd..b8530a1 100644
--- a/src/org/mxchange/jaddressbook/events/addressbook/AddressbookLoadedEvent.java
+++ b/src/org/mxchange/jaddressbook/events/addressbook/AddressbookLoadedEvent.java
@@ -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
diff --git a/src/org/mxchange/jaddressbook/events/addressbook/ObservableAddressbookLoadedEvent.java b/src/org/mxchange/jaddressbook/events/addressbook/ObservableAddressbookLoadedEvent.java
index f3314ef..0a505a0 100644
--- a/src/org/mxchange/jaddressbook/events/addressbook/ObservableAddressbookLoadedEvent.java
+++ b/src/org/mxchange/jaddressbook/events/addressbook/ObservableAddressbookLoadedEvent.java
@@ -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
diff --git a/src/org/mxchange/jaddressbook/exceptions/AddressbookNameAlreadyUsedException.java b/src/org/mxchange/jaddressbook/exceptions/AddressbookNameAlreadyUsedException.java
index 0b8e008..4f13bee 100644
--- a/src/org/mxchange/jaddressbook/exceptions/AddressbookNameAlreadyUsedException.java
+++ b/src/org/mxchange/jaddressbook/exceptions/AddressbookNameAlreadyUsedException.java
@@ -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
diff --git a/src/org/mxchange/jaddressbook/exceptions/AddressbookNotFoundException.java b/src/org/mxchange/jaddressbook/exceptions/AddressbookNotFoundException.java
index 1c81e09..92fef0b 100644
--- a/src/org/mxchange/jaddressbook/exceptions/AddressbookNotFoundException.java
+++ b/src/org/mxchange/jaddressbook/exceptions/AddressbookNotFoundException.java
@@ -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
diff --git a/src/org/mxchange/jaddressbook/model/addressbook/Addressbook.java b/src/org/mxchange/jaddressbook/model/addressbook/Addressbook.java
index 44095d4..544447a 100644
--- a/src/org/mxchange/jaddressbook/model/addressbook/Addressbook.java
+++ b/src/org/mxchange/jaddressbook/model/addressbook/Addressbook.java
@@ -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
diff --git a/src/org/mxchange/jaddressbook/model/addressbook/UserAddressbook.java b/src/org/mxchange/jaddressbook/model/addressbook/UserAddressbook.java
index 1781f33..aa15cba 100644
--- a/src/org/mxchange/jaddressbook/model/addressbook/UserAddressbook.java
+++ b/src/org/mxchange/jaddressbook/model/addressbook/UserAddressbook.java
@@ -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
diff --git a/src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java b/src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java
index 7328998..ff266a9 100644
--- a/src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java
+++ b/src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java
@@ -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
diff --git a/src/org/mxchange/jaddressbook/model/addressbook/entry/UserAddressbookEntry.java b/src/org/mxchange/jaddressbook/model/addressbook/entry/UserAddressbookEntry.java
index f926442..c7727b9 100644
--- a/src/org/mxchange/jaddressbook/model/addressbook/entry/UserAddressbookEntry.java
+++ b/src/org/mxchange/jaddressbook/model/addressbook/entry/UserAddressbookEntry.java
@@ -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
diff --git a/src/org/mxchange/jaddressbook/model/addressbook/status/AddressbokStatus.java b/src/org/mxchange/jaddressbook/model/addressbook/status/AddressbokStatus.java
index 7e0eb59..d97b04b 100644
--- a/src/org/mxchange/jaddressbook/model/addressbook/status/AddressbokStatus.java
+++ b/src/org/mxchange/jaddressbook/model/addressbook/status/AddressbokStatus.java
@@ -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