From 5f34e628b401754c1ac62b18a0f9975cc152c6ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 9 Jan 2024 23:47:55 +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/ObservableReceiptAddedEvent.java | 2 +- .../receipt/added/ReceiptAddedEvent.java | 2 +- .../ObservableReceiptUpdatedEvent.java | 2 +- .../receipt/updated/ReceiptUpdatedEvent.java | 2 +- .../added/AdminReceiptItemAddedEvent.java | 2 +- .../ObservableAdminReceiptItemAddedEvent.java | 2 +- .../updated/AdminReceiptItemUpdatedEvent.java | 2 +- ...bservableAdminReceiptItemUpdatedEvent.java | 2 +- .../receipt/ReceiptAlreadyAddedException.java | 2 +- .../receipt/ReceiptNotFoundException.java | 2 +- .../ReceiptItemAlreadyAddedException.java | 2 +- .../ReceiptItemNotFoundException.java | 2 +- .../model/income/BillableIncome.java | 2 +- .../model/income/FinancialIncome.java | 2 +- .../income/interval/FinancialInterval.java | 2 +- .../model/receipt/BillableReceipt.java | 2 +- .../model/receipt/FinancialReceipt.java | 2 +- .../receipt_item/BillableReceiptItem.java | 2 +- .../receipt_item/FinancialReceiptItem.java | 2 +- .../jfinancials/model/utils/IncomeUtils.java | 2 +- .../model/utils/ReceiptItemUtils.java | 2 +- .../jfinancials/model/utils/ReceiptUtils.java | 2 +- 23 files changed, 22 insertions(+), 22 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/jfinancials/events/receipt/added/ObservableReceiptAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt/added/ObservableReceiptAddedEvent.java index 57a658b..f1444ec 100644 --- a/src/org/mxchange/jfinancials/events/receipt/added/ObservableReceiptAddedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt/added/ObservableReceiptAddedEvent.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/jfinancials/events/receipt/added/ReceiptAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt/added/ReceiptAddedEvent.java index 4cf1137..b080194 100644 --- a/src/org/mxchange/jfinancials/events/receipt/added/ReceiptAddedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt/added/ReceiptAddedEvent.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/jfinancials/events/receipt/updated/ObservableReceiptUpdatedEvent.java b/src/org/mxchange/jfinancials/events/receipt/updated/ObservableReceiptUpdatedEvent.java index eeeabe7..dcb66c4 100644 --- a/src/org/mxchange/jfinancials/events/receipt/updated/ObservableReceiptUpdatedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt/updated/ObservableReceiptUpdatedEvent.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/jfinancials/events/receipt/updated/ReceiptUpdatedEvent.java b/src/org/mxchange/jfinancials/events/receipt/updated/ReceiptUpdatedEvent.java index bb8328c..fe6a690 100644 --- a/src/org/mxchange/jfinancials/events/receipt/updated/ReceiptUpdatedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt/updated/ReceiptUpdatedEvent.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/jfinancials/events/receipt_item/added/AdminReceiptItemAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt_item/added/AdminReceiptItemAddedEvent.java index daf60d6..9f86937 100644 --- a/src/org/mxchange/jfinancials/events/receipt_item/added/AdminReceiptItemAddedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt_item/added/AdminReceiptItemAddedEvent.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/jfinancials/events/receipt_item/added/ObservableAdminReceiptItemAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableAdminReceiptItemAddedEvent.java index e539e2a..6797cc6 100644 --- a/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableAdminReceiptItemAddedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableAdminReceiptItemAddedEvent.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/jfinancials/events/receipt_item/updated/AdminReceiptItemUpdatedEvent.java b/src/org/mxchange/jfinancials/events/receipt_item/updated/AdminReceiptItemUpdatedEvent.java index ba47b4a..796edc1 100644 --- a/src/org/mxchange/jfinancials/events/receipt_item/updated/AdminReceiptItemUpdatedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt_item/updated/AdminReceiptItemUpdatedEvent.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/jfinancials/events/receipt_item/updated/ObservableAdminReceiptItemUpdatedEvent.java b/src/org/mxchange/jfinancials/events/receipt_item/updated/ObservableAdminReceiptItemUpdatedEvent.java index 0059e3c..1de443a 100644 --- a/src/org/mxchange/jfinancials/events/receipt_item/updated/ObservableAdminReceiptItemUpdatedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt_item/updated/ObservableAdminReceiptItemUpdatedEvent.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/jfinancials/exceptions/receipt/ReceiptAlreadyAddedException.java b/src/org/mxchange/jfinancials/exceptions/receipt/ReceiptAlreadyAddedException.java index 3095ba3..57ddfc5 100644 --- a/src/org/mxchange/jfinancials/exceptions/receipt/ReceiptAlreadyAddedException.java +++ b/src/org/mxchange/jfinancials/exceptions/receipt/ReceiptAlreadyAddedException.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/jfinancials/exceptions/receipt/ReceiptNotFoundException.java b/src/org/mxchange/jfinancials/exceptions/receipt/ReceiptNotFoundException.java index cf5ce2d..9c28a83 100644 --- a/src/org/mxchange/jfinancials/exceptions/receipt/ReceiptNotFoundException.java +++ b/src/org/mxchange/jfinancials/exceptions/receipt/ReceiptNotFoundException.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/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.java b/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.java index a0ce105..e38045b 100644 --- a/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.java +++ b/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.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/jfinancials/exceptions/receipt_item/ReceiptItemNotFoundException.java b/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemNotFoundException.java index da2555a..cfac713 100644 --- a/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemNotFoundException.java +++ b/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemNotFoundException.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/jfinancials/model/income/BillableIncome.java b/src/org/mxchange/jfinancials/model/income/BillableIncome.java index 708e03f..d1c0301 100644 --- a/src/org/mxchange/jfinancials/model/income/BillableIncome.java +++ b/src/org/mxchange/jfinancials/model/income/BillableIncome.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/jfinancials/model/income/FinancialIncome.java b/src/org/mxchange/jfinancials/model/income/FinancialIncome.java index 02dac71..b01030b 100644 --- a/src/org/mxchange/jfinancials/model/income/FinancialIncome.java +++ b/src/org/mxchange/jfinancials/model/income/FinancialIncome.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/jfinancials/model/income/interval/FinancialInterval.java b/src/org/mxchange/jfinancials/model/income/interval/FinancialInterval.java index d2e182d..c79ebaf 100644 --- a/src/org/mxchange/jfinancials/model/income/interval/FinancialInterval.java +++ b/src/org/mxchange/jfinancials/model/income/interval/FinancialInterval.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/jfinancials/model/receipt/BillableReceipt.java b/src/org/mxchange/jfinancials/model/receipt/BillableReceipt.java index 6369f91..939b9a5 100644 --- a/src/org/mxchange/jfinancials/model/receipt/BillableReceipt.java +++ b/src/org/mxchange/jfinancials/model/receipt/BillableReceipt.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/jfinancials/model/receipt/FinancialReceipt.java b/src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java index 951ba60..0cf04ef 100644 --- a/src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java +++ b/src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.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/jfinancials/model/receipt_item/BillableReceiptItem.java b/src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java index 00857f6..151d0f7 100644 --- a/src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java +++ b/src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.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/jfinancials/model/receipt_item/FinancialReceiptItem.java b/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java index f492678..0f7dbbd 100644 --- a/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java +++ b/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.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/jfinancials/model/utils/IncomeUtils.java b/src/org/mxchange/jfinancials/model/utils/IncomeUtils.java index 6bebeae..3d015a7 100644 --- a/src/org/mxchange/jfinancials/model/utils/IncomeUtils.java +++ b/src/org/mxchange/jfinancials/model/utils/IncomeUtils.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/jfinancials/model/utils/ReceiptItemUtils.java b/src/org/mxchange/jfinancials/model/utils/ReceiptItemUtils.java index f3da633..a76a7e9 100644 --- a/src/org/mxchange/jfinancials/model/utils/ReceiptItemUtils.java +++ b/src/org/mxchange/jfinancials/model/utils/ReceiptItemUtils.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 Affero General Public License as diff --git a/src/org/mxchange/jfinancials/model/utils/ReceiptUtils.java b/src/org/mxchange/jfinancials/model/utils/ReceiptUtils.java index 8788fc3..704aa32 100644 --- a/src/org/mxchange/jfinancials/model/utils/ReceiptUtils.java +++ b/src/org/mxchange/jfinancials/model/utils/ReceiptUtils.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 Affero General Public License as -- 2.39.5