]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
fixed copyright&author
authorRoland Haeder <roland@mxchange.org>
Mon, 8 Aug 2016 17:49:57 +0000 (19:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 8 Aug 2016 17:49:57 +0000 (19:49 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionController.java

index 436d986a78322b382bca4594abb877077b18c551..8658520eb61270cb3bf9e52c1ec76dd7687a8a1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Cho-Time GmbH
+ * Copyright (C) 2016 Roland Haeder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -44,7 +44,7 @@ import org.mxchange.pizzaapplication.beans.phone.PizzaAdminPhoneWebRequestContro
 /**
  * A general contact bean (controller)
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Named ("contactPhoneController")
 @SessionScoped
index becb2a979e237838f1786b8754ca52376b26b8c2..433e6f21e855dc8874c2c563a187347f4d57564a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Cho-Time GmbH
+ * Copyright (C) 2016 Roland Haeder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -27,7 +27,7 @@ import org.mxchange.jusercore.events.user.add.AdminAddedUserEvent;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Local
 public interface PizzaContactPhoneWebSessionController extends Serializable {