]> git.mxchange.org Git - jphone-core.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
35 files changed:
src/org/mxchange/jphone/events/fax/deleted/AdminDeletedFaxNumberEvent.java
src/org/mxchange/jphone/events/fax/deleted/AdminFaxNumberDeletedEvent.java
src/org/mxchange/jphone/events/fax/removed/AdminFaxNumberRemovedFromListEvent.java
src/org/mxchange/jphone/events/fax/removed/AdminRemoveFaxNumberFromListEvent.java
src/org/mxchange/jphone/events/fax/updated/AdminFaxNumberUpdatedEvent.java
src/org/mxchange/jphone/events/fax/updated/AdminUpdatedFaxNumberEvent.java
src/org/mxchange/jphone/events/landline/deleted/AdminDeletedLandLineNumberEvent.java
src/org/mxchange/jphone/events/landline/deleted/AdminLandLineNumberDeletedEvent.java
src/org/mxchange/jphone/events/landline/removed/AdminLandLineNumberRemovedFromListEvent.java
src/org/mxchange/jphone/events/landline/removed/AdminRemoveLandLineNumberFromListEvent.java
src/org/mxchange/jphone/events/landline/updated/AdminLandLineNumberUpdatedEvent.java
src/org/mxchange/jphone/events/landline/updated/AdminUpdatedLandLineNumberEvent.java
src/org/mxchange/jphone/events/mobile/deleted/AdminDeletedMobileNumberEvent.java
src/org/mxchange/jphone/events/mobile/deleted/AdminMobileNumberDeletedEvent.java
src/org/mxchange/jphone/events/mobile/remove/AdminMobileNumberRemovedFromListEvent.java
src/org/mxchange/jphone/events/mobile/remove/AdminRemoveMobileNumberFromListEvent.java
src/org/mxchange/jphone/events/mobile/updated/AdminMobileNumberUpdatedEvent.java
src/org/mxchange/jphone/events/mobile/updated/AdminUpdatedMobileNumberEvent.java
src/org/mxchange/jphone/events/mobileprovider/added/AdminAddedMobileProviderEvent.java
src/org/mxchange/jphone/events/mobileprovider/added/AdminMobileProviderAddedEvent.java
src/org/mxchange/jphone/exceptions/MobileProviderAlreadyAddedException.java
src/org/mxchange/jphone/exceptions/PhoneEntityNotFoundException.java
src/org/mxchange/jphone/exceptions/PhoneNumberAlreadyLinkedException.java
src/org/mxchange/jphone/exceptions/PhoneNumberNotLinkedException.java
src/org/mxchange/jphone/phonenumbers/DialableNumber.java
src/org/mxchange/jphone/phonenumbers/fax/DialableFaxNumber.java
src/org/mxchange/jphone/phonenumbers/fax/FaxNumber.java
src/org/mxchange/jphone/phonenumbers/landline/DialableLandLineNumber.java
src/org/mxchange/jphone/phonenumbers/landline/LandLineNumber.java
src/org/mxchange/jphone/phonenumbers/mobile/DialableMobileNumber.java
src/org/mxchange/jphone/phonenumbers/mobile/MobileNumber.java
src/org/mxchange/jphone/phonenumbers/mobileprovider/CellphoneProvider.java
src/org/mxchange/jphone/phonenumbers/mobileprovider/MobileProvider.java
src/org/mxchange/jphone/utils/PhoneUtils.java
src/org/mxchange/jphone/validators/PhoneNumberValidator.java

