]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
updated copyright + author
authorRoland Haeder <roland@mxchange.org>
Sat, 6 Aug 2016 20:27:49 +0000 (22:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 6 Aug 2016 20:27:49 +0000 (22:27 +0200)
src/java/org/mxchange/pizzaapplication/beans/features/PizzaFeatureWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/features/PizzaFeaturesWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/user/password/PizzaUserPasswordWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/password/PizzaUserPasswordWebRequestController.java

index 1e34bb8fcdc6a54e8657dec25cb79d39deb48a2e..dd2dcc98b1a2867ed14def6466a0cc4c809810d3 100644 (file)
@@ -23,7 +23,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * A feature bean
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Named ("featureController")
 @ApplicationScoped
index bbcbf7848b9598319b7f5697215d70aeaed2f88c..89422277bcaa82cd64b1d6206d66d80ff6c5b8e8 100644 (file)
@@ -22,7 +22,7 @@ import javax.ejb.Local;
 /**
  * An interface for country beans
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Local
 public interface PizzaFeaturesWebApplicationController extends Serializable {
index 36aee96695288d92cbaa1f5f602a434640434dc4..a70843aa000605a30b068ddeb55e4230e14ed341 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
@@ -43,7 +43,7 @@ import org.mxchange.pizzaapplication.beans.login.PizzaUserLoginWebSessionControl
 /**
  * A user password (change) bean (controller)
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Named ("userPasswordController")
 @RequestScoped
index 6a0538749a220b93b2ebdf9c52f80102a7191db5..45789c5fc5babd67d60f99356c0ce1d336287d8d 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
@@ -22,7 +22,7 @@ import javax.ejb.Local;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Local
 public interface PizzaUserPasswordWebRequestController extends Serializable {