From: Roland Häder <roland@mxchange.org>
Date: Tue, 9 Jan 2024 22:46:18 +0000 (+0100)
Subject: Updated copyright year
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=inline;p=jcountry-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/jcountry/events/added/AdminAddedCountryEvent.java b/src/org/mxchange/jcountry/events/added/AdminAddedCountryEvent.java
index 41f96ea..a57dc41 100644
--- a/src/org/mxchange/jcountry/events/added/AdminAddedCountryEvent.java
+++ b/src/org/mxchange/jcountry/events/added/AdminAddedCountryEvent.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/jcountry/events/added/ObservableAdminAddedCountryEvent.java b/src/org/mxchange/jcountry/events/added/ObservableAdminAddedCountryEvent.java
index 537b162..cbeaa61 100644
--- a/src/org/mxchange/jcountry/events/added/ObservableAdminAddedCountryEvent.java
+++ b/src/org/mxchange/jcountry/events/added/ObservableAdminAddedCountryEvent.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/jcountry/exceptions/CountryAlreadyAddedException.java b/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java
index 12dad24..1dfcdc3 100644
--- a/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java
+++ b/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.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 Affero General Public License as
diff --git a/src/org/mxchange/jcountry/exceptions/CountryNotFoundException.java b/src/org/mxchange/jcountry/exceptions/CountryNotFoundException.java
index 8b12eca..b9c4dde 100644
--- a/src/org/mxchange/jcountry/exceptions/CountryNotFoundException.java
+++ b/src/org/mxchange/jcountry/exceptions/CountryNotFoundException.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 Affero General Public License as
diff --git a/src/org/mxchange/jcountry/model/data/Country.java b/src/org/mxchange/jcountry/model/data/Country.java
index 71aaedf..5d09334 100644
--- a/src/org/mxchange/jcountry/model/data/Country.java
+++ b/src/org/mxchange/jcountry/model/data/Country.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/jcountry/model/data/CountryData.java b/src/org/mxchange/jcountry/model/data/CountryData.java
index e012a34..1f4b930 100644
--- a/src/org/mxchange/jcountry/model/data/CountryData.java
+++ b/src/org/mxchange/jcountry/model/data/CountryData.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/jcountry/model/utils/CountryUtils.java b/src/org/mxchange/jcountry/model/utils/CountryUtils.java
index 4a85dd5..b2403b5 100644
--- a/src/org/mxchange/jcountry/model/utils/CountryUtils.java
+++ b/src/org/mxchange/jcountry/model/utils/CountryUtils.java
@@ -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