index d76e081e9362768c2a71eaba24c97adb800189ca..9b9632961ef345571b30ea552e05c73c312e1d95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An interface for an event when a fax number has been deleted
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminDeletedFaxNumberEvent extends Serializable {
 
index 81c6282cb182fbf6f7c53101634dc82836c7e83a..79b547cfcd8b523e03f4cbff98b96f45f71187b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An event when a land-line number has been deleted
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminFaxNumberDeletedEvent implements AdminDeletedFaxNumberEvent {
 
index 088820c5f35d9b647076dc6bb1e79c89f52ee170..b43a39ddb235d5e3546ff61c2ba8594b46e3804b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An event when a mobile number list needs been cleared
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminFaxNumberRemovedFromListEvent implements AdminRemoveFaxNumberFromListEvent {
 
index 7ae77c228ac005cac0458393ae548fa811702a9b..32d977793c9660c0bc07063c80537e41329a5622 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -24,7 +24,7 @@ import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
  * An interface for an event when a list needs to be cleared from fax
  * numbers.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminRemoveFaxNumberFromListEvent extends Serializable {
 
index dbef1aa7dc8fa24e1a13b98dc3e034a082dd1fdb..a9e33f4ebadfd89047d6c1852b7fec0a7663e820 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An event when a fax number has been updated
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminFaxNumberUpdatedEvent implements AdminUpdatedFaxNumberEvent {
 
index 10d7464af739cb4b626cff0b4fa6858a67266dc3..ff828d60b25b6d61bc1660de634de1e56a4379e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An interface for an event when a fax number has been updated
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminUpdatedFaxNumberEvent extends Serializable {
 
index 352d4b298f0fb18709ec4eb7b8ba2da37ae173c7..75e33b216dd1e605ddc1ff82d45b06d814dc2dd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An interface for an event when a land-line number has been deleted
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminDeletedLandLineNumberEvent extends Serializable {
 
index 524390a61d08cf96c9affc3f1f6205448978b070..88bc20703da5856de97107968e29eee921bb42bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An event when a land-line number has been deleted
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminLandLineNumberDeletedEvent implements AdminDeletedLandLineNumberEvent {
 
index bf1f3cd7a03593f251993fb9464247a3796d7f5d..a9b07ab8f9243d9660b89dbdb31eae6e6ca5cdad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An event when a mobile number list needs been cleared
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminLandLineNumberRemovedFromListEvent implements AdminRemoveLandLineNumberFromListEvent {
 
index 5c0735c948c895e408949720b94f47b06afdbf18..46c41eb472db232f0dc0a6bc8bb7102dbc32ab66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -24,7 +24,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
  * An interface for an event when a list needs to be cleared from land-line
  * numbers.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminRemoveLandLineNumberFromListEvent extends Serializable {
 
index ddf18d9ea3de9574e8de81f06de52a803ca53c46..0b1a9b6fd104fc9be7c0010ad60555501203b84a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An event when a mobile number has been updated
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminLandLineNumberUpdatedEvent implements AdminUpdatedLandLineNumberEvent {
 
index b1436ca83f07e8986f5269b71edf5125ad2b686c..baf13b257385b28d0ad9281c0aa42fe0ae6eb975 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An interface for an event when a land-line number has been updated
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminUpdatedLandLineNumberEvent extends Serializable {
 
index c9159bfd92c76666d6dd34d16443f58b76fa4773..20db0a2c4765d1cacc563ebf4f0b9eedc5aae818 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An interface for an event when a mobile number has been deleted
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminDeletedMobileNumberEvent extends Serializable {
 
index feb4664e5e9824f07722b312e4afc8335f9885ea..f668d250c14c7fcc8dbb4127eacdf5d12f0894dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An event when a mobile number has been deleted
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminMobileNumberDeletedEvent implements AdminDeletedMobileNumberEvent {
 
index aa882b7dc95ff18c0744640a255c163e8636d3e6..d2e55b4a5060779cb369c2498bd9c5e9bdd7fcb6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An event when a mobile number list needs been cleared
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminMobileNumberRemovedFromListEvent implements AdminRemoveMobileNumberFromListEvent {
 
index 6e65fac291f8804073d936cc94e5d9a3fe216745..cdb5b82bed1f8ecd243602065dbe3be43aed1aaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -24,7 +24,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
  * An interface for an event when a list needs to be cleared from mobile
  * numbers.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminRemoveMobileNumberFromListEvent extends Serializable {
 
index 5f8100b31a191962bb42fa17175114ba328dd25c..927d42d347a50312fb535371918ba583e6d467ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An event when a mobile number has been updated
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminMobileNumberUpdatedEvent implements AdminUpdatedMobileNumberEvent {
 
index 564f5dedbf169239165df1a241094b9cd2a83488..b9306f3ce3a322a8ee10c5aa40ccd26240cca196 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An interface for an event when a mobile number has been updated
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminUpdatedMobileNumberEvent extends Serializable {
 
index c3776d732481d78c52945c8938e4a1d6b59047b1..ae86cbeb0a9077ada8888f401cb3ebf09facd388 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.mobileprovider.MobileProvider;
 /**
  * An interface for an event when a new mobile provider has been added.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminAddedMobileProviderEvent extends Serializable {
 
index bf8854a7113274ab3fda931284b026fb666928a5..38903a9a92adadac9cf358e856514c1672953545 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProvider;
 /**
  * An event when a new mobile provider has been added
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminMobileProviderAddedEvent implements AdminAddedMobileProviderEvent {
 
index 4c047f753ac642e5f25addb8c1b2e23b8aeb31ab..678cfbbc89fa5d8f843d7c7800d8d14c866b64f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.mobileprovider.MobileProvider;
  * An exception thrown when the mobile provider is already added. This should be
  * found out by checking dial prefix and country id in combination.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class MobileProviderAlreadyAddedException extends Exception {
 
index 776e2f3c404e2c81812a1166e9a377423619c205..cf87bd0668ac14e9107c613547f525758a7778b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import java.text.MessageFormat;
 /**
  * An exception thrown when a phone entity is not found.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class PhoneEntityNotFoundException extends Exception {
 
index 4c4676c31866f2aae631259f39f99ead74c1462a..07f8fef7f4585d5df2bf0507d9fa0ff9b909851d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -25,7 +25,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
  * An exception thrown when a fax, land-line or mobile number is not linked but
  * should be.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class PhoneNumberAlreadyLinkedException extends Exception {
 
index 22a352e59f9ff2152822a803389a200560779a44..b35f192a6eb2578e9d176239c3223b293965f65a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -25,7 +25,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
  * An exception thrown when a fax, land-line or mobile number is not linked but
  * should be.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class PhoneNumberNotLinkedException extends Exception {
 
index b0b9de338a880baa0ada2efb7a2828bef93c3450..1808351c1c8c1e35a97aae765432dae97bffe6fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jcountry.data.Country;
 /**
  * A POJI for dial-able numbers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface DialableNumber extends Serializable {
 
index 14e5155a6e5d735f04b243a65f055896f95674a7..f204e4071179a8c8c8b35ebb0add417fac1c2d0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.DialableNumber;
 /**
  * A POJI for dialable fax numbers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface DialableFaxNumber extends DialableNumber {
 
index 0e2cf057d971286fbb82295615535c9ee460d1b0..105251f4d2c47d14a473f3d10d830fa214b21786 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jcountry.data.CountryData;
 /**
  * A POJO for dialable fax numbers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "fax_numbers")
 @Table (name = "fax_numbers")
index 2c91cbc63bd5d5db64e9a063819e87fc6bcbe647..abf31c8c390d4277f58afd1d2eccede4c0835d39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -21,7 +21,7 @@ import org.mxchange.jphone.phonenumbers.DialableNumber;
 /**
  * A POJI for dialable land-line numbers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface DialableLandLineNumber extends DialableNumber {
 
index b9ca58cf35ba8fdd9fc9c118667f4fd596b0b8aa..a18c5f07ebd989c69e34c60cd250538feb9a6c0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jcountry.data.CountryData;
 /**
  * A POJO for dialable phone numbers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "landline_numbers")
 @Table (name = "landline_numbers")
index 4cad25ba68634a8479c851e62f72fc4823e6969a..ac5403de6da9b974cde958eface29fd796469eec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jphone.phonenumbers.mobileprovider.MobileProvider;
 /**
  * A POJO for dialable mobile numbers with carriers.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface DialableMobileNumber extends DialableNumber {
 
index d553c9437634010bd53bf77932d756a1b18b848c..dfec412b4b29ef70017627cd8c1048673ff957eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -40,7 +40,7 @@ import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProvider;
 /**
  * A POJO for dialable cellphone numbers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "mobile_numbers")
 @Table (name = "mobile_numbers")
index b31ce492de5c458181341a46be71fd6e0e64e364..23e21b4d5f9ad654be1c947ae5b679ac638cfb45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jcountry.data.CountryData;
 /**
  * A POJO for cellphone providers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "mobile_provider")
 @Table (name = "mobile_provider")
index 687ddb7bf3a58c6f5370dcfc751eee8b63f220d8..86ee23ec4b2c656af3f23217bd0385ac994c01e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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.jcountry.data.Country;
 /**
  * A POJI for mobile providers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface MobileProvider extends Serializable {
 
index 66db176ac7f1baa81aaa954d01744bffc7ca7edf..e69e2b6ec08de28f8155480719daac8e426dcfa4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -24,7 +24,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 
 /**
  *
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class PhoneUtils implements Serializable {
 
index 6f83ba7d5b52802f03f73cd1cfeedd983c86dbaa..75c36b9248ab55a8c3d68942b0948cf0b1a17ed1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * 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
@@ -25,7 +25,7 @@ import org.mxchange.jcoreee.validator.number.BaseLongValidator;
 /**
  * A validator for phone, fax and mobile numbers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  * @deprecated Please copy this class to your project, it won't load.
  */
 @FacesValidator (value = "PhoneNumberValidator")