]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 15:15:08 +0000 (16:15 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 15:15:08 +0000 (16:15 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
96 files changed:
src/java/log4j2.xml
src/java/org/mxchange/pizzaapplication/beans/BasePizzaBean.java
src/java/org/mxchange/pizzaapplication/beans/basket/PizzaBasketWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/basket/PizzaBasketWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/business/basicdata/PizzaAdminBusinessDataWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/business/basicdata/PizzaBusinessDataWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/category/PizzaAdminCategoryWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/category/PizzaAdminCategoryWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/category/PizzaCategoryWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/category/PizzaCategoryWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaAdminContactPhoneWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaAdminContactPhoneWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaCustomerWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaCustomerWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/features/PizzaFeatureWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/features/PizzaFeaturesWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/gender/PizzaGenderWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/gender/PizzaGenderWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestHelperBean.java
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestHelperController.java
src/java/org/mxchange/pizzaapplication/beans/localization/PizzaLocalizationSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/localization/PizzaLocalizationSessionController.java
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaMobileProviderWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaMobileProviderWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminPhoneWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminPhoneWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaPhoneWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaPhoneWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/product/PizzaAdminProductWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/product/PizzaAdminProductWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/product/PizzaProductWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/product/PizzaProductWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/profile/PizzaUserProfileWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/profile/PizzaUserProfileWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/profilemode/PizzaProfileModeWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/profilemode/PizzaProfileModeWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/receipt/PizzaReceiptWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/receipt/PizzaReceiptWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/activity/PizzaUserActivityWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/activity/PizzaUserActivityWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/confirmlink/PizzaConfirmationLinkWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/confirmlink/PizzaConfirmationLinkWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/email_address/PizzaEmailChangeWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/email_address/PizzaEmailChangeWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/login/PizzaUserLoginWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/login/PizzaUserLoginWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/user/password/PizzaUserPasswordWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/password/PizzaUserPasswordWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/register/PizzaUserRegisterWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/register/PizzaUserRegisterWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/resendlink/PizzaResendLinkWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/resendlink/PizzaResendLinkWebRequestController.java
src/java/org/mxchange/pizzaapplication/converter/business/basicdata/PizzaBasicCompanyDataConverter.java
src/java/org/mxchange/pizzaapplication/converter/business/company_employee/PizzaCompanyEmployeeConverter.java
src/java/org/mxchange/pizzaapplication/converter/business/headquarters/PizzaCompanyHeadquartersConverter.java
src/java/org/mxchange/pizzaapplication/converter/category/PizzaCategoryConverter.java
src/java/org/mxchange/pizzaapplication/converter/contact/PizzaContactConverter.java
src/java/org/mxchange/pizzaapplication/converter/country/PizzaCountryConverter.java
src/java/org/mxchange/pizzaapplication/converter/customer/PizzaCustomerConverter.java
src/java/org/mxchange/pizzaapplication/converter/mobile/PizzaMobileNumberConverter.java
src/java/org/mxchange/pizzaapplication/converter/mobileprovider/PizzaMobileProviderConverter.java
src/java/org/mxchange/pizzaapplication/converter/user/PizzaUserConverter.java
src/java/org/mxchange/pizzaapplication/servlet/receipt/PizzaPdfReceiptServlet.java
src/java/org/mxchange/pizzaapplication/validator/birthday/PizzaBirthdayValidator.java
src/java/org/mxchange/pizzaapplication/validator/emailaddress/PizzaEmailAddressValidator.java
src/java/org/mxchange/pizzaapplication/validator/names/PizzaNameValidator.java
src/java/org/mxchange/pizzaapplication/validator/number/item_amount/PizzaItemAmountValidator.java
src/java/org/mxchange/pizzaapplication/validator/password/PizzaUserPasswordValidator.java
src/java/org/mxchange/pizzaapplication/validator/phone/abroad/PizzaAbroadDialValidator.java
src/java/org/mxchange/pizzaapplication/validator/phone/number/PizzaPhoneNumberValidator.java
src/java/org/mxchange/pizzaapplication/validator/privacy_terms/PizzaPrivacyTermsCheckboxValidator.java
src/java/org/mxchange/pizzaapplication/validator/url/PizzaUrlValidator.java
src/java/org/mxchange/pizzaapplication/validator/user/PizzaUserIdValidator.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 da5941a8364f044f45a577f3e117c1f950cec6f3..91e1cc6d9d1dbbacf146b8a49b27b902322faef2 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 026c8ff267091ba94cbaaf3f2d03981ce7fff651..6d133ffcd8a5e73fbb7e70c0c9d5af5bda1c4cb5 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 6c8a8a0b459e8a1790232b83d6dd09d17d88f6be..0ec7475e21219d2a565b890132c6eba998ea8da9 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 4060fd7406010e845c8fd7f269f7c22f738a6cec..90436ea51b12ef0819c7ab7e9763ef8ab87b8372 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 3f0d4abfeaeeb7552f0d4bb6c412c3a43dc93bd3..6b7092be0664a26aba51c06ec692541c165f6227 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 7bd8144117d73b2f725ef2e00b47c16ba03f457a..6a9d422213392de67109d71f8c8885650c28b67e 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 78772d76a1c47815fb73c18aa9f3a4818c9f6622..e77fee45f6577c9227766994bfe5a8a0c93a3bba 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 8445fa7ebee41297a41a491f06c51ba3cdf3790c..c475ce6592d4484732e414eceb9d690fc7a8051b 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 f03e158f83bfe6f1e232e086fbca0ee5978e138c..3a7fc956459e4f2547160fc34c1c22b965038a03 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 1fb53cff6a757ac3595a6ad3e841c690c0a883ba..2759a40af2a5b2a78399604e97296c137e264aa3 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 105485658a884b1aeb4d3856b2b47749ebad1b60..6880111a8d7df6b0e1d1aac216fdf7ae669a3029 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 9f17c6302f6ddfec9c87707c2ba7f384ad71d878..8789cc7753071fb691722ce743ff3171c9ab772c 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 26b1e572d250def08d587cad6f836960cb3a7c7e..bffae9458f4a1bd4ea91859ec7423eab85ba74b5 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 83c6f61951c60c9c7a6efd826353120253462a9a..d25fc8b1f56690502ea01c47b28a9ac29af39354 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 25dc51acef714756e52cf0eb5f7530eccb201e0a..67af1bd1db4b1ebd561885fc88cecd093cb1debf 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 54194f9fed54e51449a71e954f7419a6f684e9c7..ece8e280da9b9b608bf4ade12864fedad8a234cb 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 216ea776e67851a8221eb4ca1426312ed0cd0ed4..7de979f4c69ac0211f3b8cdd68abfc12ff09898b 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 e2be1d884d4122a6c40d6fca5296738006766f42..b98d64fa85b8fab45573ad7f3cc640f799d87545 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 4adb5acf0846c726f49493f62e1b8b10ed5406ee..7b9cea2d38eb29ddcd138046b30c05b4008f28ec 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 d526fb74eeb68d41cae4e0ce711964a471d820dc..b416c7035b1ab5949c094964328ee83a065da926 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 33b92501924e8d974c3cf31feb61761458542d00..cb842ae043694e874a00e54066d76fb3036ed698 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 1be23c1f8ff92f382a46e3303718792aeeb6ccfa..0aaa961f19125efa99c0859d776a9b1372167722 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 7df473d1aeb2640375a08e531d287f66cddfa9f2..7dd13c6168fefd79bf62cf3897892f0b9632ed9c 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 2cc361253fd7bdf4d359a066a0acd40abe17ec95..9ddde72afe98d9e4745d902437d2c2adb139d2bf 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 06e014efaebed94ccdd5182655337bfd291356db..9c7dfbe5a93d399efcb22fc8a819c4f59c3dd22b 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 aad3087faaf0feef9864c2c26f4501f105bb7dba..a1c47c761e8b80ef277f7cbb8db921996a9eb64a 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 f53a6b749543e4bf0b80619367cc822fa5952b30..4e186a2ac46253f4c06218865d092d41a2154876 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 67a90692c32918a52e9a839e727a4878034cafc0..2f24260252d195942d3578f52cb1daed6bbc04e8 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 f9695abc38aeaa353dc4c66a6876cf2a7cecd8c9..7e35d3e7811e7c9b1e36f580a88093fb1cf48c2e 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 da4b36300ea1f672364098b473b9738766fb0b0d..adef8135544ba6c209664507de522535fe6ad64b 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 d331a419c62a1205d83fdf7bd3e7056132c44e4e..44c77634ad31f29dbba41c2ebed0b79b11d7bec2 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 9dae9e92e7336c9e5d5dba15e82acdbaed0388bb..0bfabd9d445482c02b4f0b31a6b5ddc41977d0a2 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 2b3fd59d5ed9d3c42ddbe6d52712cc3d652d3dad..f0d5c2e82d52bfde3af05a7aeb2a8c8ef0b11f63 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 5f63a963de360a47f9af2050bf57581bb3ef0c85..dc860dc01e242e36908e84b53e6cb2780bc86ebc 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 7cadf7558436c6d468707cf2f673094eb212e4ad..907fe6ca7b2deffd63566b0b1dc320af94b7072a 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 4a8ec16f48d0c6cd9fd3a22310a75a8a879cca55..a3cc6835f7a18d65d74d8c6fd9e7450065cd575d 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 03e7de59faccaff206b34ad9b6655a30370fd50c..64d3f1f93a5578fa15169daa533a35589fab1566 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 4ba0b614e076e7707a2a1bbb0e24337604bc5779..0a572b81882bf6bac51f6067d629c9b817a69331 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 adab47338c5b4db40e8feb5d5a9d961fd21d6cd0..6da180664cfe07e8f7272d8cda23496b3fa58cb8 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 c87850f068c5e8f42f42b84fb39e05b432409cb6..d63c36761cba502948a649803b03b2c5c04ea62b 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 65c1b4b7d654303588b3ce1de7341116996d94cd..f5ac13d3f781a00797ccd47de7246bfd34986051 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 00f06a282332152345d5d4e99d57eaddd4231170..815c1d55f4b10b78dae7cac7ecc22e5804202a49 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 d6fc35735909d69fc5bed34c1185969f38e962f3..85d1c18d40a0fe722b416f574e43c6de0bfeb6a1 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 e38eb4172709d0f90a964c74f8f362038aa7f1bd..ec644fd7ac73201561cb15ef00ea64e375c0ae62 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 1eb1270919205c3840a154b165af150b0ced868a..139cb7ae7f26f7de6d63ee63ef9380cc8704f703 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 d08f9acc67ae5dfbd7221dd998dd489c2889a9c7..7d6e9bf79095f250adc6afdbcb9be2d265f83b8e 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 9cfb43ef6c07d7a44db68b3feaef08bc66a66856..23118762ad1f8e00085211b71c1bd2593b98cd8f 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 737c80e488becea53165656f883d1308f720b455..fcfa6508b100cf2f3461a31d70b03b149aa6486c 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 1ff402eb0bd37d6d51eafbeb1be7efff2e185bc7..d0c466750af5c960c6008f990d29539cb8d464a4 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 da68982352c8f7cde8603df3a5b4e73068109956..d8b7c12ed03f714261a33aeb2d7a6195dea6c38c 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 0fe0d59c55e95152f48cf5c4db4c08625c0a7ca3..7cefec8fbde6a19b0be6371f0dc99b150f660e8c 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 0e5bf976fbbb2a638536ae102503f617e5d8e196..02ed49c37a03997c1dd89e01005b4691f9e680f1 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 f285a0652eb63495beb9c7d0f114cb0888a2ab11..cf4979bbfe0f0c004b394144dab385e885187c2e 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 5ace61b47ced4f8ca174d8288c805cd0d9ccb979..135fad3221cf9a433199daee229d2d89b93de060 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 81a37152a1b2bc4f7f56ca1c70adb343382d0ad2..bec0ea02706784d928bb1f1180bdda782672c1c7 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 cbde14a2ec7f1b2a1646f21f981d9cf3463b14ac..d377a50aafc9ced85f6451319eac9f059fb68b0a 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 fa0e986cb404791915e388ccbfec9f3cc2fb909a..000ecc1b744eb104d23c7a76cab8d44709060702 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 e32a6f624ae09e0d52566efdfd8ccdde0f4d07e1..c7032e96917eda9e9b8da063d3fa98a08cba090c 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 a6f0f3792c17c6a869e87fc4496d083183c9b19d..3d8ba433453c1e1aea895ce332ebe1e05361b9de 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 3bc9d21fa9891847091c9a7af361e900d41adc11..3b1fefdde3e873f0668bad242da9e2d1ef21de16 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 8048f07371e65e2dd9cab0981eff2b5afb47cdf1..3ef18f3ddca19395cb1acef0abfb08b218bee728 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 7e7a4ec6aaf91a80a4671c815a6e20c8de428ee4..c8ea801ec44584d5f4b4b0ce14f57f804cb72c26 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 aba2170a4e4c60c226f228889afa7aaef810cce4..a9b9da49d95f979a45671e37a5d3221ff5c8a1aa 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 77d8efef2bc468db6ce621f1eb757244e1948f3e..588f66e70a77edd8a40c14ceda19bbd062a148c9 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 90e46328665810dfe9fc755e6a9ea00446722b0a..10763d4995531b34d50acf5a818a750444417741 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 806d4150ccc95289e7d231688c613bac195ec568..86a8ecbea3549ac8adb2aedb59633cce3f6a465b 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 9889de0f9742deb3509b3d4565546539e17fd06a..ea19fd3f49581c64345405cc50db46a2de10091b 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 3f8f8171c5cbb6d250af841e1419ed80ba70b227..f89c5ae9dd4c83bc03d2c6cdca226b41351ada33 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 98be8de60b7f9f90ca0f87ab25de3d44955db71e..86202f9b61a76dae296689505069b71c45c46928 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 c4bc2076c743bf59bd012af50f4ec54e74c6f4df..52a629d4f1f726a2cd160cacaa9399085c613d0a 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 08ff2de7b9753f013e63b7da144cdc044efb9ff2..b8cc6b09e0dac86615a686f30f95fdd0e439897b 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 813bc3a8e697e027d39d2ff6beb12f7ebaf1a376..815a25f4e90c1dd432aa17152e5a17da93c93d01 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 c24a493edcda1f2681f558633cc38041fff4a403..be2990ecdfd058cfe793a577610c10ad63679a61 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 0d73c0dcbfe1e6722e233866ae71f2ffe06b949b..9577b17bc052456417b543f7177bd82a18ad7473 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 541e1c4ed3022447e5c86b00d32a39c33161c6d4..75b4296c87cca5ef79302f7ac9249658f0318898 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 1d1c139a767ee402d7ab0a9ea05f5fe979d58625..be253b931af49939ffc3de2489bb1ec2f5dad0de 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 1bd2027fec3b22a0d4b089b9bce277ed3561e01a..3bb303b59a1c49b6bc867caf6f06003238eda9f3 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 9f18d0b67c22fcb599c6e223508ef29014ac9508..a3b49331db51756799df214faaec64625598fd36 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 676f4944b3054498655f3a65750158c810ab9d73..2bd6e07e3c30092de67f40bf43d5d64805bafda5 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 86e2140c402ffd60c6faf600f252263bad54edf7..4537fdd75215f3da58f3963fc91cd2824f1b69dc 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 d285e52becea3f2d7b936122a7ff8433463bbe8a..63165ed0798ebf5c94a670f74dee22231f9b0ccb 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 a153f16b3ecd49a7a8f6942eddbd5ba3f6dccb84..83c2ed26d2cb8294c7d897f3643e3802dbf5cb9b 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 e7f9a882dc149e4d4652657ebc301b71775351b8..16c6134e5a07cfa1066086931ba32d943d315512 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 f8e16dcdc4f687a8c7dd60ade4b8fdf403d2b87f..f5f25f1bc11c8f901cee2ce82a47df3d3bacb168 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 5eb46bba49b3257b3a7c97915ca9d6fe48bd8ad7..e155253102e023e7f533f65d9eb996953aa5bc81 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 1a8caf0879e55ee58b3ee38b5e1ca068800b290e..77baea9ee47e56b3f1d53d57f5c4fe49fff8cc15 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 28cbecbc8dc93e8a4eeb0251396f8e46b621e5a0..ad56082aca4bf82bf4f8f5c88262757b229ad70c 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 51cc8fb7af7bf83331024b2fd6379c8e579888d5..a435cd7e268f6e6cbeab436d270f885ac60f809a 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 9e2475c44082177946e5e9b1fb86d9a12957b50d..619418b74505e2ce559a779953274c7e77405d6b 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 1932a59d1ba661f174430ad73c1ef322707abe96..ff64dd078f99cbcb1b5e900ad6377cf3c199acd0 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 a2d083375182498221d87bebe3cf9cb7f2b6440d..567e068fc3afa7caaec6b60daa74b24f98310761 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 2316ea77c68ac5cc3cfff5e64927abe9ef1991f4..6ca10cd0e6b8032ccd1280fb1c0d824aa38712d5 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>