From 2e4ce5d246c28d87395da6329427a6f91d129e5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 23 Sep 2022 14:53:34 +0200 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 4472 -> 4472 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 +- .../jfinancials/model/income/IncomeUtils.java | 2 +- .../income/interval/FinancialInterval.java | 2 +- .../model/receipt/BillableReceipt.java | 2 +- .../model/receipt/FinancialReceipt.java | 2 +- .../jfinancials/model/receipt/Receipts.java | 2 +- .../receipt_item/BillableReceiptItem.java | 2 +- .../receipt_item/FinancialReceiptItem.java | 2 +- .../model/receipt_item/ReceiptItems.java | 2 +- 23 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lib/jcore-utils.jar b/lib/jcore-utils.jar index 6cd5a0ca00091cfb326c68da5ac2b5629c5bc92d..62ff321fcb43dea4c27e02ac7bbdc82804b247ff 100644 GIT binary patch delta 14 WcmeyN^h0UGZbn9<&3hR4@B;ud6$TFg delta 14 WcmeyN^h0UGZbn9f&3hR4@B;ud2?h-S diff --git a/src/org/mxchange/jfinancials/events/receipt/added/ObservableReceiptAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt/added/ObservableReceiptAddedEvent.java index 4b4cbc3..57a658b 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 4b1131c..4cf1137 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 26fd541..eeeabe7 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 66f7f2c..bb8328c 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 fc8dbc9..daf60d6 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 893af3d..e539e2a 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 c35879a..ba47b4a 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 af7e20f..0059e3c 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 7f82c9c..3095ba3 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 89d1f4e..cf5ce2d 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 924b468..a0ce105 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 6463489..da2555a 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 80d2482..708e03f 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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 bebd788..804ece0 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 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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/IncomeUtils.java b/src/org/mxchange/jfinancials/model/income/IncomeUtils.java index 3b88278..6db7f90 100644 --- a/src/org/mxchange/jfinancials/model/income/IncomeUtils.java +++ b/src/org/mxchange/jfinancials/model/income/IncomeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 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 8ea6b18..d2e182d 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 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 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 4065ff8..6369f91 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 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 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 b70a016..3cc6bfb 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 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 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/Receipts.java b/src/org/mxchange/jfinancials/model/receipt/Receipts.java index e04c704..ba8f72f 100644 --- a/src/org/mxchange/jfinancials/model/receipt/Receipts.java +++ b/src/org/mxchange/jfinancials/model/receipt/Receipts.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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/receipt_item/BillableReceiptItem.java b/src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java index 5a8d38b..00857f6 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 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 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 1ae77ec..cb8da48 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 - 2020 Free Software Foundation + * Copyright (C) 2016 - 2022 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/ReceiptItems.java b/src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java index 7726fb8..b47afca 100644 --- a/src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java +++ b/src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2020 Free Software Foundation + * Copyright (C) 2017 - 2022 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