From: Roland Häder Date: Wed, 3 Aug 2016 07:55:19 +0000 (+0200) Subject: fixed copyright/author's email address to my private address X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=288bf4c4e9b79af66810b8d18428000506049271;p=juser-core.git fixed copyright/author's email address to my private address --- diff --git a/src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java b/src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java index 3fcee12..8a1c35e 100644 --- a/src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java +++ b/src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.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 General Public License as published by @@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User; /** * A POJI for user password history *

- * @author Roland Haeder + * @author Roland Haeder */ public interface PasswordHistory extends Serializable { diff --git a/src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java b/src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java index 60994af..d6b9c25 100644 --- a/src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java +++ b/src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.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 General Public License as published by @@ -39,7 +39,7 @@ import org.mxchange.jusercore.model.user.User; /** * A POJO for user password history *

- * @author Roland Haeder + * @author Roland Haeder */ @Entity (name = "user_password_history") @Table (