]> git.mxchange.org Git - jphone-core.git/commitdiff
Updated copyright year
authorRoland Häder <roland@mxchange.org>
Fri, 23 Sep 2022 12:52:57 +0000 (14:52 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Sep 2022 12:52:57 +0000 (14:52 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
49 files changed:
lib/jcore-utils.jar
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/mobile/MobileEntityNotFoundException.java
src/org/mxchange/jphone/exceptions/mobile/MobileNumberAlreadyLinkedException.java
src/org/mxchange/jphone/exceptions/mobile/MobileNumberNotLinkedException.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

index 6cd5a0ca00091cfb326c68da5ac2b5629c5bc92d..62ff321fcb43dea4c27e02ac7bbdc82804b247ff 100644 (file)
Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ
index 6341180662859f4bf166bb709b626bd46f6c04cd..7e417aa71a9dabb45fc1c05790881643c3d57c23 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index 888f56949a7797dbb0ba7ddd5df36e0f3e2bb0a9..706b1cce3771204fafb64cd15e0df5d494d800ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 b7723d2588f6e3d2ba86b2c8cce82bc65ce42e43..f2ae9e85a40f105a089f68e91791f9eeb419c083 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 b6181bdbd82b2622820def668305da4a56d6f371..d27752d8993eebcd860bf8eb681339dd4f9e786b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 9c896929ca9b773522956ecea334538dff64b11b..fea6a597e63261945559b62e2849ac3216f77e1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 2c4aa0bb79071401428eb6da7c17495ff505526f..8de01824ab407180ecf1b7c1bd235457f2619c92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 cc1489a8e348a1e087261c1c6d44edb8078e3cb0..37cb48ddd54140cc4d49ab5579a1a8aaeeb01aaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 80974db7e236ba824b55c91b8047d74141abc1e2..9905057f42aa8902e559194ae189a59a37a75003 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 1f9efd767ec9374703b8da768516f7ad76ccc365..a7d53aec499e343846218019f4f349ad7447698f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 5b7bd83d67759a43c53c0623140db7ecc9c73ca3..d069df6c89e0c8fe33d7d5db47a6cbedba86d268 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 0433c62a462c731090910fc4cccba0afd2d07c8a..aad1f94301f810d216a125241d62fd3e0e466bbd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 f50ca0b11533c0f77919990a83770664d377d39c..72c1b4f028aebae2f220698c12ef2f97274c73f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 1a10eefaa9f4f6ce8645a2fa9966c9af56c5533e..1e6d235012b6560bac0840baffa7e618ed982661 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 126bdd56903b9800e4212816c4325bfbf104ba96..a58f47070784d7c1f8119e9bc0e7c8d747f53fea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 a78168ffbe0a91dea54a65f901f546e42dbf549f..85cc6741bba1cb3c95b152af1433dae895abffc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 cfff73a792ba5dc1cad38f5989ac567c57ef8ee6..a3b57efd73a62c8b462f2315e2dee745ffdf7f37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 7d7db2213bf0d48d7ead657e56b74c31cab81d4f..1cd32072dd6c14ee38a5f047a648a46cefc50abe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 eb8ea39192b2bade5c5a31a6a884bb2cbde43b57..4ba4878cb74afde685d69b4b75e217cb55d6a4d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 52454cd2645fbb155777e298386ef42ec872a109..2459ca42c6aeb39b124f33911ac5212f44daa751 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 40ecb4c245d060f8a086fe6765df98c8ac26ae58..f86a63f9612232a95ee456de4df76b392c7efd06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 c37900c040f7211c430bb73612c7465168ae2bdb..fd2fc01bcdfb96fd7df00fcc479713b2816be12a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 9c6710e709e0919414367f456a61246978e53e2c..277a99883bcaf39aa6780a990f3e6e19b2e3325d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 c08fe5cfd9064865dd5e2e995a856dc222bfa495..cea2221c7f844b0169827748d34198087e0a79d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 3661f24eabd10c629b28bcc060657b0af430bfd3..b1dbca9c8159b242f05421a98b5171ad0ff979e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 b3c3d6e875c4c744489404a577ce6a0765c5ab00..96530dd72a31fc3d016b0d6acefdd146da00d23c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 9f239147f03259c0a2af4cef11a278dd0c6b8b69..86de8794ec4e0eaa3f0711bc5c803daba9a217a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 1c2571e29a957cc4d702817344e2df9af1d5d3a6..6328291684e6c150ea5a17e0738cc311d862dc73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 fe2a455c981ecd895010f203f1a96e424f727607..3843244b5fb5c996e1dce9ae5414bc9f8baef168 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 226d437d62034d55daaeb4d1a84e3abb41df22b5..0c084e8385d65b03aed68c85d74a8015424c5a6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 d19ce9a6e1abf184a82883254d9a32116851e670..340a14461ce8510678e600a0a9ec0db88525d1d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 57b81ed9897a6dc5e775821641e0fa6cc95b7e57..97517af03198e1b16655398ddc8400b558939152 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 54bb34049eb84653d72a0bd318181582f1757bc9..a8970668f8fb4051dc531f8169f5befe2b44b342 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 c1cd0d717213a3f4bf86aafab2a0aed09e8a5ef2..36c3b410adfd8ff1c49e3100090709ad889fb961 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 017e2d4f6fc26a2c4d1b721a015774709dcbd003..635eb4e0d7e998febf1a32175d9a770eb5f6da35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 ad5b4f356defe6aeca5d7bd476896a4a177b7dec..df0e1d06f1704a8048ebd7949228bddb06ead827 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 6778db8ffd8672aca1b3afc49e034d5e433d68de..582f5e9922e2d99dc54472d4a025785780e6931f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 75d3e3b6a936939c8619c55cce61e661146d643b..f21f319d3f1a58f3027bfe622c1db622a7093e11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 d112496efc20943746c79b658306d103520bfdcb..0adc73504c59ecff85d7a67433037477a270b5c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 50fdd2558e85d81a03ddf479e6237c217c8ce316..2998512b9fa13361808add4d6a9954ed149d9800 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 013789e8f4565eb3a3530370e2ac68b7d35fe228..c21f5b36c013dbfd8ae3491a9b168d264977b76c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 d7f601e5b4eaccb34da7468f91c6a66580448137..4f39bcd9c43bf7b318f49dc2c6a53b4654d2a3bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 3fef8b2dfca3b1217e83820fd41096584465959c..769069dfbd769c09177b04cba2e04663cf4f4abe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 2ea217761c076c3f2454acecdcb6b7708d3807a2..f2af6fdc3230480844a211d3eb796c50e65b999c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 b1ee3aaf54b19cd40072a7f7d88e5023115cd236..1aa1c51c2a04a4fad23d28f8a68584be1f64481d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 c0a7d72883ee27896151bca45461e50965641c57..1e139b62eb659559a850f11d0503906f0de09745 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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 7e474e35a3ddb72e7338373a6ae6306c1d592690..5b263891ec8614fdc91efa8f179bd490464c8b86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 0a0fa61d190afeeb680240e6291b2a0ec66019c3..cd238c71ea8c5bb790136b4627fcc46bcc812206 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 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 a19c8ae94aad4e9e3d690d019ae46dbb8f3e3341..10164bd3585e5cb2f2d2ad72a83afb05a9817090 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 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