]> git.mxchange.org Git - pizzaservice-mailer-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>
Sat, 6 Aug 2016 21:01:26 +0000 (23:01 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jusercore/model/user/AddressbookAdminUserSessionBean.java
src/java/org/mxchange/jusercore/model/user/password_history/AddressbookUserPasswordHistorySessionBean.java

index b1e110ba51feaa6afeeaf370c9233c845849216e..f42f0131f4adc1e0277fab3eb5b532121b9c799e 100644 (file)
@@ -38,7 +38,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
 /**
  * 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 AddressbookAdminUserSessionBean extends BaseAddressbookDatabaseBean implements AdminUserSessionBeanRemote {
index dc4a484601f09541c24ad6e96469d1d7fe3bffd9..1eded7099b6270311a8cbed19263e7a7fcf3fb6e 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
@@ -26,7 +26,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * 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 AddressbookUserPasswordHistorySessionBean extends BaseAddressbookDatabaseBean implements UserPasswordHistorySessionBeanRemote {