]> git.mxchange.org Git - jjobs-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:56:22 +0000 (23:56 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jusercore/model/user/JobsAdminUserSessionBean.java
src/java/org/mxchange/jusercore/model/user/password_history/JobsUserPasswordHistorySessionBean.java

index 3cc2fb9f384c7dba220c6f380a609a6f5a5e7ee5..8595819a3e581dc63aec94f1df9b6b271b005cd2 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 JobsAdminUserSessionBean extends BaseJobsDatabaseBean implements AdminUserSessionBeanRemote {
index 03c08ab4301b0a5370068728ec62d8ab4cdbbd09..6b12b5335ee53cc113379c1b537463e44c85bb61 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 JobsUserPasswordHistorySessionBean extends BaseJobsDatabaseBean implements UserPasswordHistorySessionBeanRemote {