From ea5dd0850cbd87a842e8f50e8e48a5dc5590bd87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 15 Jan 2020 16:13:41 +0100 Subject: [PATCH] Updated copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java | 2 +- .../beans/addressbook/JobsAddressbookWebSessionController.java | 2 +- .../basicdata/JobsAdminBasicDataWebRequestController.java | 2 +- .../business/basicdata/JobsBasicDataWebRequestController.java | 2 +- .../business/basicdata/list/JobsBasicDataListWebViewBean.java | 2 +- .../branchoffice/JobsAdminBranchOfficeWebRequestBean.java | 2 +- .../branchoffice/JobsAdminBranchOfficeWebRequestController.java | 2 +- .../business/branchoffice/JobsBranchOfficeWebRequestBean.java | 2 +- .../branchoffice/JobsBranchOfficeWebRequestController.java | 2 +- .../branchoffice/list/JobsBranchOfficeListWebViewBean.java | 2 +- .../list/JobsBranchOfficeListWebViewController.java | 2 +- .../business/department/JobsAdminDepartmentWebRequestBean.java | 2 +- .../department/JobsAdminDepartmentWebRequestController.java | 2 +- .../beans/business/department/JobsDepartmentWebRequestBean.java | 2 +- .../business/department/JobsDepartmentWebRequestController.java | 2 +- .../business/employee/JobsAdminEmployeeWebRequestBean.java | 2 +- .../employee/JobsAdminEmployeeWebRequestController.java | 2 +- .../beans/business/employee/JobsEmployeeWebRequestBean.java | 2 +- .../business/employee/JobsEmployeeWebRequestController.java | 2 +- .../headquarter/JobsAdminHeadquarterWebRequestBean.java | 2 +- .../headquarter/JobsAdminHeadquarterWebRequestController.java | 2 +- .../business/headquarter/JobsHeadquarterWebRequestBean.java | 2 +- .../headquarter/JobsHeadquarterWebRequestController.java | 2 +- .../opening_time/JobsAdminOpeningTimeWebRequestBean.java | 2 +- .../opening_time/JobsAdminOpeningTimeWebRequestController.java | 2 +- .../business/opening_time/JobsOpeningTimeWebRequestBean.java | 2 +- .../opening_time/JobsOpeningTimeWebRequestController.java | 2 +- .../mxchange/jjobs/beans/data/JobsDataWebApplicationBean.java | 2 +- .../business/company_employee/JobsEmployeeConverter.java | 2 +- .../business/headquarters/JobsHeadquarterConverter.java | 2 +- .../jjobs/converter/dayofweek/JobsDayOfTheWeekConverter.java | 2 +- .../mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java | 2 +- .../jjobs/converter/landline/JobsLandLineNumberConverter.java | 2 +- .../converter/personal_title/JobsPersonalTitleConverter.java | 2 +- .../jjobs/converter/profile_mode/JobsProfileModeConverter.java | 2 +- .../user_account_status/JobsUserAccountStatusConverter.java | 2 +- .../org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java | 2 +- .../org/mxchange/jjobs/listener/JobsWebApplicationListener.java | 2 +- .../jjobs/validator/addressbook/JobsAddressbookIdValidator.java | 2 +- .../business/basicdata/JobsBasicDataCompanyNameValidator.java | 2 +- .../basicdata/JobsBasicDataCompanyShortNameValidator.java | 2 +- .../headquarter/JobsHeadquarterCompanyNameValidator.java | 2 +- web/WEB-INF/links.jsf.taglib.xml | 2 +- web/WEB-INF/templates/guest/guest_footer.tpl | 2 +- web/WEB-INF/templates/login/user/user_footer.tpl | 2 +- web/WEB-INF/validators.jsf.taglib.xml | 2 +- web/WEB-INF/widgets.jsf.taglib.xml | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java index 8f7860ff..767b5f8b 100644 --- a/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionController.java b/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionController.java index 21e8f3df..ff7db6a0 100644 --- a/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/basicdata/JobsAdminBasicDataWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/basicdata/JobsAdminBasicDataWebRequestController.java index ad4519f1..74c075ac 100644 --- a/src/java/org/mxchange/jjobs/beans/business/basicdata/JobsAdminBasicDataWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/basicdata/JobsAdminBasicDataWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/basicdata/JobsBasicDataWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/basicdata/JobsBasicDataWebRequestController.java index afb47cfc..b2c59d5c 100644 --- a/src/java/org/mxchange/jjobs/beans/business/basicdata/JobsBasicDataWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/basicdata/JobsBasicDataWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/basicdata/list/JobsBasicDataListWebViewBean.java b/src/java/org/mxchange/jjobs/beans/business/basicdata/list/JobsBasicDataListWebViewBean.java index c05214f2..e66ff956 100644 --- a/src/java/org/mxchange/jjobs/beans/business/basicdata/list/JobsBasicDataListWebViewBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/basicdata/list/JobsBasicDataListWebViewBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsAdminBranchOfficeWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsAdminBranchOfficeWebRequestBean.java index cc42ef34..8a2c912e 100644 --- a/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsAdminBranchOfficeWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsAdminBranchOfficeWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsAdminBranchOfficeWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsAdminBranchOfficeWebRequestController.java index 885058c6..bf2be0d5 100644 --- a/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsAdminBranchOfficeWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsAdminBranchOfficeWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsBranchOfficeWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsBranchOfficeWebRequestBean.java index 8d87d5c2..c7410283 100644 --- a/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsBranchOfficeWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsBranchOfficeWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsBranchOfficeWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsBranchOfficeWebRequestController.java index 1740b4ab..8b33e8f7 100644 --- a/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsBranchOfficeWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/branchoffice/JobsBranchOfficeWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/branchoffice/list/JobsBranchOfficeListWebViewBean.java b/src/java/org/mxchange/jjobs/beans/business/branchoffice/list/JobsBranchOfficeListWebViewBean.java index 5990e2f9..088ff39a 100644 --- a/src/java/org/mxchange/jjobs/beans/business/branchoffice/list/JobsBranchOfficeListWebViewBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/branchoffice/list/JobsBranchOfficeListWebViewBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/branchoffice/list/JobsBranchOfficeListWebViewController.java b/src/java/org/mxchange/jjobs/beans/business/branchoffice/list/JobsBranchOfficeListWebViewController.java index 147c4b4d..f9770038 100644 --- a/src/java/org/mxchange/jjobs/beans/business/branchoffice/list/JobsBranchOfficeListWebViewController.java +++ b/src/java/org/mxchange/jjobs/beans/business/branchoffice/list/JobsBranchOfficeListWebViewController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/department/JobsAdminDepartmentWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/department/JobsAdminDepartmentWebRequestBean.java index 58af11a9..79699953 100644 --- a/src/java/org/mxchange/jjobs/beans/business/department/JobsAdminDepartmentWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/department/JobsAdminDepartmentWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/department/JobsAdminDepartmentWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/department/JobsAdminDepartmentWebRequestController.java index ac35a7f2..e45c84f5 100644 --- a/src/java/org/mxchange/jjobs/beans/business/department/JobsAdminDepartmentWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/department/JobsAdminDepartmentWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/department/JobsDepartmentWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/department/JobsDepartmentWebRequestBean.java index 62dc9693..95b968e4 100644 --- a/src/java/org/mxchange/jjobs/beans/business/department/JobsDepartmentWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/department/JobsDepartmentWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/department/JobsDepartmentWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/department/JobsDepartmentWebRequestController.java index c854176b..72d19d22 100644 --- a/src/java/org/mxchange/jjobs/beans/business/department/JobsDepartmentWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/department/JobsDepartmentWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/employee/JobsAdminEmployeeWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/employee/JobsAdminEmployeeWebRequestBean.java index 5de9272a..c2859de2 100644 --- a/src/java/org/mxchange/jjobs/beans/business/employee/JobsAdminEmployeeWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/employee/JobsAdminEmployeeWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/employee/JobsAdminEmployeeWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/employee/JobsAdminEmployeeWebRequestController.java index e68829d9..3dac3005 100644 --- a/src/java/org/mxchange/jjobs/beans/business/employee/JobsAdminEmployeeWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/employee/JobsAdminEmployeeWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/employee/JobsEmployeeWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/employee/JobsEmployeeWebRequestBean.java index 923a074d..e0814087 100644 --- a/src/java/org/mxchange/jjobs/beans/business/employee/JobsEmployeeWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/employee/JobsEmployeeWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/employee/JobsEmployeeWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/employee/JobsEmployeeWebRequestController.java index ab45d799..297475e8 100644 --- a/src/java/org/mxchange/jjobs/beans/business/employee/JobsEmployeeWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/employee/JobsEmployeeWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsAdminHeadquarterWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsAdminHeadquarterWebRequestBean.java index 177f7c77..813d2cf5 100644 --- a/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsAdminHeadquarterWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsAdminHeadquarterWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsAdminHeadquarterWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsAdminHeadquarterWebRequestController.java index fa066061..70ab4c87 100644 --- a/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsAdminHeadquarterWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsAdminHeadquarterWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsHeadquarterWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsHeadquarterWebRequestBean.java index 2752c512..291f088b 100644 --- a/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsHeadquarterWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsHeadquarterWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsHeadquarterWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsHeadquarterWebRequestController.java index 67cc5d4d..6446d924 100644 --- a/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsHeadquarterWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/headquarter/JobsHeadquarterWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsAdminOpeningTimeWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsAdminOpeningTimeWebRequestBean.java index aea0d0c9..2cda591c 100644 --- a/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsAdminOpeningTimeWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsAdminOpeningTimeWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsAdminOpeningTimeWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsAdminOpeningTimeWebRequestController.java index 9ed11e09..5a481739 100644 --- a/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsAdminOpeningTimeWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsAdminOpeningTimeWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsOpeningTimeWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsOpeningTimeWebRequestBean.java index d60411f9..18b18fc0 100644 --- a/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsOpeningTimeWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsOpeningTimeWebRequestBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsOpeningTimeWebRequestController.java b/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsOpeningTimeWebRequestController.java index c746d173..5630164d 100644 --- a/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsOpeningTimeWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/business/opening_time/JobsOpeningTimeWebRequestController.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/beans/data/JobsDataWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/data/JobsDataWebApplicationBean.java index d4c45842..e7a59b27 100644 --- a/src/java/org/mxchange/jjobs/beans/data/JobsDataWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/data/JobsDataWebApplicationBean.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/converter/business/company_employee/JobsEmployeeConverter.java b/src/java/org/mxchange/jjobs/converter/business/company_employee/JobsEmployeeConverter.java index 38cf5660..4480d6f8 100644 --- a/src/java/org/mxchange/jjobs/converter/business/company_employee/JobsEmployeeConverter.java +++ b/src/java/org/mxchange/jjobs/converter/business/company_employee/JobsEmployeeConverter.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/converter/business/headquarters/JobsHeadquarterConverter.java b/src/java/org/mxchange/jjobs/converter/business/headquarters/JobsHeadquarterConverter.java index 978f68f0..9044fe99 100644 --- a/src/java/org/mxchange/jjobs/converter/business/headquarters/JobsHeadquarterConverter.java +++ b/src/java/org/mxchange/jjobs/converter/business/headquarters/JobsHeadquarterConverter.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/converter/dayofweek/JobsDayOfTheWeekConverter.java b/src/java/org/mxchange/jjobs/converter/dayofweek/JobsDayOfTheWeekConverter.java index 0be39d99..2900fd07 100644 --- a/src/java/org/mxchange/jjobs/converter/dayofweek/JobsDayOfTheWeekConverter.java +++ b/src/java/org/mxchange/jjobs/converter/dayofweek/JobsDayOfTheWeekConverter.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java b/src/java/org/mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java index b42ba713..559046ba 100644 --- a/src/java/org/mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java +++ b/src/java/org/mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/converter/landline/JobsLandLineNumberConverter.java b/src/java/org/mxchange/jjobs/converter/landline/JobsLandLineNumberConverter.java index 8e5733a1..70d3af86 100644 --- a/src/java/org/mxchange/jjobs/converter/landline/JobsLandLineNumberConverter.java +++ b/src/java/org/mxchange/jjobs/converter/landline/JobsLandLineNumberConverter.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/converter/personal_title/JobsPersonalTitleConverter.java b/src/java/org/mxchange/jjobs/converter/personal_title/JobsPersonalTitleConverter.java index bed73dfb..93cdf33c 100644 --- a/src/java/org/mxchange/jjobs/converter/personal_title/JobsPersonalTitleConverter.java +++ b/src/java/org/mxchange/jjobs/converter/personal_title/JobsPersonalTitleConverter.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/converter/profile_mode/JobsProfileModeConverter.java b/src/java/org/mxchange/jjobs/converter/profile_mode/JobsProfileModeConverter.java index 960b02e3..01e675db 100644 --- a/src/java/org/mxchange/jjobs/converter/profile_mode/JobsProfileModeConverter.java +++ b/src/java/org/mxchange/jjobs/converter/profile_mode/JobsProfileModeConverter.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/converter/user_account_status/JobsUserAccountStatusConverter.java b/src/java/org/mxchange/jjobs/converter/user_account_status/JobsUserAccountStatusConverter.java index ccbb24f3..4907b0ec 100644 --- a/src/java/org/mxchange/jjobs/converter/user_account_status/JobsUserAccountStatusConverter.java +++ b/src/java/org/mxchange/jjobs/converter/user_account_status/JobsUserAccountStatusConverter.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java b/src/java/org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java index ee85cf84..3b43b7af 100644 --- a/src/java/org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java +++ b/src/java/org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/listener/JobsWebApplicationListener.java b/src/java/org/mxchange/jjobs/listener/JobsWebApplicationListener.java index 813a0377..ea86c8a9 100644 --- a/src/java/org/mxchange/jjobs/listener/JobsWebApplicationListener.java +++ b/src/java/org/mxchange/jjobs/listener/JobsWebApplicationListener.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/validator/addressbook/JobsAddressbookIdValidator.java b/src/java/org/mxchange/jjobs/validator/addressbook/JobsAddressbookIdValidator.java index bcc221b4..5b4df983 100644 --- a/src/java/org/mxchange/jjobs/validator/addressbook/JobsAddressbookIdValidator.java +++ b/src/java/org/mxchange/jjobs/validator/addressbook/JobsAddressbookIdValidator.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/validator/business/basicdata/JobsBasicDataCompanyNameValidator.java b/src/java/org/mxchange/jjobs/validator/business/basicdata/JobsBasicDataCompanyNameValidator.java index 3390cc98..7c6c65f2 100644 --- a/src/java/org/mxchange/jjobs/validator/business/basicdata/JobsBasicDataCompanyNameValidator.java +++ b/src/java/org/mxchange/jjobs/validator/business/basicdata/JobsBasicDataCompanyNameValidator.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/validator/business/basicdata/JobsBasicDataCompanyShortNameValidator.java b/src/java/org/mxchange/jjobs/validator/business/basicdata/JobsBasicDataCompanyShortNameValidator.java index e098fa55..8ebf8293 100644 --- a/src/java/org/mxchange/jjobs/validator/business/basicdata/JobsBasicDataCompanyShortNameValidator.java +++ b/src/java/org/mxchange/jjobs/validator/business/basicdata/JobsBasicDataCompanyShortNameValidator.java @@ -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 diff --git a/src/java/org/mxchange/jjobs/validator/business/headquarter/JobsHeadquarterCompanyNameValidator.java b/src/java/org/mxchange/jjobs/validator/business/headquarter/JobsHeadquarterCompanyNameValidator.java index 1197e706..e662bac6 100644 --- a/src/java/org/mxchange/jjobs/validator/business/headquarter/JobsHeadquarterCompanyNameValidator.java +++ b/src/java/org/mxchange/jjobs/validator/business/headquarter/JobsHeadquarterCompanyNameValidator.java @@ -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 diff --git a/web/WEB-INF/links.jsf.taglib.xml b/web/WEB-INF/links.jsf.taglib.xml index ced3cafd..e7811b96 100644 --- a/web/WEB-INF/links.jsf.taglib.xml +++ b/web/WEB-INF/links.jsf.taglib.xml @@ -1,6 +1,6 @@