]> git.mxchange.org Git - jphone-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 13 Mar 2018 00:15:15 +0000 (01:15 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 13 Mar 2018 20:56:18 +0000 (21:56 +0100)
- updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
45 files changed:
src/org/mxchange/jphone/events/fax/created/CreatedFaxNumberEvent.java
src/org/mxchange/jphone/events/fax/created/ObservableCreatedFaxNumberEvent.java
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/created/CreatedLandLineNumberEvent.java
src/org/mxchange/jphone/events/landline/created/ObservableCreatedLandLineNumberEvent.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/created/CreatedMobileNumberEvent.java
src/org/mxchange/jphone/events/mobile/created/ObservableCreatedMobileNumberEvent.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/mobileprovider/MobileProviderAlreadyAddedException.java
src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderNotFoundException.java
src/org/mxchange/jphone/exceptions/phone/PhoneEntityNotFoundException.java
src/org/mxchange/jphone/exceptions/phone/PhoneNumberAlreadyLinkedException.java
src/org/mxchange/jphone/exceptions/phone/PhoneNumberNotLinkedException.java
src/org/mxchange/jphone/model/phonenumbers/DialableNumber.java
src/org/mxchange/jphone/model/phonenumbers/fax/DialableFaxNumber.java
src/org/mxchange/jphone/model/phonenumbers/fax/FaxNumber.java
src/org/mxchange/jphone/model/phonenumbers/fax/FaxNumbers.java
src/org/mxchange/jphone/model/phonenumbers/landline/DialableLandLineNumber.java
src/org/mxchange/jphone/model/phonenumbers/landline/LandLineNumber.java
src/org/mxchange/jphone/model/phonenumbers/landline/LandLineNumbers.java
src/org/mxchange/jphone/model/phonenumbers/mobile/DialableMobileNumber.java
src/org/mxchange/jphone/model/phonenumbers/mobile/MobileNumber.java
src/org/mxchange/jphone/model/phonenumbers/mobile/MobileNumbers.java
src/org/mxchange/jphone/model/phonenumbers/mobileprovider/CellphoneProvider.java
src/org/mxchange/jphone/model/phonenumbers/mobileprovider/MobileProvider.java
src/org/mxchange/jphone/model/phonenumbers/mobileprovider/MobileProviders.java
src/org/mxchange/jphone/utils/PhoneUtils.java

index 1e8f9aa3555fc50141e25a40dbc73c942607aa0f..87eeeed32b07ff00b42b319ee4756bd645b45933 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation<roland@mxchange.org>
+ * Copyright (C) 2017, 2018 Free Software Foundation<roland@mxchange.org>
  *
  * 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
index 9206215b455b43bf1af77f6d45bcf3897e26307b..f8f0875a10ecbbab9ea9d2eefbbe841fe5ac05b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation
+ * Copyright (C) 2017, 2018 Free Software Foundation
  *
  * 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
index 1dbfefe84e15ae684dc25e08549da8aa735a544a..3be8dfa08bd2d0231d1e0c8fa9de4a7b6e1ac68b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index cb5311d70fe5045058a0f3b66aca25d9f1f65d9c..7182568db9ffa60dc84999a70220aa67fca9ff5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index d8095d9c1e3bda6ff27f8a28e3c1cc478f435ddc..d811a35c4c03d7039576da256290ea3ec8d3964f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index dd81d0de0a79042313b37ad87571f3655073beee..7f5b98eb1529e7300200024f8452de134f99780f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 136db588e7a97cdf2ef7503045be34fa7ff66d50..dc8f66a35a0378dba91926d1231351edbe730703 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 4cf291efaf8c1e18cc33eff2caf5e94aaacf1936..4c25825b22271c55f4cc4670755dc0458349e351 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index ff6ea65349a907fea8c30d2db52d4beaf839a582..05f6a90b82e3878798355e80e00f44595c2104d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation<roland@mxchange.org>
+ * Copyright (C) 2017, 2018 Free Software Foundation<roland@mxchange.org>
  *
  * 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
index f0296029926714017ef72ea82d94807a57c47503..edf853ec906618158f5a230e6bce96d64ac80072 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation
+ * Copyright (C) 2017, 2018 Free Software Foundation
  *
  * 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
index eea3838ea5d727a2061173356698090202982c37..8f87815f5287a3f9cb41e314bc64ed8b71f9bb8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 5354cf8217dbbe35f1ec5da2036e451b598535d1..c653f327a63aaaf793338226f0fe2b55fa10d2ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 7704dcf2d30c676ed9a78978d89a6a6a7f104bdd..3baab7088b9c153d648b3d6b88ad57b2911df21d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index a9b6895245bbed6b99c19162ef864de9edcfea03..26f86ccdb81814a30e50e57d819ccda4637ecde6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 5a97868fd8c1bc57a61b70e1ceba9ff39658758b..76cd97a620e17c15d096d0cf1fa7db7c59efb9d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 2bf7fd10e4cfc36b4ee2980a6ef106fa7b5d5a0e..a6b663ed4b1c1d9b8cf1d5416a2711b7fb841e07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 8670ac66f5deb5524dadd1228bdcd327112a3837..8a56b0e9d129bcca63ade7cbf386fbbd730d1b96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation<roland@mxchange.org>
+ * Copyright (C) 2017, 2018 Free Software Foundation<roland@mxchange.org>
  *
  * 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
index 7b5cbc454709bb178b36d1212b01ce4c628614c5..4b70bf1624cea639efc3a47c13e0a3a3ad7c7023 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation
+ * Copyright (C) 2017, 2018 Free Software Foundation
  *
  * 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
index 31d29101eb88b27096bef4683ace50b70e69598c..6660c47a10de2c0ec913e07f672099f2886cfad3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 613696706bba9e72e87fdc0d6cee595fa6b53283..77ed11b6ddbbcf2bc55b12fb5606cb2f5da70f41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 0428672c315ba5a1c805fb6ccb2e60d332210370..fec885a1270de594defb0c20a30051cf79bd7b04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 074fa9aafec566f4f37065736d4bac06ca651ebf..f756342b88110508f0178cc0bd59b85a31d43b24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 3fab3c54f7ede08cf153fd7918f5e788e2d9a312..dbed6ce38e0b34a235f488e97369fcd88d6bfcf2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 500bd02b6aabf2319d67efa9439bf2895e9022ed..bce0ecbc1c2c98cd4cee4a57db4a08a4b4563300 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index ace3144b5246305f9f828ea9c58ca196dbfa5abe..2d0178125460021032f0f9a1cd1f433eeb4423a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 3a8ea5ae8fe60bb71e3cf867ef9997d501a23cf0..0e24cdcc47f035f64b6943b454faae809ef5c6b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 92c845b1e5c55003856ee77371b6dbaabe9e5ccb..93fa9e1969247437be1dc66dd217d651e5d0e346 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index bad2c8c0fe233dfa58423f33d229776c179957f4..345c76dc10be6835b5d7bfa7a40ba3c74ce5fdd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 775a0cf83b67a819052b71d2f933294333d9b231..65b2c05c8dee9ee137a97c0e457e4cb95e33934d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 39f9f156a0a8416cbf0ec76e523941e521aa6526..3fe3a7afdc853582f4fa37cc896262aa45f97469 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 41324c7bd2865ccc4a64aa4731fbea48f49dc63d..2c40eea6c449bb07c48a0b1bc444850df5bc80f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index a42046ffea0474f6a53455af5313b0fd513b9846..5d0ea94e6a25c7541e52220d32a5c5a95898fc2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 5d1fed9e1793a2394ef424a9a8ba6f7f6e76c377..fb0f4f6adc0f0050c0d07a562ac1fbd9a206ad51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 4342cab86453349136160effc4ea4d46fb72aa4b..28d009a28456e2ab121e4c5c079883541f5e4692 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index ad3395e6daf978f5fec5d5873443ccc3ae5c4439..9d3552db50d4ceb9c0acb58ae60f3e8ff44fc630 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation
+ * Copyright (C) 2017, 2018 Free Software Foundation
  *
  * 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
index c3e6c8e09e1c5b255752cea0d7f27e134d883b89..a54f1f28ef2147add13e1282346ca924fceb1ca9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index e9c2db9b0f88e01bcf2c5af542ea552aff54051a..b2b7549a1ccc7bf845d4797d10300451350d344a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 7d052e61d838ff4bc8ddc44cdfa0ce7f3d7687bb..3511f177d87c98d2131026bef22cfd0f1109f9fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation
+ * Copyright (C) 2017, 2018 Free Software Foundation
  *
  * 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
index c4aff949334e0f2fcf8978d73bc0e8d5a44e52ee..f5c2ba7e216bc2b00285e38eb6f3278842ec6617 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index 9454c18440c54cd524c3e23007c39a993f93d98c..850de653000fbbe933b205dc9a7a48dc1830ce6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index d39482f00f45c718122519cd507c3c5b755de14d..c530e91a0e35e8bde32baff740757fbfa6822009 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation
+ * Copyright (C) 2017, 2018 Free Software Foundation
  *
  * 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
index 6a74c4fd0a3efc787302e6b30eb28315e6eacbf1..ca481bcc0a9e7fa52cc9a9fcd26e6e240edafee8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index bb3656725bf755a9b50026876ac2d247dc11120e..b8b1a0bc00f74c7e78e000fc4edae1a16fe64c06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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
index cdc0b18a08db8c2f1558ebfd13ba5e3ecc80e44d..b31df0b213fd59298625e622bb1bf3b15bb62e7d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Free Software Foundation
+ * Copyright (C) 2017, 2018 Free Software Foundation
  *
  * 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
index 517c50dcab134368055271b1af348bf4988a4407..d271b5cb1029f1aa3ae8bf17dc6c22d4a4e36762 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * 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