From 42b02858a4ffc672cfba5892eecd68e2b602c7e9 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Fri, 23 Sep 2022 14:52:53 +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 <roland@mxchange.org>
---
 src/META-INF/beans.xml                                          | 2 +-
 src/org/mxchange/jcoreee/bean/ejb/BaseEnterpriseBean.java       | 2 +-
 src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java          | 2 +-
 src/org/mxchange/jcoreee/dates/DayOfTheWeek.java                | 2 +-
 .../jcoreee/events/helper/clear/HelperCleanupEvent.java         | 2 +-
 .../events/helper/clear/ObservableHelperCleanupEvent.java       | 2 +-
 src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java   | 2 +-
 .../jcoreee/events/locale/ObservableLocaleChangeEvent.java      | 2 +-
 src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java | 2 +-
 .../jcoreee/exceptions/CustomExceptionHandlerFactory.java       | 2 +-
 src/org/mxchange/jcoreee/utils/FacesUtils.java                  | 2 +-
 src/org/mxchange/jcoreee/validator/BaseObjectValidator.java     | 2 +-
 .../mxchange/jcoreee/validator/bool/BaseBooleanValidator.java   | 2 +-
 src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java  | 2 +-
 .../mxchange/jcoreee/validator/number/BaseNumberValidator.java  | 2 +-
 .../mxchange/jcoreee/validator/string/BaseStringValidator.java  | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/META-INF/beans.xml b/src/META-INF/beans.xml
index 0239a67..b950f70 100644
--- a/src/META-INF/beans.xml
+++ b/src/META-INF/beans.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-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/jcoreee/bean/ejb/BaseEnterpriseBean.java b/src/org/mxchange/jcoreee/bean/ejb/BaseEnterpriseBean.java
index 574b90b..f57faf0 100644
--- a/src/org/mxchange/jcoreee/bean/ejb/BaseEnterpriseBean.java
+++ b/src/org/mxchange/jcoreee/bean/ejb/BaseEnterpriseBean.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/jcoreee/bean/faces/BaseFacesBean.java b/src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java
index e8116ea..f8c066c 100644
--- a/src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java
+++ b/src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.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/jcoreee/dates/DayOfTheWeek.java b/src/org/mxchange/jcoreee/dates/DayOfTheWeek.java
index 7106028..059e387 100644
--- a/src/org/mxchange/jcoreee/dates/DayOfTheWeek.java
+++ b/src/org/mxchange/jcoreee/dates/DayOfTheWeek.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/jcoreee/events/helper/clear/HelperCleanupEvent.java b/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java
index 3c592be..fb8f82d 100644
--- a/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java
+++ b/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.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/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java b/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java
index d92dd86..d128ffd 100644
--- a/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java
+++ b/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.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/jcoreee/events/locale/LocaleChangeEvent.java b/src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java
index ab63f59..4737b8c 100644
--- a/src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java
+++ b/src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.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/jcoreee/events/locale/ObservableLocaleChangeEvent.java b/src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.java
index f5d1d45..ae7a501 100644
--- a/src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.java
+++ b/src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.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/jcoreee/exceptions/CustomExceptionHandler.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java
index 5c1f11e..b8edc62 100644
--- a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java
+++ b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.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/jcoreee/exceptions/CustomExceptionHandlerFactory.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java
index 5c6133c..99387f9 100644
--- a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java
+++ b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.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/jcoreee/utils/FacesUtils.java b/src/org/mxchange/jcoreee/utils/FacesUtils.java
index 1cfa718..5dc0ac0 100644
--- a/src/org/mxchange/jcoreee/utils/FacesUtils.java
+++ b/src/org/mxchange/jcoreee/utils/FacesUtils.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/jcoreee/validator/BaseObjectValidator.java b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java
index fe24f27..537d18b 100644
--- a/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java
+++ b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.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/jcoreee/validator/bool/BaseBooleanValidator.java b/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java
index dd7e5af..10f93a8 100644
--- a/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java
+++ b/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.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/jcoreee/validator/date/BaseDateValidator.java b/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java
index b808279..0b2265d 100644
--- a/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java
+++ b/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.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/jcoreee/validator/number/BaseNumberValidator.java b/src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.java
index 0bd5aac..8146e9c 100644
--- a/src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.java
+++ b/src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.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/jcoreee/validator/string/BaseStringValidator.java b/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java
index 58f9c6b..fe3559b 100644
--- a/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java
+++ b/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.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
-- 
2.39.5