]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 15:14:09 +0000 (16:14 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 15:14:09 +0000 (16:14 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
56 files changed:
src/java/org/mxchange/jfinancials/beans/business/basicdata/FinancialsAdminBasicDataWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/basicdata/FinancialsBasicDataWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/basicdata/list/FinancialsBasicDataListWebViewBean.java
src/java/org/mxchange/jfinancials/beans/business/branchoffice/FinancialsAdminBranchOfficeWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/branchoffice/FinancialsAdminBranchOfficeWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/branchoffice/FinancialsBranchOfficeWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/branchoffice/FinancialsBranchOfficeWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/branchoffice/list/FinancialsBranchOfficeListWebViewBean.java
src/java/org/mxchange/jfinancials/beans/business/branchoffice/list/FinancialsBranchOfficeListWebViewController.java
src/java/org/mxchange/jfinancials/beans/business/department/FinancialsAdminDepartmentWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/department/FinancialsAdminDepartmentWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/department/FinancialsDepartmentWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/department/FinancialsDepartmentWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/employee/FinancialsAdminEmployeeWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/employee/FinancialsAdminEmployeeWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/employee/FinancialsEmployeeWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/employee/FinancialsEmployeeWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/headquarter/FinancialsAdminHeadquarterWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/headquarter/FinancialsAdminHeadquarterWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/headquarter/FinancialsHeadquarterWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/headquarter/FinancialsHeadquarterWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/opening_time/FinancialsAdminOpeningTimeWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/opening_time/FinancialsAdminOpeningTimeWebRequestController.java
src/java/org/mxchange/jfinancials/beans/business/opening_time/FinancialsOpeningTimeWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/business/opening_time/FinancialsOpeningTimeWebRequestController.java
src/java/org/mxchange/jfinancials/beans/data/FinancialsDataWebApplicationBean.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt/FinancialAdminReceiptWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt/FinancialAdminReceiptWebRequestController.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt/list/FinancialsReceiptListWebViewBean.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt/user/FinancialsReceiptUserWebSessionBean.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt_item/FinancialAdminReceiptItemWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt_item/FinancialAdminReceiptItemWebRequestController.java
src/java/org/mxchange/jfinancials/beans/generic_product/list/FinancialsProductListWebViewBean.java
src/java/org/mxchange/jfinancials/beans/product_category/list/FinancialsCategoryListWebViewBean.java
src/java/org/mxchange/jfinancials/converter/age_group/FinancialAgeGroupConverter.java
src/java/org/mxchange/jfinancials/converter/dayofweek/FinancialsDayOfTheWeekConverter.java
src/java/org/mxchange/jfinancials/converter/fax/FinancialsFaxNumberConverter.java
src/java/org/mxchange/jfinancials/converter/landline/FinancialsLandLineNumberConverter.java
src/java/org/mxchange/jfinancials/converter/payment_type/FinancialsPaymentTypeConverter.java
src/java/org/mxchange/jfinancials/converter/personal_title/FinancialsPersonalTitleConverter.java
src/java/org/mxchange/jfinancials/converter/profile_mode/FinancialsProfileModeConverter.java
src/java/org/mxchange/jfinancials/converter/user_account_status/FinancialsUserAccountStatusConverter.java
src/java/org/mxchange/jfinancials/listener/FinancialsWebApplicationListener.java
src/java/org/mxchange/jfinancials/validator/business/basicdata/FinancialsBasicDataCompanyNameValidator.java
src/java/org/mxchange/jfinancials/validator/business/basicdata/FinancialsBasicDataCompanyShortNameValidator.java
src/java/org/mxchange/jfinancials/validator/business/headquarter/FinancialsHeadquarterCompanyNameValidator.java
src/java/org/mxchange/jfinancials/validator/generic_product/FinancialsGenericProductValidator.java
src/java/org/mxchange/jfinancials/validator/product_category/FinancialsProductCategoryValidator.java
web/WEB-INF/links.jsf.taglib.xml
web/WEB-INF/product-links.jsf.taglib.xml
web/WEB-INF/product.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 1fc121a48f1675c94a0c56b99e335b35ccf6ed4d..121d24248dd15e1ae62cb9a1c5c43f9f2dfda54d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 1f3246fcbaee08ef5b5156de34c9af7f17068368..45432a364ac74e42533f44a71c6382ccadaa5ed8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 370f0c5beac477c29b4db7ab941a4e60c9e25f7a..3205d0981942a9da6316c7f2a8cfcfce37dbaee1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 c43cda4f18421bad8cf4972424cb47bdbc3a8b7c..181a1a26dc8748037d8dc934cbfc75db1251d824 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 8226574f4f173e8926918353b788cb3e0afdafe1..c404a90a7b5b6abff569bf036656da28493a1950 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 06aefb03a595adfe390efef30893f81d6bdfc752..83f87c1b9330dce4ab04422f5ecdb2567210e246 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 31653642a6f80b85116ed89f73ce862335b4a299..9ceb07415f8c69b95d3cd8f98b1cbcae33ac2caa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 678996f32e6b72c645be7b1a55fee90ccc2990fc..138c0b1fe2f11bfcd797e157b86c342505808814 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 f60be7e3df92d789702745974d0665a095f49ce0..d9e0b91bb2b988b8af558b4903ab901156a5d382 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 7f0311ce564b263e98e62b21e125f2a679fc8aab..27b15938ff0445126bbbbdce590275e709fae207 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 8713bd5db01a98fb320af8b2eab63cfab61c6325..f5d08221227ecdb34a189561f6920dfee4ec3268 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 4352c55bcc00bedf9024d9707a14f82a004a6dfe..426323f881502b942bdba53566f84d071e1f0799 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 3e360d2ca153096fe26965b51ee8a5f759270fac..5a8374d097434cc570e2ca6ef2ba3506dd926411 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 0a85e6b18873ebd4701bf2d5af91ff18962fc9fb..c296992c14582063014a4a934c60b50cf4720f77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 f17239ac2f8c02cb4c9df87496193c81845f91bc..a29b95a72304477bda5208673491b3a76b09588f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 a1e0ba044012a55a654f42465758992a7d054aa2..4053fec442e39ca01d70df801bb511441cc9c0ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 80d8fb2d0255b6e9638af4b4eee9cf4af105e428..e85589067abcedbaeb116d7e00f99afddbc663da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 ad4daf9e12bf9d2b83ffa0af1d07a1084143b9d7..dd287dc2944ba9043cdb5105c196e597df076c0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 138a48cc421e466d30047d414d87926ea7c57ea1..82772157531178f9d9c5ca966e4a4c14523775cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 b68fd23aec688238cb0426e1c5d00be9c61518b1..0e6cd13c71f16e47a4dfa6c0ce4cdf4bdcf0a907 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 42f65d9011654d4e1942946aa20cd5e3f73f2bf4..c844692cc7c2919ca027f1a5da691b4f8763e6e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 6d5fd0432d84a677b2df15078f7c9d21dd15e1f4..bcfcbabf8aadcd737f6944ce2cceae2150483fb6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 cd15c5b4450e93cdd4d009f22bfb87895bbc162c..9a95747e95775e7e8d592c70fd82eadfecc34eb4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 87a7f6a23b181d69fdacf8eed547e74ba29b791a..b0972b13beda63a664e08963b3efbcfddcf54c31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 e6a9fc79dad8cd16a3095cf48687c3dc88ba4f45..a2eb53cf5bacfa026b49fae2f5bb22d4c9301865 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 742ab2782dadd476153b2ba84a263d3725b4e1ed..65803e2d880b2d2559a3b653a3fa3d52817b08ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 179318e0738e4b2548fc9f54485a2e32a1bbb151..b9e1cac3fdc28f907984ffdec3e91380601a046b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 2885c8a9ac3d1d242ef262985f5053315c35b058..09a8986e03c393d3a8bda2b0fa933b5320fc9c20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 f9df22dc59cb87ad8f2f49e4e38f44e27a74b930..02373c0b0219775c6dca8210b78cc2a029824ec1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 7415c72e6e7c2bd68519bf68aa8bf42e6a39d476..8062eaf2051f61e7abdf3942b58f22dc90b12016 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 1db875493cfa01a6a77e00df795edc1833a4c6b0..afaff5aa8d2384db430012063dc282d080a4620d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 c0a09077c256c0c9378476fb6622dbe74a904341..1dddbae7ec2853d5aeb44e60cf53cd32f3f7326f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 e317ec60df17568848c024e4ab5d9d0c8b35b283..b91882de6b9fe39b28241bfe4d94f3889442a70c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 a24d0b8c03270bb02844a67d74871a0e7d8bca42..da8d7bcf117dad4badc539056e71e37826abf387 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 3e12bf38757d7a1bd8713e1255f567447cbaa9c2..8209dff5f2f805f752794095fe992c622677df3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 c0cb7a2b46c5e164e1aeee61503ab01fd816c94c..c2a37c179b2f4c22dd6c9b44c911c239679f86ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 efcdf020ea8f7a626bfc4b7dbbd9627d4effc512..734ca859bb7d138f3a31626ba8b453616a54f799 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 5b6802bc4c4d3492cc339cdccf59e99938ec727e..84c4cf07ef5d7bf4e6390230e91cbfecc0dbd516 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 f40ee99570534ed4e0190831ff8fa72a195bd03d..a38ddffe3655ae2bb6b9ef3587704fab2b9d60c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 068ba7bbc32006b41e49cec8395ecfb42e19a114..379e649903d09dd7544921cfe00abb9c082d8a2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 1d9225abb8e1458656e86198db57ce0ac7d53d4e..8ef7fdd17b3dfca20a46a78c0f7f0148373e5066 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 cef0a20412e9ec21241b758d602e8af666275e74..1dfdc86eabb9bd1fed87e8ab28c34bcd1dc773de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 b1bd0b1c608a253214732bf03245c90015f689a4..810d582f33fc7eda1275ea28e825f76205ed1ebc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 261b3d7ae11d5700ca567bfdd2c557a896bfcb9b..8705b0a30d32f85d07bbcd118310956ffd099d06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 a2a87c6232ed9bdd78505e396d6bd3ec64fd5656..f22e03ded5979d19d056a48911dd9d405d72afcf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 527b9173c618ba10a594887aa5ee5a511fcbc5aa..0e71efa35760412d0194043f8a51c99043d71335 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 32969e45aa7debdb920a1aa502eb33184303eaf9..98c9c46a2b24a392dd4dca71f85b7af619487daf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 00058d64f6b82d6cc0b78547d18501cf45299ed6..e56ac16486df979be458da120e298a54e1630671 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 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 ced3cafdcaa0c13eca963fd37d9bd0a7c1f3becc..e7811b96134720fac1268b49c907c24a93491599 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017, 2020 Free Software Foundation
+Copyright (C) 2017 - 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 b377c35b6c418c0e8e51f9230c0cca227a3e0a4b..711698d9914702a3ef2585d65352591fface848e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017, 2020 Free Software Foundation
+Copyright (C) 2017 - 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 35832e90e64c01a804d6631099645b51b00a5659..420bc19a9646697bbe5df1ca4d3ec26e82d34ae8 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017, 2020 Free Software Foundation
+Copyright (C) 2017 - 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 cb005d1f54bc9f589b06ced6a867ae0c9c054d61..80c99e24c2d084cbab3a7d1a3b180be975e33e3b 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017, 2020 Free Software Foundation
+Copyright (C) 2017 - 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 8cff0dcfa5e13d8089e31405e28ba02f75307b91..17b2247a8d4529be9a18e719a46c2ffd080bc545 100644 (file)
@@ -58,7 +58,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 078a8c8639029060085a124539a9f0d705b13e85..f7c278def1a88ba99cc5f03fc89202659ef7481c 100644 (file)
@@ -48,7 +48,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 d305eea718e88dd8691f0137f9ad1693a23e1850..b50b5526ff7d1157360e4e3f29e8183cc95f26bd 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017, 2020 Free Software Foundation
+Copyright (C) 2017 - 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 c4aa9ec68e7b5f4f35bc95f244d5cc1a6452660e..5098806199d201dc0cccb7514096abf49e0be697 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017, 2020 Free Software Foundation
+Copyright (C) 2017 - 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