]> git.mxchange.org Git - jphone-core.git/commitdiff
Changed copyright notice to the FSF, so after my death they will continue my
authorRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:03:26 +0000 (00:03 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:03:26 +0000 (00:03 +0100)
interests, nice!

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 351d95e564a1256fd1a5a9ab34699e4280e54ccc..1e8f9aa3555fc50141e25a40dbc73c942607aa0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 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 4e22408427a178439f32b508f55dd47cfcc7c482..9206215b455b43bf1af77f6d45bcf3897e26307b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 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 08935d8f6dea54c9a6f9065781a0bee44002060c..1dbfefe84e15ae684dc25e08549da8aa735a544a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 f48b517413f8860a70e66448d092435611f48756..cb5311d70fe5045058a0f3b66aca25d9f1f65d9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 882f10da83280da666c186747cd3e590b7afa8a6..d8095d9c1e3bda6ff27f8a28e3c1cc478f435ddc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 3742ed06c83a30986a48937c7063351468b60e1e..dd81d0de0a79042313b37ad87571f3655073beee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 84379b81537d3f2560adcd9fc4d620deb7e2efcf..136db588e7a97cdf2ef7503045be34fa7ff66d50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 b31a291e0acf5adeba6e60c7350d71098d388031..4cf291efaf8c1e18cc33eff2caf5e94aaacf1936 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 73809e057deab7ad04cf72de4bea9d56bc2f6689..ff6ea65349a907fea8c30d2db52d4beaf839a582 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 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 1fa6cb140cb759dc2ca5b4b21e1d0e7d077e31b6..f0296029926714017ef72ea82d94807a57c47503 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 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 bf46e238130302beb4bb4e531952f04e0c01d57e..eea3838ea5d727a2061173356698090202982c37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 0e3942899ffdcce0806a90b6138ac7fd01dec492..5354cf8217dbbe35f1ec5da2036e451b598535d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 a1d17957567fabb0e9b913747ee2546668e51daf..7704dcf2d30c676ed9a78978d89a6a6a7f104bdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 123a0210c9ce9c6edcc53c325b49f657c3b008aa..a9b6895245bbed6b99c19162ef864de9edcfea03 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 ec76cef12915de1eda8af02feea288eacbba5687..5a97868fd8c1bc57a61b70e1ceba9ff39658758b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 596273da387c15c3b2dd5306d9db748ff5b768d0..2bf7fd10e4cfc36b4ee2980a6ef106fa7b5d5a0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 610040711328023e2837b7a4ffc1eaf8df4ca5f3..8670ac66f5deb5524dadd1228bdcd327112a3837 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 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 9b56e6f3c12c1da68c9ce57c44063899622f1ec7..7b5cbc454709bb178b36d1212b01ce4c628614c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 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 f3d4f7c552d0cc31261f62896315863318ac935a..31d29101eb88b27096bef4683ace50b70e69598c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 75196c39b1b31a2130de36cc2339e35b5afce260..613696706bba9e72e87fdc0d6cee595fa6b53283 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 51ac32a797be72e5632ff895cda1de1c0d45024d..0428672c315ba5a1c805fb6ccb2e60d332210370 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 9ef0c0c73b8058e9e7bb351cff98f578a4713f80..074fa9aafec566f4f37065736d4bac06ca651ebf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 72e05e7c60491e844e67d1edaa93766be0009bef..3fab3c54f7ede08cf153fd7918f5e788e2d9a312 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 5572fcd3416c067fc25a76b9b5a1a73848e0092c..500bd02b6aabf2319d67efa9439bf2895e9022ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 03455849dddc39af84db691b011e1903fcb95f9e..ace3144b5246305f9f828ea9c58ca196dbfa5abe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 5a826020f410f4b243f4989b9e7c226ab5f750fe..3a8ea5ae8fe60bb71e3cf867ef9997d501a23cf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 f8a78bbe273af8fb320b33d90c046064b7fb80a0..92c845b1e5c55003856ee77371b6dbaabe9e5ccb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 d08af974878d0f38431193a5ac802bc37eadb3a9..bad2c8c0fe233dfa58423f33d229776c179957f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 3ea07bd10fe40c9e5abc466c60af050e6c204c34..775a0cf83b67a819052b71d2f933294333d9b231 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 56ebd4fc210d22c53ac3df474b31377ed009bda3..39f9f156a0a8416cbf0ec76e523941e521aa6526 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 c1386034ce00d0c3a490ad3b9fdba60d6700ef68..41324c7bd2865ccc4a64aa4731fbea48f49dc63d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 4cdd1e5f94cd7f98ba1f7cb5a50afbe9c1bc9972..a42046ffea0474f6a53455af5313b0fd513b9846 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 9d3c5521923d85bdc878e69179a89007816507d7..5d1fed9e1793a2394ef424a9a8ba6f7f6e76c377 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 5dd3752f27303f943aa7354019eaca57f4184629..4342cab86453349136160effc4ea4d46fb72aa4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 2fd3cc5c14104969f48ec1c48dae1514650310ab..ad3395e6daf978f5fec5d5873443ccc3ae5c4439 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 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 1666db73531ffabb0fcb44171b918f58784fd1f6..c3e6c8e09e1c5b255752cea0d7f27e134d883b89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 2a9f697fbaf518f4a7678897c936f7c70a661edb..e9c2db9b0f88e01bcf2c5af542ea552aff54051a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 e9e70c67b231d7978fad8b6802570338bcec516a..7d052e61d838ff4bc8ddc44cdfa0ce7f3d7687bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 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 abb46327d9bfa8ff7c27e164af994f33ca8c6eb2..c4aff949334e0f2fcf8978d73bc0e8d5a44e52ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 8585c82a837661e7a6a44dee9deede08f02aea6e..9454c18440c54cd524c3e23007c39a993f93d98c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 6c92014bef964eaa5a937daef243f95ab25c2ae3..d39482f00f45c718122519cd507c3c5b755de14d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 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 ab39a7b821dbcecd57895d23119f40a938db0355..6a74c4fd0a3efc787302e6b30eb28315e6eacbf1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 6a6f24d30684c2f69e80b665be1dc96aaef7dcc0..bb3656725bf755a9b50026876ac2d247dc11120e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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 ac0c52faf0982918574b73c46578d4bec7a7264f..cdc0b18a08db8c2f1558ebfd13ba5e3ecc80e44d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 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 3bd5c91d9fb83665d98e271df58535c671e1455f..517c50dcab134368055271b1af348bf4988a4407 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 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