]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
updated/fixed copyright as this is Pizza-Service
authorRoland Haeder <roland@mxchange.org>
Fri, 5 Aug 2016 19:05:31 +0000 (21:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 5 Aug 2016 19:05:31 +0000 (21:05 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jusercore/model/user/PizzaAdminUserSessionBean.java
src/java/org/mxchange/jusercore/model/user/password_history/PizzaUserPasswordHistorySessionBean.java

index c01ec647daa4bc7ba4812353918e06368338e17b..79c2fc44a834cea01132aacb4cd526cd517b98a2 100644 (file)
@@ -38,7 +38,7 @@ import org.mxchange.pizzaaplication.database.BasePizzaDatabaseBean;
 /**
  * An administrative user EJB
  * <p>
 /**
  * An administrative user EJB
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Stateless (name = "adminUser", description = "A bean handling the user data")
 public class PizzaAdminUserSessionBean extends BasePizzaDatabaseBean implements AdminUserSessionBeanRemote {
  */
 @Stateless (name = "adminUser", description = "A bean handling the user data")
 public class PizzaAdminUserSessionBean extends BasePizzaDatabaseBean implements AdminUserSessionBeanRemote {
index 57f4fe43e063441109dd5570bd97ba4966d2f1dc..00d3190c890b19c2b2683a72ba015fb711900533 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
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.pizzaaplication.database.BasePizzaDatabaseBean;
 /**
  * A user password history EJB
  * <p>
 /**
  * A user password history EJB
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Stateless (name = "userPasswordHistory", description = "A stateless EJB for user's password history. This bean does return the full user's password history and not limited. The application then needs to limit it to it's purpose.")
 public class PizzaUserPasswordHistorySessionBean extends BasePizzaDatabaseBean implements UserPasswordHistorySessionBeanRemote {
  */
 @Stateless (name = "userPasswordHistory", description = "A stateless EJB for user's password history. This bean does return the full user's password history and not limited. The application then needs to limit it to it's purpose.")
 public class PizzaUserPasswordHistorySessionBean extends BasePizzaDatabaseBean implements UserPasswordHistorySessionBeanRemote {