]> git.mxchange.org Git - addressbook-war.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 15:14:34 +0000 (16:14 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 15:14:34 +0000 (16:14 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
79 files changed:
src/java/log4j2.xml
src/java/org/mxchange/addressbook/beans/BaseAddressbookController.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/AddressbookAdminBusinessDataWebRequestBean.java
src/java/org/mxchange/addressbook/beans/business/basicdata/AddressbookBusinessDataWebRequestBean.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/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/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/AddressbookWebRequestHelperBean.java
src/java/org/mxchange/addressbook/beans/helper/AddressbookWebRequestHelperController.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/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/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/profile/AddressbookUserProfileWebRequestBean.java
src/java/org/mxchange/addressbook/beans/profile/AddressbookUserProfileWebRequestController.java
src/java/org/mxchange/addressbook/beans/profilemode/AddressbookProfileModeWebApplicationBean.java
src/java/org/mxchange/addressbook/beans/profilemode/AddressbookProfileModeWebApplicationController.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/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/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/AddressbookBusinessContactConverter.java
src/java/org/mxchange/addressbook/converter/business/company_employee/AddressbookCompanyEmployeeConverter.java
src/java/org/mxchange/addressbook/converter/business/headquarters/AddressbookCompanyHeadquartersConverter.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/mobile/AddressbookMobileNumberConverter.java
src/java/org/mxchange/addressbook/converter/mobileprovider/AddressbookMobileProviderConverter.java
src/java/org/mxchange/addressbook/converter/user/AddressbookUserConverter.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/emailaddress/AddressbookEmailAddressValidator.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/templates/guest/guest_footer.tpl
web/WEB-INF/templates/login/user/user_footer.tpl

index ad04dbfa08d8db5432d3d673cd974a463c65b459..452bb451a36d616acd28dc7c97eaeebe1810295e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2016, 2020 Free Software Foundation
+Copyright (C) 2016 - 2020 Free Software Foundation
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
index 89e148c68fc523dd1d9d8c768c144bb86bc6ae75..e58efc42c213d77d81f6e4f3a22d6e2a5ea3f5a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 80f439595ffa00b9828dd72fdf93060814a88cba..b192285fb89ea4f1f824b20fdff97a0af5c33127 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index d32120e25a9c738004bd7d5db80b20ce79536308..d8fce840a7c914bca5af57596636ad39934c06eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 1f9a87907d305bbe3184e66a1f1d6a351ed09496..eb90ef6fa16f3d7dfc69930a9167443666481174 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index f810b4766ac31401f458e39ced96c88830afb012..26b46ac364601bbe870b95699f16f11c842162c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 600023e4420149d258b02c2f27075ecb83162125..5577e30de4ea4eff739abd2a08583ab5850e9c95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index f83143a82dc85a17a3452cb756a41a448c4956f2..08139dbc7264d1eba7e0d2b5fc217b2b77b2ba7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 6f03b286344ccbe76b97f32cf4bf3be92747daa1..5f68bcdbe164931fe1ab8c4e2aef6ee767727bcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 5d2b0b53142496eadad7c45f1bbe40266986de83..4df1dcb86fc817791682de1bd72ff3b1b4e2e93a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 9a774d6e09b525eed4dead9436730d59840f16a4..13b53eeab852558841c3e8ab19c27dded1b18b2b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 9a34778b2cae9ca16574c0f96597421ebd03009e..e206978b3b35ac7cb9eec0cf835ee0863d32e2ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index d17efddda73617723d9c88d2289c88c95181befd..3151dfb98f0f0844e72ed6bc80f694655fc08606 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index d61a796f677c18c727b091c2b3278cdc616db2bb..cc3a89187e5bb73f6cb7372208d37c59a1b2eac8 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 15edb5ce9de22ebbff82a63e99b181e3fe50f9c4..82469102500ac6a57ef3b0285669ea27824aaabf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 891316c66088040a372bf4706a14dc7e26995cd9..6e3d46f2422e58e04c9a203d6f2c5f395f14f78b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 34f59cbdefe2a53cb1add8b46caa878134506268..5f0094e80a2e480fc02ebbfcd5b091b7360755d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 61d5780866230f8bb2181eff48a2d2d93ce6a813..521ff0c43d0e2173989b93e7f3c92139c40b4c11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 2c0e9750f9f28317f7ffd0fc2dcf8885d8a31734..c02d9563103830f24325f72832b36538753bde43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 604c75e83be5f1c3859d0638e38d76d33f711a76..61d33493f6c4602e84e437a4c80383ac91079d7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 5cc425119832c10b8705ecf18bc5a0533d640ca0..4c618b38e4949d0c26e5817c9377a68c7bd87c93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index b4c5fceb69d4a96e4292a8cb617d97c29f605256..ddc8016157415695d8a2412552d4d55d051eb9d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 54a528939a57c514a2031a5405bc862d402986a7..989516a4624c524947b040ccc186bce2a89b5075 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index d3a146bcf00dc6519ffa02f0bd089dd285deb996..65c17ffc9cfb6c582cd00d61c580e3e9f2c9d06f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index ed52a91c80c4076d09059075d364bebddb5acc9a..e340270418473b5c1d21f504457caf4563c193f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index b15acec931051bda40298abc29123d6ba878cc45..6a7d28d69ced38822fe460a5443fd1c1e4d804db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index c83676be6bbda53c845781ecc49f1607a5a26a7f..de47818dbea31a8d6fa89c2686abf9e2c4e1006d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 356f66a7a299a21c5ad915aa694413cc365675ad..c70056e0e7701cee0ec0af9c0ecca198cc9e9a45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 1f980682d85adbc991a0896af2df2cd3eaf42c22..cc27d0007fe75fb7589f0affc801c2382ae37f40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index bfb05fc9ad160413ebfe619ba6acf299925ba618..40ca37e352e17a3a809f884389e0b160ca695b71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 445767830080338d70b1c97b5423e6997bfa6c18..326df5872247e112938dd288ef23c5e8d712c222 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index e391d94022c9aab0cc1e26c5121d293ea4967e5a..f7e15c44fff8067f13dc3c21892953b329abe46d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index a3179cd5d6871496b16a9dab8b27bac7e67054c9..1ba82af18d7a9d8846525d82a6c7a467bbf423b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index f64360d8d74602d224337f33d9f225061429b92f..c8578029a01f900fef3c027778ad9daefe985aa0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 6819c6774e41b676b0c5e297ec41c137a3825d16..965368dd19c757fadcf679760ae7b72f71655cd4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index d4dfdc62ced638b1aa4f0d3a53ee8b14c5cbbdb7..f0d6db596a58a9c98a97d1c82f401ee9c508b674 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 0ff087d7ab383387bc5455b859e8b5b21cad9488..76275ffd501c86ff31cbd4f356d7c204bddadf3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 724a5904982b8c14f4ab10723da6dd8ae8937009..638f278862ac3093a53a8cd88c26bdc226397aac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index ee541e80998184b82ba1a7bf73b098f83a716516..60f09f5f26e595fe23c8ff735d480f54ad471718 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 7f3e8e28cd3ee05a6fd5b9ae064d9cb22f2b26ce..4e043edc1a7ab43de4210b7b1687ed70ac831131 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 798f348ccfd2ca204f023dc374a43f726cb3fa97..4a92e7ac8e9cac07b2d74fedc5cd6db2e4b7c918 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index e60bbd09d9fa33d7058ae137b2a8a288f42b12d6..3299c7cbda807f71d4f87f2aa8a3cdc946ecec52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 9eb4d86b21b2dfb137c433acae1d01c330319890..bd98910b28a531d8bca23c0bee7ec25d82cd41b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index e3f145ebce495735ce9fcb4daf75e9926636a92e..25d7c7856d4b3b98f3737eb5fb8fa327797bab8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 6d227eee219afe5f05aa5e8eff17ab0deaa9e4ae..66b296bdeec9f54e088ed35db4a4ed75e8b7081a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 3292628780369c33ebbab314d3d56a5005c5c26e..5dd7d65cffab4e92a6955826183ed3d4e38ca319 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index d8c476b694cf5d6fac52bcc5e5e5e64b67efdfbd..20538e1c869f9a69fb4a73f3d6d3d7d8aa3cfbb4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 215355e667ec915e45b8df89d483c2d99432e0aa..f337eec9450943e98908765c1488120b6f5e785a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 825787ab34457724e3d7b47b6e054fc287220f74..77cf4e3388b536a0c0a9202aadb6f8711008e7e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index b266612fed51ae3369c08361289113ff7ed00454..ab60c4978f336dadb3006f734aae0c00ef37d610 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index c5a01e96663715a4fa25743fa0ab4a0cf7d767c8..b1223b29da7a20b860368b58cf8ed6da889feb8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index d2e6d27967e04e33d6eff4c94ac4bc52048d00e5..758657ed868330eb3be9476690204dcff81d7e68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 3d1ec886e154592137915178100dbe46a880da7a..09aa56d7c5b4b4a1af7b2d0f15e0c23e4d661be2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index ce125f6090baeab20ecd0e6fdbe3d93eb80fa0f0..4e08dcd3223582d2b435d299745e39ae7e42da0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 4c5371bcff03d429f5ec9246c9c91c6fe9d695fa..f32017c8dcc4041066a4cab09396d096eb7819c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index a057b8d8b60ff555d0a580a724e4552417896518..c7128ed7e2d75fd647a75dd4b5db5d95572ea713 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 96f6728a617ad0bccf4459cceac8b055dca4db39..889fd1fa79d414b2f47a9d609862b5696f4bad3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index cd5ea6e3adbb4cff920cd2977dd9067c032d6e5d..e572dc846f4991eb394badd50f6832fbcbe15bc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index f51a2886300e4a8af5349ce15dcf40523dc87d74..997fa7c600658e0a876e6897c3a7954d4b5ee895 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index a6578cece1304196d5beda0e619ea5ae242f7636..198e58ae1fcd7d7d5a33b8f3c434ccbacac961ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index c3060d1f0c359943ca91c10be66e9f2e0c7e5527..2e2633e242f5f96703884fb374f67244129b37c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index c185f6900f04ae64dfb276bcf807fd599819e1ab..bd98d4e14d80192b5512e7863851525f0e643434 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 46e496901de72446ec8edb2b4cc176b13ff5b5df..ba199ff92eac2605ff39479a337ba3fc13d582eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 6a652034e9689b9aa0ed0ac507ff8f82c44428ba..e75f9c0ff82183846e8d0e07957caaf297f4e598 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 92ea992cc477850e75e6ad280de8c637aaef06af..e808c48df00d8cf79a8df3f6002fa5d8860d80f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index ef7e8141aa013a080b51404bed9792454371e6df..1ee5f9779e42668b1ee7e4a4fc96964d2f034041 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 0db324f68494879646b9db63d36e923214a8cab0..5a02226117cf73faad6c98eb9aa7b6169d60ff22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ef81e25331710e75bb877f163ec9c91a4e1fcab2..c6bf5c1c566563ae3f2847e3fc0f9f9ee58d1f16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2ab2a12303cf3115f57601d9292454736abb65c4..e9c296a252f5904c1031e3fce97fe9208ffbbaea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 9f988b5401eb02738d7f3ec75b38b45d347dbbc4..ca456b5c9a314ff68812096baf375178fa94efcf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8250787ca827bec297b59e173dee352a1495607e..2ad2fb17bad8377cbd9fe28a0493f7cf14f2fdd5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index d47e2950fb149e7f5279899a6c3e0cb1152bb5c5..919b51798b400991c6c52b50dce8e7ba9c7e284c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f41a3f1251451d47c029f611c7551ffa19d0bbb2..b5a6b69898e2df40f681f624e9849de57e2eb12c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 97637d568aa5ddd68dabb24043e8c80f500d6dc3..85a2442f2c933b84465d33d30dbaeafb56128b8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ff19c8ec410fadc48e72c02cf4fc2b98c32b79da..106ebfc9daa2f22ffe305b296ad028abe2ddb9d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
index 1fcc44f9deafe6f6f7d4757fbb02a50a004ef0f0..28e401eda9a00b25cfec7036a3f2fca5a1047252 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1670483ca550beb3b678fc8278906e37ada315c7..1f94a87dbc127dada6b8c0102fb895da36c80084 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2016, 2020 Free Software Foundation
+Copyright (C) 2016 - 2020 Free Software Foundation
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 5ce3626bf0567dcbde191e52a2bd433d909f8e80..789d4a56077aa5607fd6c75756e05ea2280f7879 100644 (file)
@@ -37,7 +37,7 @@
                        </ui:fragment>
 
                        <li class="footer-copyright">
-                               <h:outputText value="Copyright (c) 2016, 2020 Free Software Foundation" />
+                               <h:outputText value="Copyright (c) 2016 - 2020 Free Software Foundation" />
                        </li>
                </ul>
        </div>
index 557ce54bb859f5a8d2b337769f749e3a260d1943..4f739499d7293a566d2fcedbf2fc3ed006c4a139 100644 (file)
@@ -31,7 +31,7 @@
                        </ui:fragment>
 
                        <li class="footer-copyright">
-                               <h:outputText value="Copyright (c) 2016, 2020 Free Software Foundation" />
+                               <h:outputText value="Copyright (c) 2016 - 2020 Free Software Foundation" />
                        </li>
                </ul>
        </div>