]> git.mxchange.org Git - jphone-core.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 10:44:04 +0000 (11:44 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Jan 2020 10:44:04 +0000 (11:44 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
46 files changed:
lib/jcoreee.jar
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 5d10fbaf2e9537ef2ee924232b6ad31da34664ad..5d270c7a56e200e098b361a8d36fd9d6d9a48918 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index 76bacab99306c357135757aa674f85c6ba55e2c5..5e62c9154a8331b06b4d243f2a7f3d495f2170ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 f8f0875a10ecbbab9ea9d2eefbbe841fe5ac05b4..a5310aa8bb039fb436cd8e9bf729cd0e968fc9ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 3be8dfa08bd2d0231d1e0c8fa9de4a7b6e1ac68b..b6181bdbd82b2622820def668305da4a56d6f371 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 7182568db9ffa60dc84999a70220aa67fca9ff5e..9c896929ca9b773522956ecea334538dff64b11b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 d811a35c4c03d7039576da256290ea3ec8d3964f..2c4aa0bb79071401428eb6da7c17495ff505526f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 7f5b98eb1529e7300200024f8452de134f99780f..cc1489a8e348a1e087261c1c6d44edb8078e3cb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 dc8f66a35a0378dba91926d1231351edbe730703..80974db7e236ba824b55c91b8047d74141abc1e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 4c25825b22271c55f4cc4670755dc0458349e351..1f9efd767ec9374703b8da768516f7ad76ccc365 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 322f28f90864c077db87bce9155212a97c690ca6..703db6cc70d31b4e160534d4367ec54bf55b99cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 edf853ec906618158f5a230e6bce96d64ac80072..d9927ab7fd5ad2f8bf99dd4ed633184bd465d858 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 8f87815f5287a3f9cb41e314bc64ed8b71f9bb8e..f50ca0b11533c0f77919990a83770664d377d39c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 c653f327a63aaaf793338226f0fe2b55fa10d2ce..1a10eefaa9f4f6ce8645a2fa9966c9af56c5533e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 3baab7088b9c153d648b3d6b88ad57b2911df21d..126bdd56903b9800e4212816c4325bfbf104ba96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 26f86ccdb81814a30e50e57d819ccda4637ecde6..a78168ffbe0a91dea54a65f901f546e42dbf549f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 76cd97a620e17c15d096d0cf1fa7db7c59efb9d2..cfff73a792ba5dc1cad38f5989ac567c57ef8ee6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 a6b663ed4b1c1d9b8cf1d5416a2711b7fb841e07..7d7db2213bf0d48d7ead657e56b74c31cab81d4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 a5e008992953b0a6c07373650b2befee98792dfb..8f853176fd334801e307c99da791dd1d371ef0b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 4b70bf1624cea639efc3a47c13e0a3a3ad7c7023..6719f93b9ff23bec7aaa8ab0a0bcec377c3e60b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 6660c47a10de2c0ec913e07f672099f2886cfad3..40ecb4c245d060f8a086fe6765df98c8ac26ae58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 77ed11b6ddbbcf2bc55b12fb5606cb2f5da70f41..c37900c040f7211c430bb73612c7465168ae2bdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 fec885a1270de594defb0c20a30051cf79bd7b04..9c6710e709e0919414367f456a61246978e53e2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 f756342b88110508f0178cc0bd59b85a31d43b24..c08fe5cfd9064865dd5e2e995a856dc222bfa495 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 dbed6ce38e0b34a235f488e97369fcd88d6bfcf2..3661f24eabd10c629b28bcc060657b0af430bfd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 bce0ecbc1c2c98cd4cee4a57db4a08a4b4563300..b3c3d6e875c4c744489404a577ce6a0765c5ab00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 2d0178125460021032f0f9a1cd1f433eeb4423a4..9f239147f03259c0a2af4cef11a278dd0c6b8b69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 0e24cdcc47f035f64b6943b454faae809ef5c6b0..1c2571e29a957cc4d702817344e2df9af1d5d3a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 93fa9e1969247437be1dc66dd217d651e5d0e346..57b81ed9897a6dc5e775821641e0fa6cc95b7e57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 345c76dc10be6835b5d7bfa7a40ba3c74ce5fdd6..54bb34049eb84653d72a0bd318181582f1757bc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 65b2c05c8dee9ee137a97c0e457e4cb95e33934d..c1cd0d717213a3f4bf86aafab2a0aed09e8a5ef2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 3fe3a7afdc853582f4fa37cc896262aa45f97469..589b38747684b8a73c2ebe8c7d047fafc739d694 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 2c40eea6c449bb07c48a0b1bc444850df5bc80f5..4552c18e01c1d4a3d92a661652196be1ca322288 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 5d0ea94e6a25c7541e52220d32a5c5a95898fc2f..6778db8ffd8672aca1b3afc49e034d5e433d68de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 fb0f4f6adc0f0050c0d07a562ac1fbd9a206ad51..61238c00682597b7b8237c65e780ed487311b86c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 28d009a28456e2ab121e4c5c079883541f5e4692..ff9d400d2cca152f416a72147e42f4d20e224be9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 9d3552db50d4ceb9c0acb58ae60f3e8ff44fc630..cb68006fde6aff7037e09ecd1e11c303b9dd2b66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 a54f1f28ef2147add13e1282346ca924fceb1ca9..d24ffb215ad0bc9084823d2ec47d43ad304f67ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 b2b7549a1ccc7bf845d4797d10300451350d344a..71b825fb9912a6ca26c2d7113da6b59d7da6e653 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 3511f177d87c98d2131026bef22cfd0f1109f9fe..f2c0771c79c9ce75bb0d5219e2357ce5d4c75e65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 f5c2ba7e216bc2b00285e38eb6f3278842ec6617..b248932a311c1b4e624f52523fb1df17c39d7774 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 850de653000fbbe933b205dc9a7a48dc1830ce6f..45a7a45f8d30f94d7bf8ca5a5b2cbf94b2f515ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 c530e91a0e35e8bde32baff740757fbfa6822009..848e64566a1a7e4c12e93367991fd83a663e15f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 ca481bcc0a9e7fa52cc9a9fcd26e6e240edafee8..cd8f6cbd2f91e23486bbb4862bbf463a86fe48ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 b8b1a0bc00f74c7e78e000fc4edae1a16fe64c06..e96371f307ef9fc27578141581b3941f53bdae67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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 a97508141a539d638c1ac3c85287f0c04dced2e6..116725777a980e79ffa4c823217cfc0159a348df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017, 2020 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 d271b5cb1029f1aa3ae8bf17dc6c22d4a4e36762..1e28f22e64fd0457ee67f452de2034ad3472ba75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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