From 288bf4c4e9b79af66810b8d18428000506049271 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 3 Aug 2016 09:55:19 +0200 Subject: [PATCH] fixed copyright/author's email address to my private address --- .../model/user/password_history/PasswordHistory.java | 4 ++-- .../model/user/password_history/UserPasswordHistory.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ( -- 2.39.5