From 6f40469336b02885c8ce62bc7c3bd4f2b42107da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 15 Jan 2020 16:13:47 +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 --- .../events/receipt/added/ObservableReceiptAddedEvent.java | 2 +- .../jfinancials/events/receipt/added/ReceiptAddedEvent.java | 2 +- .../receipt_item/added/ObservableReceiptItemAddedEvent.java | 2 +- .../events/receipt_item/added/ReceiptItemAddedEvent.java | 2 +- .../exceptions/receipt/ReceiptAlreadyAddedException.java | 2 +- .../exceptions/receipt/ReceiptNotFoundException.java | 2 +- .../receipt_item/ReceiptItemAlreadyAddedException.java | 2 +- src/org/mxchange/jfinancials/model/bonus_card/BonusCard.java | 2 +- .../jfinancials/model/bonus_card/FinancialBonusCard.java | 2 +- src/org/mxchange/jfinancials/model/income/BillableIncome.java | 2 +- src/org/mxchange/jfinancials/model/income/FinancialIncome.java | 2 +- src/org/mxchange/jfinancials/model/receipt/Receipts.java | 2 +- .../mxchange/jfinancials/model/receipt_item/ReceiptItems.java | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/org/mxchange/jfinancials/events/receipt/added/ObservableReceiptAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt/added/ObservableReceiptAddedEvent.java index 45470d6..4b4cbc3 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 - 2020 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 06fb09e..4b1131c 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 - 2020 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/ObservableReceiptItemAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableReceiptItemAddedEvent.java index 18fc997..0379ff7 100644 --- a/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableReceiptItemAddedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableReceiptItemAddedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2020 Free Software Foundation + * Copyright (C) 2017 - 2020 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/ReceiptItemAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt_item/added/ReceiptItemAddedEvent.java index 5708020..04ce960 100644 --- a/src/org/mxchange/jfinancials/events/receipt_item/added/ReceiptItemAddedEvent.java +++ b/src/org/mxchange/jfinancials/events/receipt_item/added/ReceiptItemAddedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2020 Free Software Foundation + * Copyright (C) 2017 - 2020 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 423df87..7f82c9c 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 - 2020 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 186014c..685f4de 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 - 2020 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 c9de0af..924b468 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 - 2020 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/bonus_card/BonusCard.java b/src/org/mxchange/jfinancials/model/bonus_card/BonusCard.java index b8c83bd..785bd24 100644 --- a/src/org/mxchange/jfinancials/model/bonus_card/BonusCard.java +++ b/src/org/mxchange/jfinancials/model/bonus_card/BonusCard.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2020 Free Software Foundation + * Copyright (C) 2017 - 2020 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/org/mxchange/jfinancials/model/bonus_card/FinancialBonusCard.java b/src/org/mxchange/jfinancials/model/bonus_card/FinancialBonusCard.java index e2ee01f..a1b0a9f 100644 --- a/src/org/mxchange/jfinancials/model/bonus_card/FinancialBonusCard.java +++ b/src/org/mxchange/jfinancials/model/bonus_card/FinancialBonusCard.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2020 Free Software Foundation + * Copyright (C) 2017 - 2020 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 590910e..397bcbc 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 - 2020 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 c8b2401..e6799e5 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 - 2020 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 e02c748..13a056a 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 - 2020 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/ReceiptItems.java b/src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java index 2643f96..3783c02 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 - 2020 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