From: Roland Häder Date: Wed, 3 Aug 2016 07:55:14 +0000 (+0200) Subject: fixed copyright/author's email address to my private address X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b790e65bd3895777fc56a5d70db69f901ab609d3;p=jcustomer-core.git fixed copyright/author's email address to my private address --- diff --git a/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java b/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java index fa7f1eb..0aa7166 100644 --- a/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java +++ b/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Galdora e.K. + * 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 @@ -22,7 +22,7 @@ import org.mxchange.jcustomercore.model.customer.Customer; /** * An exception thrown when the recruiter's email address is already registered. *

- * @author Roland Haeder + * @author Roland Haeder */ public class EmailAddressAlreadyRegisteredException extends Exception {