]> git.mxchange.org Git - jfinancials-war.git/commitdiff
fixed copyright+author
authorRoland Haeder <roland@mxchange.org>
Mon, 8 Aug 2016 18:52:49 +0000 (20:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 8 Aug 2016 18:52:49 +0000 (20:52 +0200)
src/java/org/mxchange/addressbook/beans/contact/phone/AddressbookContactPhoneWebSessionBean.java
src/java/org/mxchange/addressbook/beans/contact/phone/AddressbookContactPhoneWebSessionController.java

index da3a5228dd87b7e3c1b14499bf7bf217c350d050..1cd635e3e49ce86dd897e73b175e9e98030bdb58 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
@@ -44,7 +44,7 @@ import org.mxchange.jusercore.events.user.add.AdminAddedUserEvent;
 /**
  * A general contact bean (controller)
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Named ("contactPhoneController")
 @SessionScoped
index 1fb400caca36a9d3f06c62a2a5df60a53f8169fd..00e70a74668f8d7abc5715db576c438d9cf7b87a 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
@@ -27,7 +27,7 @@ import org.mxchange.jusercore.events.user.add.AdminAddedUserEvent;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Local
 public interface AddressbookContactPhoneWebSessionController extends Serializable {