From 9558cc2b02583f21615a56684691e0d46da5ad5b Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Mon, 15 Feb 2016 16:37:54 +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 <roland@mxchange.org>
---
 src/java/log4j2.xml                                             | 2 +-
 .../beans/addressbook/AddressbookWebSessionBean.java            | 2 +-
 .../beans/addressbook/AddressbookWebSessionController.java      | 2 +-
 .../addressbook/beans/country/CountryWebApplicationBean.java    | 2 +-
 .../beans/country/CountryWebApplicationController.java          | 2 +-
 .../addressbook/beans/gender/GenderWebApplicationBean.java      | 2 +-
 .../beans/gender/GenderWebApplicationController.java            | 2 +-
 .../addressbook/beans/login/UserLoginWebSessionBean.java        | 2 +-
 .../addressbook/beans/login/UserLoginWebSessionController.java  | 2 +-
 .../addressbook/beans/profile/UserProfileWebRequestBean.java    | 2 +-
 .../beans/profile/UserProfileWebRequestController.java          | 2 +-
 .../beans/profilemode/ProfileModeWebApplicationBean.java        | 2 +-
 .../beans/profilemode/ProfileModeWebApplicationController.java  | 2 +-
 .../addressbook/beans/register/UserRegisterWebSessionBean.java  | 2 +-
 .../beans/register/UserRegisterWebSessionController.java        | 2 +-
 .../mxchange/addressbook/beans/shares/SharesWebSessionBean.java | 2 +-
 .../addressbook/beans/shares/SharesWebSessionController.java    | 2 +-
 .../beans/smsprovider/SmsProviderWebApplicationBean.java        | 2 +-
 .../beans/smsprovider/SmsProviderWebApplicationController.java  | 2 +-
 .../org/mxchange/addressbook/beans/user/UserWebSessionBean.java | 2 +-
 .../addressbook/beans/user/UserWebSessionController.java        | 2 +-
 .../addressbook/converter/country/CountryConverter.java         | 2 +-
 .../addressbook/converter/smsprovider/SmsProviderConverter.java | 2 +-
 .../org/mxchange/addressbook/converter/user/UserConverter.java  | 2 +-
 src/java/org/mxchange/localization/bundle_de_DE.properties      | 2 +-
 src/java/org/mxchange/localization/bundle_en_US.properties      | 2 +-
 web/WEB-INF/templates/guest/guest_footer.tpl                    | 2 +-
 web/WEB-INF/templates/login/login_footer.tpl                    | 2 +-
 28 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/src/java/log4j2.xml b/src/java/log4j2.xml
index 1ebbd9fd..7f7ee3c2 100644
--- a/src/java/log4j2.xml
+++ b/src/java/log4j2.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2015 Roland Haeder
+Copyright (C) 2016 Roland Haeder
 
 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/addressbook/beans/addressbook/AddressbookWebSessionBean.java b/src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionBean.java
