From: Roland Häder Date: Fri, 23 Sep 2022 12:53:18 +0000 (+0200) Subject: Updated copyright year X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=541865dbe62c22852b943a45b95c5e81708826b8;p=jproduct-core.git Updated copyright year Signed-off-by: Roland Häder --- diff --git a/lib/jcore-utils.jar b/lib/jcore-utils.jar index 6cd5a0c..62ff321 100644 Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ diff --git a/src/org/mxchange/jproduct/events/category/added/AdminAddedCategoryEvent.java b/src/org/mxchange/jproduct/events/category/added/AdminAddedCategoryEvent.java index 2470d76..c05cf10 100644 --- a/src/org/mxchange/jproduct/events/category/added/AdminAddedCategoryEvent.java +++ b/src/org/mxchange/jproduct/events/category/added/AdminAddedCategoryEvent.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 Affero General Public License as diff --git a/src/org/mxchange/jproduct/events/category/added/ObservableAdminAddedCategoryEvent.java b/src/org/mxchange/jproduct/events/category/added/ObservableAdminAddedCategoryEvent.java index b22c31f..f0bd724 100644 --- a/src/org/mxchange/jproduct/events/category/added/ObservableAdminAddedCategoryEvent.java +++ b/src/org/mxchange/jproduct/events/category/added/ObservableAdminAddedCategoryEvent.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 Affero General Public License as diff --git a/src/org/mxchange/jproduct/events/category/updated/AdminUpdatedCategoryEvent.java b/src/org/mxchange/jproduct/events/category/updated/AdminUpdatedCategoryEvent.java index 75f8add..07f642d 100644 --- a/src/org/mxchange/jproduct/events/category/updated/AdminUpdatedCategoryEvent.java +++ b/src/org/mxchange/jproduct/events/category/updated/AdminUpdatedCategoryEvent.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 Affero General Public License as diff --git a/src/org/mxchange/jproduct/events/category/updated/ObservableAdminUpdatedCategoryEvent.java b/src/org/mxchange/jproduct/events/category/updated/ObservableAdminUpdatedCategoryEvent.java index 69e480b..9bb3038 100644 --- a/src/org/mxchange/jproduct/events/category/updated/ObservableAdminUpdatedCategoryEvent.java +++ b/src/org/mxchange/jproduct/events/category/updated/ObservableAdminUpdatedCategoryEvent.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 Affero General Public License as diff --git a/src/org/mxchange/jproduct/events/product/added/AddedProductEvent.java b/src/org/mxchange/jproduct/events/product/added/AddedProductEvent.java index 26d1a3c..8ace1a4 100644 --- a/src/org/mxchange/jproduct/events/product/added/AddedProductEvent.java +++ b/src/org/mxchange/jproduct/events/product/added/AddedProductEvent.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 Affero General Public License as diff --git a/src/org/mxchange/jproduct/events/product/added/ProductAddedEvent.java b/src/org/mxchange/jproduct/events/product/added/ProductAddedEvent.java index 29a9c8a..a47e580 100644 --- a/src/org/mxchange/jproduct/events/product/added/ProductAddedEvent.java +++ b/src/org/mxchange/jproduct/events/product/added/ProductAddedEvent.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 Affero General Public License as diff --git a/src/org/mxchange/jproduct/events/product/updated/ObservableProductUpdatedEvent.java b/src/org/mxchange/jproduct/events/product/updated/ObservableProductUpdatedEvent.java index 739c77e..ed7c193 100644 --- a/src/org/mxchange/jproduct/events/product/updated/ObservableProductUpdatedEvent.java +++ b/src/org/mxchange/jproduct/events/product/updated/ObservableProductUpdatedEvent.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 Affero General Public License as diff --git a/src/org/mxchange/jproduct/events/product/updated/ProductUpdatedEvent.java b/src/org/mxchange/jproduct/events/product/updated/ProductUpdatedEvent.java index 6851df5..6cde419 100644 --- a/src/org/mxchange/jproduct/events/product/updated/ProductUpdatedEvent.java +++ b/src/org/mxchange/jproduct/events/product/updated/ProductUpdatedEvent.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 Affero General Public License as diff --git a/src/org/mxchange/jproduct/exceptions/category/CategoryAlreadyAddedException.java b/src/org/mxchange/jproduct/exceptions/category/CategoryAlreadyAddedException.java index 9aea6e3..409d551 100644 --- a/src/org/mxchange/jproduct/exceptions/category/CategoryAlreadyAddedException.java +++ b/src/org/mxchange/jproduct/exceptions/category/CategoryAlreadyAddedException.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/jproduct/exceptions/category/CategoryNotFoundException.java b/src/org/mxchange/jproduct/exceptions/category/CategoryNotFoundException.java index 2d33028..8091c01 100644 --- a/src/org/mxchange/jproduct/exceptions/category/CategoryNotFoundException.java +++ b/src/org/mxchange/jproduct/exceptions/category/CategoryNotFoundException.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/jproduct/exceptions/product/ProductAlreadyAddedException.java b/src/org/mxchange/jproduct/exceptions/product/ProductAlreadyAddedException.java index 42b90d0..9cd6880 100644 --- a/src/org/mxchange/jproduct/exceptions/product/ProductAlreadyAddedException.java +++ b/src/org/mxchange/jproduct/exceptions/product/ProductAlreadyAddedException.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/jproduct/exceptions/product/ProductNotFoundException.java b/src/org/mxchange/jproduct/exceptions/product/ProductNotFoundException.java index ec059b2..f7b762a 100644 --- a/src/org/mxchange/jproduct/exceptions/product/ProductNotFoundException.java +++ b/src/org/mxchange/jproduct/exceptions/product/ProductNotFoundException.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/jproduct/model/category/Categories.java b/src/org/mxchange/jproduct/model/category/Categories.java index 74f914a..72efca7 100644 --- a/src/org/mxchange/jproduct/model/category/Categories.java +++ b/src/org/mxchange/jproduct/model/category/Categories.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Free Software Foundation + * Copyright (C) 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/jproduct/model/category/Category.java b/src/org/mxchange/jproduct/model/category/Category.java index f358783..b3a6910 100644 --- a/src/org/mxchange/jproduct/model/category/Category.java +++ b/src/org/mxchange/jproduct/model/category/Category.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/jproduct/model/category/ProductCategory.java b/src/org/mxchange/jproduct/model/category/ProductCategory.java index 42ff1b4..ef537fd 100644 --- a/src/org/mxchange/jproduct/model/category/ProductCategory.java +++ b/src/org/mxchange/jproduct/model/category/ProductCategory.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/jproduct/model/payment/PaymentType.java b/src/org/mxchange/jproduct/model/payment/PaymentType.java index fbb7a8c..b413979 100644 --- a/src/org/mxchange/jproduct/model/payment/PaymentType.java +++ b/src/org/mxchange/jproduct/model/payment/PaymentType.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/jproduct/model/product/GenericProduct.java b/src/org/mxchange/jproduct/model/product/GenericProduct.java index 4bdab1d..2454b84 100644 --- a/src/org/mxchange/jproduct/model/product/GenericProduct.java +++ b/src/org/mxchange/jproduct/model/product/GenericProduct.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/jproduct/model/product/Product.java b/src/org/mxchange/jproduct/model/product/Product.java index 4d15b2f..e162897 100644 --- a/src/org/mxchange/jproduct/model/product/Product.java +++ b/src/org/mxchange/jproduct/model/product/Product.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/jproduct/model/product/Products.java b/src/org/mxchange/jproduct/model/product/Products.java index ca5e3aa..fc73b10 100644 --- a/src/org/mxchange/jproduct/model/product/Products.java +++ b/src/org/mxchange/jproduct/model/product/Products.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Free Software Foundation + * Copyright (C) 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/jproduct/model/product/agegroup/AgeGroup.java b/src/org/mxchange/jproduct/model/product/agegroup/AgeGroup.java index c9f9455..c3f5065 100644 --- a/src/org/mxchange/jproduct/model/product/agegroup/AgeGroup.java +++ b/src/org/mxchange/jproduct/model/product/agegroup/AgeGroup.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