From 980cab2f0a7b867a1cc4505e3f75222ec0aaafa4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 9 Jan 2024 23:46:39 +0100 Subject: [PATCH] Updated copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- lib/jcore-utils.jar | Bin 8423 -> 8423 bytes .../added/AdminAddedCustomerEvent.java | 2 +- .../ObservableAdminAddedCustomerEvent.java | 2 +- .../created/CreatedCustomerEvent.java | 2 +- .../ObservableCreatedCustomerEvent.java | 2 +- .../update/AdminUpdatedCustomerDataEvent.java | 2 +- ...servableAdminUpdatedCustomerDataEvent.java | 2 +- .../CustomerAlreadyRegisteredException.java | 2 +- .../exceptions/CustomerNotFoundException.java | 2 +- .../model/customer/ContactCustomer.java | 2 +- .../model/customer/Customer.java | 2 +- .../status/CustomerAccountStatus.java | 2 +- .../model/utils/CustomerUtils.java | 2 +- 13 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/jcore-utils.jar b/lib/jcore-utils.jar index d23fad0b8e39ebf21fa2b2369f219d6b2c3f16aa..9c93598ea636f4cc0061fc9b1feaf4a959d3a296 100644 GIT binary patch delta 14 WcmaFv_}p>BFD6El&A*x6$N~U2`v&U( delta 14 WcmaFv_}p>BFD6E#&A*x6$N~U2?*{1r diff --git a/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java index 0859204..0bf89ed 100644 --- a/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.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/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.java index 9b2884b..54f795e 100644 --- a/src/org/mxchange/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.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/jcustomercore/events/customer/created/CreatedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/created/CreatedCustomerEvent.java index 20e8320..9686c06 100644 --- a/src/org/mxchange/jcustomercore/events/customer/created/CreatedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/created/CreatedCustomerEvent.java @@ -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 diff --git a/src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java index abe04d5..b99beca 100644 --- a/src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java @@ -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 diff --git a/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java b/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java index 9d48410..190b799 100644 --- a/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.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/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.java b/src/org/mxchange/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.java index 43bf259..d2b48c7 100644 --- a/src/org/mxchange/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.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/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java b/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java index 8f7ab84..73b7d88 100644 --- a/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java +++ b/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.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/jcustomercore/exceptions/CustomerNotFoundException.java b/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java index b569545..5e79476 100644 --- a/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java +++ b/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.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/jcustomercore/model/customer/ContactCustomer.java b/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java index f601ead..93329a7 100644 --- a/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java +++ b/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.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/jcustomercore/model/customer/Customer.java b/src/org/mxchange/jcustomercore/model/customer/Customer.java index 8afc8bf..b7012b9 100644 --- a/src/org/mxchange/jcustomercore/model/customer/Customer.java +++ b/src/org/mxchange/jcustomercore/model/customer/Customer.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/jcustomercore/model/customer/status/CustomerAccountStatus.java b/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java index 8b401ef..038766f 100644 --- a/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java +++ b/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.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/jcustomercore/model/utils/CustomerUtils.java b/src/org/mxchange/jcustomercore/model/utils/CustomerUtils.java index 7558e91..eaa88f9 100644 --- a/src/org/mxchange/jcustomercore/model/utils/CustomerUtils.java +++ b/src/org/mxchange/jcustomercore/model/utils/CustomerUtils.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 -- 2.39.5