index 0c01a081..d01fbbef 100644
--- a/src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionBean.java
+++ b/src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/addressbook/AddressbookWebSessionController.java b/src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionController.java
index 6c995c9b..af97a86b 100644
--- a/src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionController.java
+++ b/src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionController.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/country/CountryWebApplicationBean.java b/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationBean.java
index c8535609..b994cd84 100644
--- a/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationBean.java
+++ b/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationBean.java
@@ -1,7 +1,7 @@
 package org.mxchange.addressbook.beans.country;
 
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 the Free Software
diff --git a/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationController.java b/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationController.java
index d6d40a09..bc70b9ce 100644
--- a/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationController.java
+++ b/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationController.java
@@ -1,7 +1,7 @@
 package org.mxchange.addressbook.beans.country;
 
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 the Free Software
diff --git a/src/java/org/mxchange/addressbook/beans/gender/GenderWebApplicationBean.java b/src/java/org/mxchange/addressbook/beans/gender/GenderWebApplicationBean.java
index 7c29ee41..1738fcf1 100644
--- a/src/java/org/mxchange/addressbook/beans/gender/GenderWebApplicationBean.java
+++ b/src/java/org/mxchange/addressbook/beans/gender/GenderWebApplicationBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/gender/GenderWebApplicationController.java b/src/java/org/mxchange/addressbook/beans/gender/GenderWebApplicationController.java
index fc24d3b5..9f24dbfd 100644
--- a/src/java/org/mxchange/addressbook/beans/gender/GenderWebApplicationController.java
+++ b/src/java/org/mxchange/addressbook/beans/gender/GenderWebApplicationController.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/login/UserLoginWebSessionBean.java b/src/java/org/mxchange/addressbook/beans/login/UserLoginWebSessionBean.java
index a150320a..d8932a74 100644
--- a/src/java/org/mxchange/addressbook/beans/login/UserLoginWebSessionBean.java
+++ b/src/java/org/mxchange/addressbook/beans/login/UserLoginWebSessionBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/login/UserLoginWebSessionController.java b/src/java/org/mxchange/addressbook/beans/login/UserLoginWebSessionController.java
index 89ae8d2e..31d9b212 100644
--- a/src/java/org/mxchange/addressbook/beans/login/UserLoginWebSessionController.java
+++ b/src/java/org/mxchange/addressbook/beans/login/UserLoginWebSessionController.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/profile/UserProfileWebRequestBean.java b/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestBean.java
index 28e41b14..c10dff0c 100644
--- a/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestBean.java
+++ b/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/profile/UserProfileWebRequestController.java b/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestController.java
index dd7a3ac5..e7306887 100644
--- a/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestController.java
+++ b/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestController.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/profilemode/ProfileModeWebApplicationBean.java b/src/java/org/mxchange/addressbook/beans/profilemode/ProfileModeWebApplicationBean.java
index 211a3fa9..fb45a7b1 100644
--- a/src/java/org/mxchange/addressbook/beans/profilemode/ProfileModeWebApplicationBean.java
+++ b/src/java/org/mxchange/addressbook/beans/profilemode/ProfileModeWebApplicationBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/profilemode/ProfileModeWebApplicationController.java b/src/java/org/mxchange/addressbook/beans/profilemode/ProfileModeWebApplicationController.java
index 2c29594b..74e512fa 100644
--- a/src/java/org/mxchange/addressbook/beans/profilemode/ProfileModeWebApplicationController.java
+++ b/src/java/org/mxchange/addressbook/beans/profilemode/ProfileModeWebApplicationController.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/register/UserRegisterWebSessionBean.java b/src/java/org/mxchange/addressbook/beans/register/UserRegisterWebSessionBean.java
index cd3aa79b..c4ce4892 100644
--- a/src/java/org/mxchange/addressbook/beans/register/UserRegisterWebSessionBean.java
+++ b/src/java/org/mxchange/addressbook/beans/register/UserRegisterWebSessionBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/register/UserRegisterWebSessionController.java b/src/java/org/mxchange/addressbook/beans/register/UserRegisterWebSessionController.java
index f232b2a3..6a9923b9 100644
--- a/src/java/org/mxchange/addressbook/beans/register/UserRegisterWebSessionController.java
+++ b/src/java/org/mxchange/addressbook/beans/register/UserRegisterWebSessionController.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/shares/SharesWebSessionBean.java b/src/java/org/mxchange/addressbook/beans/shares/SharesWebSessionBean.java
index e14d89e5..30760580 100644
--- a/src/java/org/mxchange/addressbook/beans/shares/SharesWebSessionBean.java
+++ b/src/java/org/mxchange/addressbook/beans/shares/SharesWebSessionBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/shares/SharesWebSessionController.java b/src/java/org/mxchange/addressbook/beans/shares/SharesWebSessionController.java
index 4b50139a..1be32834 100644
--- a/src/java/org/mxchange/addressbook/beans/shares/SharesWebSessionController.java
+++ b/src/java/org/mxchange/addressbook/beans/shares/SharesWebSessionController.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java b/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java
index cf9acf1c..aa64620c 100644
--- a/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java
+++ b/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java
@@ -1,7 +1,7 @@
 package org.mxchange.addressbook.beans.smsprovider;
 
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 the Free Software
diff --git a/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationController.java b/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationController.java
index c2adbef5..917ddcbd 100644
--- a/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationController.java
+++ b/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationController.java
@@ -1,7 +1,7 @@
 package org.mxchange.addressbook.beans.smsprovider;
 
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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 the Free Software
diff --git a/src/java/org/mxchange/addressbook/beans/user/UserWebSessionBean.java b/src/java/org/mxchange/addressbook/beans/user/UserWebSessionBean.java
index c466d998..cc31bdc1 100644
--- a/src/java/org/mxchange/addressbook/beans/user/UserWebSessionBean.java
+++ b/src/java/org/mxchange/addressbook/beans/user/UserWebSessionBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/beans/user/UserWebSessionController.java b/src/java/org/mxchange/addressbook/beans/user/UserWebSessionController.java
index abc75f66..ac221cd8 100644
--- a/src/java/org/mxchange/addressbook/beans/user/UserWebSessionController.java
+++ b/src/java/org/mxchange/addressbook/beans/user/UserWebSessionController.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/converter/country/CountryConverter.java b/src/java/org/mxchange/addressbook/converter/country/CountryConverter.java
index 695d8336..6606143d 100644
--- a/src/java/org/mxchange/addressbook/converter/country/CountryConverter.java
+++ b/src/java/org/mxchange/addressbook/converter/country/CountryConverter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/converter/smsprovider/SmsProviderConverter.java b/src/java/org/mxchange/addressbook/converter/smsprovider/SmsProviderConverter.java
index 898df45a..0769fb53 100644
--- a/src/java/org/mxchange/addressbook/converter/smsprovider/SmsProviderConverter.java
+++ b/src/java/org/mxchange/addressbook/converter/smsprovider/SmsProviderConverter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/addressbook/converter/user/UserConverter.java b/src/java/org/mxchange/addressbook/converter/user/UserConverter.java
index 9162dfed..d5e77694 100644
--- a/src/java/org/mxchange/addressbook/converter/user/UserConverter.java
+++ b/src/java/org/mxchange/addressbook/converter/user/UserConverter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties
index 929c67e5..0a5d3e5e 100644
--- a/src/java/org/mxchange/localization/bundle_de_DE.properties
+++ b/src/java/org/mxchange/localization/bundle_de_DE.properties
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 Roland Haeder
+# Copyright (C) 2016 Roland Haeder
 #
 # 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/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties
