]> git.mxchange.org Git - jcoreee.git/commitdiff
Updated copyright year master
authorRoland Häder <roland@mxchange.org>
Tue, 9 Jan 2024 22:46:16 +0000 (23:46 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 9 Jan 2024 22:46:16 +0000 (23:46 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
16 files changed:
src/META-INF/beans.xml
src/org/mxchange/jcoreee/bean/ejb/BaseEnterpriseBean.java
src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java
src/org/mxchange/jcoreee/dates/DayOfTheWeek.java
src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java
src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java
src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java
src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.java
src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java
src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java
src/org/mxchange/jcoreee/utils/FacesUtils.java
src/org/mxchange/jcoreee/validator/BaseObjectValidator.java
src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java
src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java
src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.java
src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java

index b950f70397864e89be515bc4a5d20414343e2d78..d95547d247f21f5a272346f090d3bc16c2ecafc1 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-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
index 4e939a2d5ee457b57ed4e8954d01eb9303f5b8d4..6facf46e252189a23d662df03e276b6ea444c403 100644 (file)
@@ -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
index 2170cafafa7379ff91fbf4bb8d917bb3cbb3e127..ba0d04433d237b06b96e1090961b0d888794446c 100644 (file)
@@ -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
index a3e764cf45c7ceb4739ce2af0a618670b73263c8..c8b5eb40b90ae78708847f95b186b2d93d656912 100644 (file)
@@ -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
index 7670947e838475c6887e0369f52c11a345f90856..54497b2f5a9d07b88dc84396416dd12f92d50d76 100644 (file)
@@ -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
index 8e869664c889ac7aec090db75971eafe575720eb..ec6e18ef811b3a18b57e4f1d1458790e6009a233 100644 (file)
@@ -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
index 4737b8c1fed27cc1204ffd653089f43c0f578552..c57b062884a0cfdd0a4c1a46ae45424f236416df 100644 (file)
@@ -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
index ae7a501e47e48f4f9b02856b7dcf02c2b6470baf..6f55220817541a332fc83319e858db27351e6794 100644 (file)
@@ -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
index e41e6d0296057859b0971430d7cf4bb70bcd9968..18858e72954647ff02835ef86d3fbd9037c504f4 100644 (file)
@@ -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
index 99387f9409580fb5afb640aaebd99c334bd45e37..f0fac17a0a9b190ee25ea8681c58fb5ca2baf1a3 100644 (file)
@@ -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
index 15458efd8ae7bcc603161e93b7cb14d1ffbd024e..a72c58176e3efc3fc8abb7625f5197f8ced4efc6 100644 (file)
@@ -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
index 537d18b448a98829a0a4a510a824c7ac0e4c52fe..971104d19af809cd05487df89208ec9f27004c74 100644 (file)
@@ -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
index 10f93a87c247311a582c1ac89d06c7784bac76a1..b315fac211cc3a2ca34d8a0838d8017f73d28f7c 100644 (file)
@@ -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
index 0b2265d6c4c50b3a1b67f03aa291b602d574dad0..73b0ba8e138a5c360a0a7b7f9833f6402c85dd5d 100644 (file)
@@ -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
index 8146e9ca0f63a4e23d7471c4281466fc4573e750..78bb2ec4ee804ee767d2f09a1773e99970e5501b 100644 (file)
@@ -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
index fe3559b16b499d05ff8cbb7004246a876e6d8c8b..689daa7dfc17faef735dd55e44a74f82b511fa53 100644 (file)
@@ -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