From: Roland Haeder Date: Fri, 5 Aug 2016 19:05:31 +0000 (+0200) Subject: updated/fixed copyright as this is Pizza-Service X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b0d74f80a70cf1b4801bee5163ad9749b9d3a6a;p=pizzaservice-ejb.git updated/fixed copyright as this is Pizza-Service Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/jusercore/model/user/PizzaAdminUserSessionBean.java b/src/java/org/mxchange/jusercore/model/user/PizzaAdminUserSessionBean.java index c01ec64..79c2fc4 100644 --- a/src/java/org/mxchange/jusercore/model/user/PizzaAdminUserSessionBean.java +++ b/src/java/org/mxchange/jusercore/model/user/PizzaAdminUserSessionBean.java @@ -38,7 +38,7 @@ import org.mxchange.pizzaaplication.database.BasePizzaDatabaseBean; /** * An administrative user EJB *

- * @author Roland Haeder + * @author Roland Haeder */ @Stateless (name = "adminUser", description = "A bean handling the user data") public class PizzaAdminUserSessionBean extends BasePizzaDatabaseBean implements AdminUserSessionBeanRemote { diff --git a/src/java/org/mxchange/jusercore/model/user/password_history/PizzaUserPasswordHistorySessionBean.java b/src/java/org/mxchange/jusercore/model/user/password_history/PizzaUserPasswordHistorySessionBean.java index 57f4fe4..00d3190 100644 --- a/src/java/org/mxchange/jusercore/model/user/password_history/PizzaUserPasswordHistorySessionBean.java +++ b/src/java/org/mxchange/jusercore/model/user/password_history/PizzaUserPasswordHistorySessionBean.java @@ -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.pizzaaplication.database.BasePizzaDatabaseBean; /** * A user password history EJB *

- * @author Roland Haeder + * @author Roland Haeder */ @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 {