index 9e7e0cb1..9ce64ddd 100644
--- a/src/java/org/mxchange/localization/bundle_en_US.properties
+++ b/src/java/org/mxchange/localization/bundle_en_US.properties
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 Roland Haeder
+# Copyright (C) 2016 Roland Haeder
 
 # 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/web/WEB-INF/templates/guest/guest_footer.tpl b/web/WEB-INF/templates/guest/guest_footer.tpl
index 2449e844..f6a3379d 100644
--- a/web/WEB-INF/templates/guest/guest_footer.tpl
+++ b/web/WEB-INF/templates/guest/guest_footer.tpl
@@ -18,7 +18,7 @@
 			<li class="footer_link">
 				<h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
 			</li>
-			<li class="footer_copyright">Copyright (c) 2015 by Roland Häder</li>
+			<li class="footer_copyright">Copyright (c) 2016 by Roland Häder</li>
 		</ul>
 	</div>
 
diff --git a/web/WEB-INF/templates/login/login_footer.tpl b/web/WEB-INF/templates/login/login_footer.tpl
index 7a8b04e5..81bbc695 100644
--- a/web/WEB-INF/templates/login/login_footer.tpl
+++ b/web/WEB-INF/templates/login/login_footer.tpl
@@ -18,7 +18,7 @@
 			<li class="footer_link">
 				<h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" target="_blank" />
 			</li>
-			<li class="footer_copyright">Copyright (c) 2015 by Roland Häder</li>
+			<li class="footer_copyright">Copyright (c) 2016 by Roland Häder</li>
 		</ul>
 	</div>
 
-- 
2.39.5