]> git.mxchange.org Git - addressbook-war.git/commitdiff
Updated copyright year master
authorRoland Häder <roland@mxchange.org>
Tue, 9 Jan 2024 22:48:53 +0000 (23:48 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 9 Jan 2024 22:48:53 +0000 (23:48 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
159 files changed:
lib/jcoreee.jar
src/java/log4j2.xml
src/java/org/mxchange/addressbook/beans/BaseAddressbookBean.java
src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionBean.java
src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionController.java
src/java/org/mxchange/addressbook/beans/addressbook/share/AddressbookSharesWebSessionBean.java
src/java/org/mxchange/addressbook/beans/addressbook/share/AddressbookSharesWebSessionController.java
src/java/org/mxchange/addressbook/beans/business/basicdata/AddressbookAdminBasicDataWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/basicdata/AddressbookAdminBasicDataWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/basicdata/AddressbookBasicDataWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/basicdata/AddressbookBasicDataWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/basicdata/list/AddressbookBasicDataListWebViewBean.java
src/java/org/mxchange/addressbook/beans/business/basicdata/list/AddressbookBasicDataListWebViewController.java
src/java/org/mxchange/addressbook/beans/business/branchoffice/AddressbookAdminBranchOfficeWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/branchoffice/AddressbookAdminBranchOfficeWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/branchoffice/AddressbookBranchOfficeWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/branchoffice/AddressbookBranchOfficeWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/branchoffice/action/AddressbookAdminBranchOfficeActionWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/branchoffice/action/AddressbookAdminBranchOfficeActionWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/branchoffice/list/AddressbookBranchOfficeListWebViewBean.java
src/java/org/mxchange/addressbook/beans/business/branchoffice/list/AddressbookBranchOfficeListWebViewController.java
src/java/org/mxchange/addressbook/beans/business/department/AddressbookAdminDepartmentWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/department/AddressbookAdminDepartmentWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/department/AddressbookDepartmentWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/department/AddressbookDepartmentWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/department/action/AddressbookAdminDepartmentActionWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/department/action/AddressbookAdminDepartmentActionWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/department/list/AddressbookDepartmentListWebViewBean.java
src/java/org/mxchange/addressbook/beans/business/department/list/AddressbookDepartmentListWebViewController.java
src/java/org/mxchange/addressbook/beans/business/employee/AddressbookAdminEmployeeWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/employee/AddressbookEmployeeWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/employee/list/AddressbookEmployeeListWebViewBean.java
src/java/org/mxchange/addressbook/beans/business/employee/list/AddressbookEmployeeListWebViewController.java
src/java/org/mxchange/addressbook/beans/business/headquarter/AddressbookAdminHeadquarterWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/headquarter/AddressbookAdminHeadquarterWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/headquarter/AddressbookHeadquarterWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/headquarter/AddressbookHeadquarterWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/headquarter/action/AddressbookAdminHeadquarterActionWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/headquarter/action/AddressbookAdminHeadquarterActionWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/headquarter/list/AddressbookHeadquarterListWebViewBean.java
src/java/org/mxchange/addressbook/beans/business/headquarter/list/AddressbookHeadquarterListWebViewController.java
src/java/org/mxchange/addressbook/beans/business/opening_time/AddressbookAdminOpeningTimeWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/opening_time/AddressbookAdminOpeningTimeWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/opening_time/AddressbookOpeningTimeWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/opening_time/AddressbookOpeningTimeWebRequestController.java
src/java/org/mxchange/addressbook/beans/business/opening_time/list/AddressbookOpeningTimeListWebViewBean.java
src/java/org/mxchange/addressbook/beans/business/opening_time/list/AddressbookOpeningTimeListWebViewController.java
src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestController.java
src/java/org/mxchange/addressbook/beans/contact/AddressbookContactWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/AddressbookContactWebRequestController.java
src/java/org/mxchange/addressbook/beans/contact/list/AddressbookContactListWebViewBean.java
src/java/org/mxchange/addressbook/beans/contact/list/AddressbookContactListWebViewController.java
src/java/org/mxchange/addressbook/beans/contact/mobile/AddressbookAdminContactMobileWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/mobile/AddressbookAdminContactMobileWebRequestController.java
src/java/org/mxchange/addressbook/beans/contact/mobile/AddressbookContactMobileWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/mobile/AddressbookContactMobileWebRequestController.java
src/java/org/mxchange/addressbook/beans/contact/phone/AddressbookAdminContactPhoneWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/phone/AddressbookAdminContactPhoneWebRequestController.java
src/java/org/mxchange/addressbook/beans/contact/phone/AddressbookContactPhoneWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/phone/AddressbookContactPhoneWebRequestController.java
src/java/org/mxchange/addressbook/beans/country/AddressbookAdminCountryWebRequestBean.java
src/java/org/mxchange/addressbook/beans/country/AddressbookAdminCountryWebRequestController.java
src/java/org/mxchange/addressbook/beans/country/AddressbookCountryWebRequestBean.java
src/java/org/mxchange/addressbook/beans/country/AddressbookCountryWebRequestController.java
src/java/org/mxchange/addressbook/beans/country/list/AddressbookCountryListWebViewBean.java
src/java/org/mxchange/addressbook/beans/country/list/AddressbookCountryListWebViewController.java
src/java/org/mxchange/addressbook/beans/features/AddressbookFeatureWebApplicationBean.java
src/java/org/mxchange/addressbook/beans/features/AddressbookFeaturesWebApplicationController.java
src/java/org/mxchange/addressbook/beans/gender/AddressbookGenderWebApplicationBean.java
src/java/org/mxchange/addressbook/beans/gender/AddressbookGenderWebApplicationController.java
src/java/org/mxchange/addressbook/beans/helper/AddressbookWebViewHelperBean.java
src/java/org/mxchange/addressbook/beans/helper/AddressbookWebViewHelperController.java
src/java/org/mxchange/addressbook/beans/localization/AddressbookLocalizationSessionBean.java
src/java/org/mxchange/addressbook/beans/localization/AddressbookLocalizationSessionController.java
src/java/org/mxchange/addressbook/beans/mobile/AddressbookAdminMobileWebRequestBean.java
src/java/org/mxchange/addressbook/beans/mobile/AddressbookAdminMobileWebRequestController.java
src/java/org/mxchange/addressbook/beans/mobile/list/AddressbookMobileListWebViewBean.java
src/java/org/mxchange/addressbook/beans/mobile/list/AddressbookMobileListWebViewController.java
src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookAdminMobileProviderWebRequestBean.java
src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookAdminMobileProviderWebRequestController.java
src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookMobileProviderWebRequestBean.java
src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookMobileProviderWebRequestController.java
src/java/org/mxchange/addressbook/beans/mobileprovider/list/AddressbookMobileProviderListWebViewBean.java
src/java/org/mxchange/addressbook/beans/mobileprovider/list/AddressbookMobileProviderListWebViewController.java
src/java/org/mxchange/addressbook/beans/phone/AddressbookAdminPhoneWebRequestBean.java
src/java/org/mxchange/addressbook/beans/phone/AddressbookAdminPhoneWebRequestController.java
src/java/org/mxchange/addressbook/beans/phone/AddressbookPhoneWebRequestBean.java
src/java/org/mxchange/addressbook/beans/phone/AddressbookPhoneWebRequestController.java
src/java/org/mxchange/addressbook/beans/phone/list/AddressbookPhoneListWebViewBean.java
src/java/org/mxchange/addressbook/beans/phone/list/AddressbookPhoneListWebViewController.java
src/java/org/mxchange/addressbook/beans/profile/AddressbookUserProfileWebRequestBean.java
src/java/org/mxchange/addressbook/beans/profile/AddressbookUserProfileWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/AddressbookAdminUserWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/AddressbookAdminUserWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/AddressbookUserWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/AddressbookUserWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/action/AddressbookUserActionWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/action/AddressbookUserActionWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/activity/AddressbookUserActivityWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/activity/AddressbookUserActivityWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/confirmlink/AddressbookConfirmationLinkWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/confirmlink/AddressbookConfirmationLinkWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/email_address/AddressbookEmailChangeWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/email_address/AddressbookEmailChangeWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/email_address/list/AddressbookEmailChangeListWebViewBean.java
src/java/org/mxchange/addressbook/beans/user/email_address/list/AddressbookEmailChangeListWebViewController.java
src/java/org/mxchange/addressbook/beans/user/list/AddressbookUserListWebViewBean.java
src/java/org/mxchange/addressbook/beans/user/list/AddressbookUserListWebViewController.java
src/java/org/mxchange/addressbook/beans/user/login/AddressbookUserLoginWebSessionBean.java
src/java/org/mxchange/addressbook/beans/user/login/AddressbookUserLoginWebSessionController.java
src/java/org/mxchange/addressbook/beans/user/password/AddressbookUserPasswordWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/password/AddressbookUserPasswordWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/register/AddressbookUserRegisterWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/register/AddressbookUserRegisterWebRequestController.java
src/java/org/mxchange/addressbook/beans/user/resendlink/AddressbookResendLinkWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/resendlink/AddressbookResendLinkWebRequestController.java
src/java/org/mxchange/addressbook/converter/business/basicdata/AddressbookBasicCompanyDataConverter.java
src/java/org/mxchange/addressbook/converter/business/department/AddressbookDepartmentConverter.java
src/java/org/mxchange/addressbook/converter/business/employee/AddressbookEmployeeConverter.java
src/java/org/mxchange/addressbook/converter/business/headquarters/AddressbookHeadquartersConverter.java
src/java/org/mxchange/addressbook/converter/business/opening_time/AddressbookOpeningTimeConverter.java
src/java/org/mxchange/addressbook/converter/contact/AddressbookContactConverter.java
src/java/org/mxchange/addressbook/converter/country/AddressbookCountryConverter.java
src/java/org/mxchange/addressbook/converter/dayofweek/AddressbookDayOfTheWeekConverter.java
src/java/org/mxchange/addressbook/converter/fax/AddressbookFaxNumberConverter.java
src/java/org/mxchange/addressbook/converter/landline/AddressbookLandLineNumberConverter.java
src/java/org/mxchange/addressbook/converter/mobile/AddressbookMobileNumberConverter.java
src/java/org/mxchange/addressbook/converter/mobileprovider/AddressbookMobileProviderConverter.java
src/java/org/mxchange/addressbook/converter/personal_title/AddressbookPersonalTitleConverter.java
src/java/org/mxchange/addressbook/converter/profile_mode/AddressbookProfileModeConverter.java
src/java/org/mxchange/addressbook/converter/user/AddressbookUserConverter.java
src/java/org/mxchange/addressbook/converter/user_account_status/AddressbookUserAccountStatusConverter.java
src/java/org/mxchange/addressbook/filter/AddressbookNoCacheFilter.java
src/java/org/mxchange/addressbook/validator/addressbook/AddressbookIdValidator.java
src/java/org/mxchange/addressbook/validator/birthday/AddressbookBirthdayValidator.java
src/java/org/mxchange/addressbook/validator/business/basicdata/AddressbookBasicDataCompanyNameValidator.java
src/java/org/mxchange/addressbook/validator/business/basicdata/AddressbookBasicDataCompanyShortNameValidator.java
src/java/org/mxchange/addressbook/validator/business/basicdata/roadnumber/AddressbookBasicDataCompanyRoadNumberValidator.java
src/java/org/mxchange/addressbook/validator/business/headquarter/AddressbookHeadquarterCompanyNameValidator.java
src/java/org/mxchange/addressbook/validator/emailaddress/AddressbookEmailAddressValidator.java
src/java/org/mxchange/addressbook/validator/emailaddress/basicdata/AddressbookBasicDataEmailAddressValidator.java
src/java/org/mxchange/addressbook/validator/emailaddress/branchoffice/AddressbookBranchOfficeEmailAddressValidator.java
src/java/org/mxchange/addressbook/validator/emailaddress/employee/AddressbookEmployeeEmailAddressValidator.java
src/java/org/mxchange/addressbook/validator/emailaddress/headquarter/AddressbookHeadquarterEmailAddressValidator.java
src/java/org/mxchange/addressbook/validator/names/AddressbookNameValidator.java
src/java/org/mxchange/addressbook/validator/password/AddressbookUserPasswordValidator.java
src/java/org/mxchange/addressbook/validator/phone/abroad/AddressbookAbroadDialValidator.java
src/java/org/mxchange/addressbook/validator/phone/number/AddressbookPhoneNumberValidator.java
src/java/org/mxchange/addressbook/validator/privacy_terms/AddressbookPrivacyTermsCheckboxValidator.java
src/java/org/mxchange/addressbook/validator/url/AddressbookUrlValidator.java
src/java/org/mxchange/addressbook/validator/user/AddressbookUserIdValidator.java
web/WEB-INF/beans.xml
web/WEB-INF/links.jsf.taglib.xml
web/WEB-INF/project-links.jsf.taglib.xml
web/WEB-INF/templates/guest/guest_footer.tpl
web/WEB-INF/templates/login/user/user_footer.tpl
web/WEB-INF/validators.jsf.taglib.xml
web/WEB-INF/widgets.jsf.taglib.xml

index f7f68b2f46f5382090dae6c9d27740bf42f88d4e..7728b6ebbef2c67416763df2bd399c677218bbd6 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index 49502ec4e4cac9efe30272c9c5d5bf0e3c2de0de..23715b92a2a704ec6d2fe5613360cfe548b91740 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 Affero General Public License as
index c2448ab9207b7afaeaf0694852976db6a9bcfffb..c095e5f0453986d23cb065e57654a8ab71302611 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 Affero General Public License as
index 3655a42e328d658cd8e2d14b86eba3f48f72a87e..cd8a19a6eefc9e5d527d926f6b1d83179e3f0773 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 Affero General Public License as
index 86618f98b6de64d75bce173814acba813b6616cf..c5b121c18f52eb94fd2d830eca4a6a509ba6e4d2 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 Affero General Public License as
index ebc1f418a91c3f59f7b769f5cc6edd4861dc1a88..042ec47d71d3ebc68a821e08a502a41141b22e3b 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 Affero General Public License as
index b97479d0f6cb26245a7528bf76e75e075ddc23ca..5a7427778397862b3d7ff751582a1325c2f0d176 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 Affero General Public License as
index 28291f70d82dac937a729538c85eb6868ffb44be..a97c6ad3cf3a34bae6f8a1a131647762f3b4881d 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 Affero General Public License as
index ab05e4685a398cc8f23f140175de2cb6772226dc..6612c3671c82f6054023db5916fad113a1440bf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 1a4ac57d096ec882e7a6c8f18cebd31eb812dec4..3dcc3e79dc9e01897e8590d6c1ee12cf5ba2c017 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 Affero General Public License as
index 72d81bf8dd5f5663d41e2e313195fbfc47be9401..8b31472e91f77015bd554996477223e8afbb2a56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 8326d3cc5e0461dbc0288c0e0746cde0c980c411..739ec437ee370d59bb2b1e41d2b49939e93fc49f 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 Affero General Public License as
index 797b87ab7260e62374e76dca49a3167fe71ac361..8413bd21ed375dd614760a079b5215ea9e1f5c76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 15d579bea438085ba4df8a7a70f04e2359c8b8b7..31ad7337f949f5128d0b35964f190250d0db3924 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 8cea1a17527b314528534fbbbcf87f305facc720..addcf5c63065d1cb9cdd19d6fa69fab8e02d36e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 2172ee3119abcb75bd68fe06de3f300e4880c2fc..0808cb76c1861b162cbc585d32220f83bc1e0b71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index fe674e4932dc87b3b56629bf025cfdf8257739a6..5d426f9c5d0a21b9d7053ac77627c429fe293f00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index f072306d0f8a3e79223bdbf123063be19da4a191..ae103461575793d88860abeb59604bca0c6d7204 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 Affero General Public License as
index 9341257c6392ef9a33d67db4fb75a29e6df528c8..c95caa780c338477ae16f1b66c3e7db647d3f176 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 Affero General Public License as
index edb37df111b44b06840625900f701c1129dd5ade..ccbb2eef73258f221f60ca59faad4b66354d1a89 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 Affero General Public License as
index 67d499ca5d7b0b4a219562dad0da4704a05a71c8..3ae263cf34bc61925a08f5f6af48e7828facb3f4 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 Affero General Public License as
index 42c3b2f6ef6a4f66954159d32fa4f86f94292869..ef7c431d7c5a051139cda3537e0c4b8ed229395f 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 Affero General Public License as
index a6219f796a662d1aeded61dab6e61f8b42f05cad..c0f21b555212a51bb3fab2a1ce8665b22f33e2e1 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 Affero General Public License as
index 7e0cd5977941ea7555e7b6bbf9497c3d7dbe213d..2f20bd487e4d00fe8242c3001db55cc5df176648 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 Affero General Public License as
index 20190dacbf6b54e8db37d41350277192ebb21be6..f9e151af3f78c3a9676c9d6dd3b1ab330f317504 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 Affero General Public License as
index d6f76116e71811cc5b354f5b16e217f55579ea80..e8304c3f2c555e77e0fe6fc0a78e5beaad2b94d6 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 Affero General Public License as
index 617a29fb42f3b995043df894b152a91a1b9933ca..2c69ad707c1f329a321a0b4d4b9c25a570880dc5 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 Affero General Public License as
index d34273361b52b7e74682fe025541cf04ea9e1b36..f850e037c4a9189450e54298b8c35fb52fb86a8d 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 Affero General Public License as
index 04678746f6cfc484a49f23609cae6aa324676f56..28d16c60d8c81fc928e1d46a56d589e0c0c4f8be 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 Affero General Public License as
index 2b97d682313d69c7087e373d86d3df89fe1a494a..1d5b59ea97aafb04f82a81ac08d869ad841a25bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 5766de971a6cc525ec9e33b7a08c91c653b74f0e..d7ad134b8de29d2c88b784c3451aa87c45a51389 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 3648c2d653c7503b778dcad57e97913c83c0af5e..3ac41f1926c862a5f87f853a73b22152c3534288 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 Affero General Public License as
index a69147aae5fc72de5170b18830a2c50f7aaa4095..0942c194b71527d743ace7e7dc0c83908206e667 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 Affero General Public License as
index a5452899bc5db25426c29a09adbc33f8d2fbd7bf..595c088977d7f0a1e3657f3ada04c548dd4e631b 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 Affero General Public License as
index 6ebb785cc7744e32d7b35ebb8f9501874cb419ac..7b830defa99801f0df7f9cdaa0b4c938671201e3 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 Affero General Public License as
index 6dfd4de8b48b4ea67a9b795c9b5177de1b69a2dc..f2e690ec74a9883b958522e701a4d579758f61e8 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 Affero General Public License as
index 2288cc9170c2e1f8a550b4875b512f92957643cd..72823292c7468e04e043fe4f76703834cbb825e6 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 Affero General Public License as
index 439372bbbdfb213c5da943dba189fdb19d0960c6..9482b991641eeb047129198edf05d0ec522f998a 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 Affero General Public License as
index b4d41c3ef53bb3c31015652b5ac66cf79bbd7d91..3dc1a972cc322f6da1ec2a8345168b050aa0c728 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 Affero General Public License as
index fe1342ad832f97d3ad53ba11d12e5b069ed124f5..e2b2594697435f62df98f94bf142972eb1ecb04c 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 Affero General Public License as
index ce7159664a448ad79be92daa75152d691cee56fd..0a932521e27f03ff1a7a821df75bba183b928082 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 Affero General Public License as
index c7eda01fcc13d2ecef37132f4bf38dd3227d299d..b449b5807911b9064e13f6a078b6947fc8031f47 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 Affero General Public License as
index 7c7a887cdfb3d8a08ff3216438776c8fbffbea3a..4bd73ad3d77c9117de721cab0ec2cdae36da6810 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 Affero General Public License as
index b657abc795af255776bccb4771ed9cb650b68364..e7d98970d1104585906b722ed21cb78168dfdeb6 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 Affero General Public License as
index 6a55c1f16365fac0e9d71bc0b81df9ad7d957e8a..8bd1ced3b63524a71607d6f925685a6f323c35d9 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 Affero General Public License as
index 7bbeb130cb4d8bbffe3dc00225e81f630406cbdb..1d50c9423da6b36e2ee0e69626dfb3d80b23aae6 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 Affero General Public License as
index 742d7a1dbc5251108452eae7c1d535bbff4097b4..f55346da51cb4c856b09d69d9db0f5dfce619854 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 Affero General Public License as
index abbbd7600066188e68c2c9a52f4495d5c5a14721..5a1862c0a9d35da818f05009ec9ecae5976408b1 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 Affero General Public License as
index eb1149bfa8cd925808ce8561b757de92e33ea701..417d83530706b3b5c797166bc699716677512017 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 Affero General Public License as
index 88ed560326d1e303c09ca99c4d85f122fa9745ac..3722623b3fd5e0b0abc451c69dcb8caecb674cc8 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 Affero General Public License as
index c6422148bcb69716fc85e452243d17cb6043f076..c702f7ad6d25983bc6a7868cd18841087327c959 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 Affero General Public License as
index 1c95619b49e40cf398c136c8d4c7a0f42714a2a9..1eedfd956ea6eee1d34d11a85d2fa49d605edc4c 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 Affero General Public License as
index 2e2c3d11999321833a4ac7035140503b57422184..7763268e92032cc42f7228c435a2653802aa553a 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 Affero General Public License as
index db79d3dfca2fe8dcd04882c2622c2014898431fe..a9aa685e87741f36026bf7875a1916a587371fe9 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 Affero General Public License as
index 0becf9bf79e35c6a8df3b5f86e53877af7076c08..533d84a79dd7fc5542b025f53e1fd0e9ffca98a3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * 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 Affero General Public License as
index 96638dc241cc0ec67cbd6009e2a1b510fb011e04..719641399267a78f13ef2d381672651aec9a7338 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 Affero General Public License as
index ce9ed7e3753489b964442e3a1140af73ab4be5db..b23a8115fc895ae886256f7f84751e326609d1d3 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 Affero General Public License as
index 787909a903e8a0ef2158cc7464ee8d6ba4d6c848..bce9b04bb28c5bd5d7a178d833fa462c54c92527 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 Affero General Public License as
index 10b1c719dbe52f21c2e83c900cf088061665cea6..d1a430088bccf84ec7124a41717935adc1feb760 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * 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 Affero General Public License as
index dd7deca95e97d67e7d231ef15930c80e0e1c6a25..05cea9ae8fa4e00c850851eae1b85ffb7f598a2a 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 Affero General Public License as
index 4e91e508c0d186dfacc965624feebc7b02f9fdb4..1443f1a7af5610e9579872d80a9a43a063948e36 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 Affero General Public License as
index fb174e869d84421c82edc1f939e4fc6d4d1a9ba0..c93845e31001cd6abbd79e02307deb87b0eafa83 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 Affero General Public License as
index cc026214e840b9946eac2ba21025c1660e1891d4..25d8642b6a06fbfa7dcacb79c54a5a2155dc70e7 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 Affero General Public License as
index aba3d5b4174da0a29d0349dcfb0c4d754db41ecf..a75d8ce8fa394f31ea066d651483fd50761f8c85 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 Affero General Public License as
index 4d6604e4757505d0f601ff36cc48d8ab34a34d25..2d5c8d3a93b77598626d69237d18b62efe08d6bc 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 Affero General Public License as
index 82f82df1dd74ee3b77e68195bb9b161e73af4ce0..5444fd34ec691a141020828464e02abc7dc7c865 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 Affero General Public License as
index 86b41df4edf0ad45233bb56ac725aaef4ba14392..b2cddd3129307ca25bf5bbe7138594d88e4908bb 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 Affero General Public License as
index d44357c96b21ddce586c3f68e9a8096e12b978e3..60f0031a6948c65757fc49e3f6b8dd481629ac74 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 Affero General Public License as
index d3b3fb8664fe5fc944634ce854b6e5f07c072948..2ddbb676b5751614bc73322339e9ae62430cab80 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 Affero General Public License as
index 0e7c1336e9d7da5a660f059a93adc6792dbc081b..a2658c6d515a0353d2fbe91f7bc2b236cfd5fcf0 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 Affero General Public License as
index 0b1f8207668aa060d00f3033e0991e21b899d5d4..ed7183a77124db705c044b2965339d791a588b55 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 Affero General Public License as
index c83171c282768e028f63379bdea90913fa21efa4..caa24f509fc8ff2e27f71c6db4af62e7dae15fd8 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 Affero General Public License as
index 8b3c3d8b1a91108a4bb6b8784e2963262336d9cd..22948668afb9942ecbf8b758edb1c3e27a9f2580 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 Affero General Public License as
index 252a46b65d5c6b9c2728ae99f31cbd19d1a03211..569c2932390bb4d9d1f39b9709f5ae432587f298 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 Affero General Public License as
index a2d542469e596a8750e608ad8996876f5b97474f..d1475bd64e8bd1c5fb847f522a1835aea7b95f04 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 Affero General Public License as
index c2e01b17b5efd83a04c95e70922a140051bb286f..3019f9262b75aa87d9dde81d4767552b4dea7b0e 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 Affero General Public License as
index 6506f3bc726392965e73735d60aebc8560ad8f97..870ab102dc05876c4a837eb62d2ab7afafd97b0b 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 Affero General Public License as
index ea48b876ab780e1ab023d590c14af6420ecc4b77..0ebd0ad4a3b5be10a24166435e7390f89caa0af8 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 Affero General Public License as
index 9042118c6c0deeb06d24577480bc502f576f0ce6..6eb8a03eda306adb413b477a068dd9306644f2a3 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 Affero General Public License as
index ea4f7736504bed80684cea4cb8e62a453a09dd15..4f77e6fd6d10fcb898653fb55acce591eafb2158 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 Affero General Public License as
index 40342c015662be137bea2baaf0a080ce8a50cad2..52f2cba4a9f83b74826ede99394fc1ce52aa6de5 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 Affero General Public License as
index 0f949c3f02562be550794ff47999ea74ecd8a612..d76fd86c6470b8fa231c975ece5f067ce6bf15fa 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 Affero General Public License as
index ecb4b47e251b8264ef25b153be1dfd19f9365622..06f053533cc123331a1451501f66ecb9acc7468f 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 Affero General Public License as
index b3426ceca90f654562ab7682e1f1bb7b7b3f2e5e..4c92cf8e1f32b3c98d4fe08d17254cca490b18f0 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 Affero General Public License as
index 8b97d48072c3e747df296ad6edfeacaee1bb7e64..deca24eb5f7df306a47283d06a9cefa3ef533597 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 Affero General Public License as
index 7a21b58689de6f1e7bf8100a7fcc7170799f14bb..e23190d9de46afd3ccd8a0d9173c3408fd947a29 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 Affero General Public License as
index bfc1d68489cbdc67e40864cc6adee1c93fea0f6e..f6e428c8a0284220117464fd29f7a1a97a9682eb 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 Affero General Public License as
index ec2d05f6d07e56af281db07ebfd35e2cef155a1e..c500f7d50c5d8d1dfab80ed1f1079478eefd67ba 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 Affero General Public License as
index ac21eab887a5fab7cafe25c2e57d0a64b72b5eb8..53008c0422a0076034147ac892f04cba69f0d154 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 Affero General Public License as
index 1db247db60bf45d1e97701eb920f49e8cfb8e871..ac2e4afa2fbc004d1d0ec120ab9af91d4abb5ae4 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 Affero General Public License as
index 5924c042a7fbb7bd2e64ddf711e94126109dc257..b4be4ad71765bc657786911fb6ba305dd52fe713 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 Affero General Public License as
index c385c05a96c94329bf6525ac6c4a8d5356239a2a..b37a4502ffa736a3bcfdb74a9783625040610720 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 Affero General Public License as
index 2084a5d7407a02a903d95f7b0138a8478fbfdbab..120276c350c1ad08eafd99fe0c4403845359d12c 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 Affero General Public License as
index 9a6ba53db8bcbb6f5197a78f3edd01cf152f13fe..f344a4eaa5bbaf2184dc93c2645542dd22c20ecf 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 Affero General Public License as
index 025c36a4876efde1e4f1f1bc5631c0f45681832f..c93ec08577e0bb50de1e9103f72fe834e85f417f 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 Affero General Public License as
index 8e468b8a652bf65311373da045473cfdf2d3f273..45b3555b28d1e09e58da4b0ef714b378741a42ad 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 Affero General Public License as
index 1a251370ce3b84c5a2e1e596dda20a7167df86ca..fdb486da26b488162585326183f38cd13ba9093c 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 Affero General Public License as
index e6cf8dbfcd68b34fb36ec772faa6c402b48d473b..65fcee900f228c159f248a6b39b7c48342169546 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 Affero General Public License as
index e357914815fe2ac1cd349bb34c6115378b304f76..96d24df636021d277d805f89ecefee54309ec507 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 Affero General Public License as
index e5c6d9bfa72830c1c331f74762d23fb6cdc6cb33..bcbf02a46911a7dbf76f0d9a4d20eeefd1f9304e 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 Affero General Public License as
index 54a14d88e91594ca3ae13e5143aee96eee3bc2f3..66db7510ed7ca62d5f85d26e5880c37aaccbf527 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 Affero General Public License as
index aacac113747d13e1094cca198d493cf5d8f764c2..3cbebcffd92b6bcb5586990d43050c345572ce50 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 Affero General Public License as
index 4598c42871d0324a089267542bc144b19d2ebf12..9b4eb492a6c7b7e4e61a1e5e9e73cd5c1edb140d 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 Affero General Public License as
index 9499e49dce207384dde957e2f1b20d1582bcb90f..e97bfac68771182b897063afb82268de85a6afa6 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 Affero General Public License as
index 9b14e043990a1f2ec2ec424668c687eb95b4e0b0..53025ae860ca0c809cb222910cb61bbb7ee8f26d 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 Affero General Public License as
index c497b6aec33e8e3e87f9aa33ced86496792e3e9d..820318509ca397db2a38cd7bbff9e89c05a6c527 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 Affero General Public License as
index b7a2cf8cee2d580d3feda1f00179428d431ba9c5..fdb8be257703891b941669641ad54959b650eb30 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 Affero General Public License as
index fc61dbc1195b58aa6bc4a01159718c829300be25..d0c12a79f08cd53fadd934cbbc758a122ce67129 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 Affero General Public License as
index 0d3a64e655197ba4e5d159399f0f4a24b7ae89c9..a027ac12c12b88716d10205ab4178b360bd654c0 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 Affero General Public License as
index effc50076f34a0f775c32aa50607bf73263a833d..d07eb75f1ce49e472ef1eb362c9c38d7bc7382b1 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 Affero General Public License as
index 850848a7b1c6be9cf6006ed6568f29c4b1df5c63..3ac1a5907adf847c8843f864190a7c36750f94c3 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 Affero General Public License as
index 60ad439e5efd21abf58b5450cf4f13cf7a60c781..794735ffd140ca731dcc890cefeeca4fc763731e 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 Affero General Public License as
index f46085bb63523f7bff8cabf9cd518c55c7e3882f..8416e0460b83c3cb6286f84cc1667f5a160a7d6a 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 Affero General Public License as
index cd96c8a1997650f875cba013ef9e6957a993c7b5..6716e6b12843169055f7de86795c11515a46e744 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 Affero General Public License as
index dc6ed7e420e83fd9aeb41c97e1f9d914d2b239a7..63fd3721b5ecbbe8eb44d6054c558d45e9ecb8e9 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 Affero General Public License as
index 62c27edaed11058b1afa1f387ba31c5d86cd0d7b..42378cab084f7e62ce1997674bffea941cfa667c 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 Affero General Public License as
index a52a9c21a71526c3db63874a011eeaacdabfacbf..cb5f48f36ee3658857f7d284ea2dbc671a2cbb57 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 Affero General Public License as
index ef25bb41817c7d8189569b35d1f2fad7961f87a2..69d34255a8022d4b656224b415441be773ecae2f 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 Affero General Public License as
index 78ba6c30c19d492cee245a7ab5847cf6fdc4d33e..d39efbd50a1d61304bba65e60df5188c64f43f9f 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 Affero General Public License as
index a1e7de58a4aaabad6ab0e97d1573788b325e0c77..00bca8039a708d67372299f30bd3de222b592b5d 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 Affero General Public License as
index ebe4788c1213ac59f88a51658a38a07017a7c90b..87ec24ee7f9b80caf18dc7ed79a3981b1ba79c39 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 Affero General Public License as
index 3f5dc5ea66be1588e89e7ae8baee98910935228d..b1b8cca9a5b315e344ee2d67d753f8edc9e8b2b6 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 Affero General Public License as
index baeab038ad4d669d322a512330ec27ee8d999ecc..501497e4d7a596c52ab50bd0db168f68a441c433 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 Affero General Public License as
index 7b9b4dcb543dae035d7d9cda01c6dd63bfa631be..25989d529000fa02e25b3256fd05ba7961ab35ee 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 Affero General Public License as
index dd6a33de3bb9440cf73d92dbc7ceddc63daa0a03..1c673dfe3e47897ec69142ce3091e5cfe1fe9c53 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 Affero General Public License as
index 82f6a3fb8683c2b7ca4738c6e604428b57fb4098..8a9822039bc067dac96cce6c32a9ddc2c5cd9c20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index cda2531e931786145630becbea253eb11f81ae42..fc02f5bab0348002220ea4537f34afc76ce6c089 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 23c25978e76febf2413c16f2ac441e6ffe7b27ad..13dfa01f58045b95186acb2b82486372c6fcf45f 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 Affero General Public License as
index caee650fe4930e1c8c014c490b7a878e144f4c3e..354dc48a2b9785767c356dfa777e5eafa3f70cc5 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 Affero General Public License as
index e84cdc6afd714c3174283b8574b3413e1d3751c0..6dfe9829c494a1fada2db563ce1bc981d52a29ae 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 Affero General Public License as
index 2e8fd9a758b6f074d958825f7322a7b76ca2da21..cc3949fa9f6eee52c4d7d45ce753acc073ae6827 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 Affero General Public License as
index a7e26917d265e207e61073e8f4ca9a183f2ab924..d5f44649e385a51e9a9b84eb498acdf2babbaf21 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 Affero General Public License as
index c6f2169d854289d96f5c89b9f7120e76c1831886..258e2433d7885474122bb17acf9a8065fc5a5c49 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 Affero General Public License as
index 5d99053e80be442b0507f8f4231992c53b6afcc2..95878c9bf129a6521f849a89697797faa147f876 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 46acf0b8ee87818105945a57478c02d3e419e32e..b5303ecc4203f4c5f7a315af192852d6ef7b0c59 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 5bec6d31f8a619e66aa9f720f128378246ea5bf5..fa091f35e9f99fe63898cf3d0e0179168522d7fe 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 67b8a51db5a81556ab48fdb560edbb21b13323a4..0068b302238e44d64450276dc150936f0eb77060 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Free Software Foundation
+ * Copyright (C) 2024 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
index 3759eb55da0aeb30d5cd28250272e2027c0f478e..1db1ad80ab75ccc028321fac85102a4a29ba8697 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 Affero General Public License as
index 6af4fb11f89424ec6fe9288470baf571059cc485..dfd193641120fcf44acc05ef0fa863f403590c5e 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 Affero General Public License as
index d69b07622aec66cadbd3637ba8d17c7a605f6e2a..f70d3d2a79103495f8e5e242a3b716de5c3b6303 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 Affero General Public License as
index 94f0f54dfbf18742dc89823001b6dab31bbd2685..cde82986d55fe20ec110ce2da54cd46b79ad4ec7 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 Affero General Public License as
index ffc02116df89464f530d366df9fe40724c342e65..10337892d2bd0c12a0e621bf4da03db7e925497c 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 Affero General Public License as
index 5b09b75e6fec13d336feaf7df2252eaeb8386443..cc686be7139891c6aeaf18675dbe3b4d0c8da6de 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 Affero General Public License as
index 0cd9014015205c76747d77ccdf364a2021287764..1bfe9a334c75839654c2768e22f25cf043f0ef46 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 Affero General Public License as
index 8621c41757bd084255d9521c3faafdce50a3ac2f..47a5be50b62cb998a74fc8989c2d38fa4c017dd8 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 Affero General Public License as
index 71683398739f4dae13bacf365525a7c27752ac76..818e6c56d694d26ff4a793f5c41f948de8097f27 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 5486f4923e19931842537d2c1bf2626e9c73bbf0..9e4a912866fdf5519a5911aa410358ba891115b2 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 Affero General Public License as
index c10760e06a73e3d871ff675a195837ec85d02c80..d0851fe585c1271bb2de336cf1c0e5f913dbb800 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 dd69e81315a6594d1098e869d67caeae1c6fbc3d..7b10d8e9ad5e4fe7020475083e2e18156f4f447d 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 160ad0295516ce61207238937609d62d5c601953..e1e64cb62772becdf4f41e3cec8dff8a99772eb2 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 2afe29b81f8e3e2e8f0ffe498d305651ab72a15e..6c3a69826ce630d6f8081dd17140086b98f028fc 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 Affero General Public License as
index 9d6a8c0cb503ce788fd1ad8004a2bec7e2646112..413b21eb7ef584464d83ea367589754a42e6f202 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 aefd747146bac990424a7983d226c8728453d564..e6c1ad35a6ecea41df6d361a162b37d6ad846bf0 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 bc614035aeee1bb54e30c7050c2ed0b1ec5d9044..004d56055f32e9a9ff4488139414986a773b1bbe 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-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 Affero General Public License as
index 534d6b45031eb5baca855036ca71ed0efd3e1996..3ca556f11f580cd5d824ec112046239d20a7a06a 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-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 Affero General Public License as
index 079611b61bcf109b2ef2bee7a3ee84b8b2438933..14738720aacf05eca77810b5220cfe42844d7d9c 100644 (file)
@@ -58,7 +58,7 @@
                        </ui:fragment>
 
                        <li class="footer-copyright">
-                               <h:outputText value="Copyright (c) 2016 - 2022 Free Software Foundation" />
+                               <h:outputText value="Copyright (c) 2016 - 2024 Free Software Foundation" />
                        </li>
                </ul>
        </div>
index 0ae95d583da6bb7ac901b63faa16f01b2bf36ab1..f61174062e98f8dde0bd1d0bced0d10be63758b2 100644 (file)
@@ -48,7 +48,7 @@
                        </ui:fragment>
 
                        <li class="footer-copyright">
-                               <h:outputText value="Copyright (c) 2016 - 2022 Free Software Foundation" />
+                               <h:outputText value="Copyright (c) 2016 - 2024 Free Software Foundation" />
                        </li>
                </ul>
        </div>
index ef5b1deda2fb8b862dd9c056ca3a6483e0443c05..a33790e32cdd725e951fd0c662b19f686fdd376f 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-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 Affero General Public License as
index 3efb5f68060cd95cfeaabf70836418bf12879d5a..ed3e186a6f1baf046a96ee4c66bbcdb3745d5496 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-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 Affero General Public License as