]> git.mxchange.org Git - jfinancials-war.git/commitdiff
updated copyright + author
authorRoland Haeder <roland@mxchange.org>
Sat, 6 Aug 2016 20:27:49 +0000 (22:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 6 Aug 2016 21:39:38 +0000 (23:39 +0200)
src/java/org/mxchange/addressbook/beans/features/AddressbookFeatureWebApplicationBean.java
src/java/org/mxchange/addressbook/beans/features/AddressbookFeaturesWebApplicationController.java
src/java/org/mxchange/addressbook/beans/user/password/AddressbookUserPasswordWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/password/AddressbookUserPasswordWebRequestController.java

index ec9d6eb4b8d3815d63e3ae8b26556d678fe526c2..d8ef7b41bdd49c0cd9d094b2dc834464527c55cf 100644 (file)
@@ -23,7 +23,7 @@ import org.mxchange.addressbook.beans.BaseAddressbookController;
 /**
  * A feature bean
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Named ("featureController")
 @ApplicationScoped
index d8eac96592680507211199cafea431dcc06ad397..02509d448b40203140b4dfea0e3564d902b20fd0 100644 (file)
@@ -22,7 +22,7 @@ import javax.ejb.Local;
 /**
  * An interface for country beans
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Local
 public interface AddressbookFeaturesWebApplicationController extends Serializable {
index 5ebe15daec68749e3ffbbf536c25d79a4f50df04..f9606de4ec02565c5f2e95a6b51321af670b8ba9 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
@@ -43,7 +43,7 @@ import org.mxchange.jusercore.model.user.password_history.PasswordHistory;
 /**
  * A user password (change) bean (controller)
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Named ("userPasswordController")
 @RequestScoped
index ca3881d1af2c0eee11319a2fdab420e2c4acd3d5..4c42a1ec8743548dfa25eb58fc081cc539aedfb9 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
@@ -22,7 +22,7 @@ import javax.ejb.Local;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Local
 public interface AddressbookUserPasswordWebRequestController extends Serializable {