From 8f52e9057e4f879a4427ddf786b542a644fe1fdd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 9 Jan 2024 23:46:21 +0100 Subject: [PATCH] Updated copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- lib/jcore-utils.jar | Bin 8423 -> 8423 bytes lib/jcoreee.jar | Bin 48290 -> 48290 bytes .../fax/created/CreatedFaxNumberEvent.java | 2 +- .../ObservableCreatedFaxNumberEvent.java | 2 +- .../deleted/AdminFaxNumberDeletedEvent.java | 2 +- .../ObservableAdminFaxNumberDeletedEvent.java | 2 +- .../AdminFaxNumberRemovedFromListEvent.java | 2 +- ...bleAdminFaxNumberRemovedFromListEvent.java | 2 +- .../updated/AdminFaxNumberUpdatedEvent.java | 2 +- .../ObservableAdminFaxNumberUpdatedEvent.java | 2 +- .../created/CreatedLandLineNumberEvent.java | 2 +- .../ObservableCreatedLandLineNumberEvent.java | 2 +- .../AdminLandLineNumberDeletedEvent.java | 2 +- ...rvableAdminLandLineNumberDeletedEvent.java | 2 +- ...minLandLineNumberRemovedFromListEvent.java | 2 +- ...minLandLineNumberRemovedFromListEvent.java | 2 +- .../AdminLandLineNumberUpdatedEvent.java | 2 +- ...rvableAdminLandLineNumberUpdatedEvent.java | 2 +- .../created/CreatedMobileNumberEvent.java | 2 +- .../ObservableCreatedMobileNumberEvent.java | 2 +- .../AdminMobileNumberDeletedEvent.java | 2 +- ...servableAdminMobileNumberDeletedEvent.java | 2 +- ...AdminMobileNumberRemovedFromListEvent.java | 2 +- ...AdminMobileNumberRemovedFromListEvent.java | 2 +- .../AdminMobileNumberUpdatedEvent.java | 2 +- ...servableAdminMobileNumberUpdatedEvent.java | 2 +- .../added/AdminMobileProviderAddedEvent.java | 2 +- ...servableAdminMobileProviderAddedEvent.java | 2 +- .../mobile/MobileEntityNotFoundException.java | 2 +- .../MobileNumberAlreadyLinkedException.java | 2 +- .../MobileNumberNotLinkedException.java | 2 +- .../MobileProviderAlreadyAddedException.java | 2 +- .../MobileProviderNotFoundException.java | 2 +- .../phone/PhoneEntityNotFoundException.java | 2 +- .../PhoneNumberAlreadyLinkedException.java | 2 +- .../phone/PhoneNumberNotLinkedException.java | 2 +- .../model/phonenumbers/DialableNumber.java | 2 +- .../phonenumbers/fax/DialableFaxNumber.java | 2 +- .../model/phonenumbers/fax/FaxNumber.java | 2 +- .../landline/DialableLandLineNumber.java | 2 +- .../phonenumbers/landline/LandLineNumber.java | 2 +- .../mobile/DialableMobileNumber.java | 2 +- .../phonenumbers/mobile/MobileNumber.java | 2 +- .../mobileprovider/CellphoneProvider.java | 2 +- .../mobileprovider/MobileProvider.java | 2 +- .../jphone/model/utils/FaxNumberUtils.java | 2 +- .../model/utils/LandLineNumberUtils.java | 2 +- .../jphone/model/utils/MobileNumberUtils.java | 2 +- .../model/utils/MobileProviderUtils.java | 2 +- 49 files changed, 47 insertions(+), 47 deletions(-) diff --git a/lib/jcore-utils.jar b/lib/jcore-utils.jar index d23fad0b8e39ebf21fa2b2369f219d6b2c3f16aa..9c93598ea636f4cc0061fc9b1feaf4a959d3a296 100644 GIT binary patch delta 14 WcmaFv_}p>BFD6El&A*x6$N~U2`v&U( delta 14 WcmaFv_}p>BFD6E#&A*x6$N~U2?*{1r diff --git a/lib/jcoreee.jar b/lib/jcoreee.jar index f7f68b2f46f5382090dae6c9d27740bf42f88d4e..7728b6ebbef2c67416763df2bd399c677218bbd6 100644 GIT binary patch delta 20 ccmZ4VlWEaUrVS;mj3$$1*(5jjv5IU509h6Xc>n+a delta 20 ccmZ4VlWEaUrVS;mj7F1X*(5jjv5IU509gVDcK`qY diff --git a/src/org/mxchange/jphone/events/fax/created/CreatedFaxNumberEvent.java b/src/org/mxchange/jphone/events/fax/created/CreatedFaxNumberEvent.java index b43edf9..cab631e 100644 --- a/src/org/mxchange/jphone/events/fax/created/CreatedFaxNumberEvent.java +++ b/src/org/mxchange/jphone/events/fax/created/CreatedFaxNumberEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/events/fax/created/ObservableCreatedFaxNumberEvent.java b/src/org/mxchange/jphone/events/fax/created/ObservableCreatedFaxNumberEvent.java index f2ae9e8..20e74ae 100644 --- a/src/org/mxchange/jphone/events/fax/created/ObservableCreatedFaxNumberEvent.java +++ b/src/org/mxchange/jphone/events/fax/created/ObservableCreatedFaxNumberEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/events/fax/deleted/AdminFaxNumberDeletedEvent.java b/src/org/mxchange/jphone/events/fax/deleted/AdminFaxNumberDeletedEvent.java index 56f4314..5553364 100644 --- a/src/org/mxchange/jphone/events/fax/deleted/AdminFaxNumberDeletedEvent.java +++ b/src/org/mxchange/jphone/events/fax/deleted/AdminFaxNumberDeletedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/fax/deleted/ObservableAdminFaxNumberDeletedEvent.java b/src/org/mxchange/jphone/events/fax/deleted/ObservableAdminFaxNumberDeletedEvent.java index 52aa0fe..9a66544 100644 --- a/src/org/mxchange/jphone/events/fax/deleted/ObservableAdminFaxNumberDeletedEvent.java +++ b/src/org/mxchange/jphone/events/fax/deleted/ObservableAdminFaxNumberDeletedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/fax/removed/AdminFaxNumberRemovedFromListEvent.java b/src/org/mxchange/jphone/events/fax/removed/AdminFaxNumberRemovedFromListEvent.java index 02147e5..9c8112b 100644 --- a/src/org/mxchange/jphone/events/fax/removed/AdminFaxNumberRemovedFromListEvent.java +++ b/src/org/mxchange/jphone/events/fax/removed/AdminFaxNumberRemovedFromListEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/fax/removed/ObservableAdminFaxNumberRemovedFromListEvent.java b/src/org/mxchange/jphone/events/fax/removed/ObservableAdminFaxNumberRemovedFromListEvent.java index efa789f..a8ff306 100644 --- a/src/org/mxchange/jphone/events/fax/removed/ObservableAdminFaxNumberRemovedFromListEvent.java +++ b/src/org/mxchange/jphone/events/fax/removed/ObservableAdminFaxNumberRemovedFromListEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/fax/updated/AdminFaxNumberUpdatedEvent.java b/src/org/mxchange/jphone/events/fax/updated/AdminFaxNumberUpdatedEvent.java index fa60783..297e179 100644 --- a/src/org/mxchange/jphone/events/fax/updated/AdminFaxNumberUpdatedEvent.java +++ b/src/org/mxchange/jphone/events/fax/updated/AdminFaxNumberUpdatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/fax/updated/ObservableAdminFaxNumberUpdatedEvent.java b/src/org/mxchange/jphone/events/fax/updated/ObservableAdminFaxNumberUpdatedEvent.java index 2022c45..37794c9 100644 --- a/src/org/mxchange/jphone/events/fax/updated/ObservableAdminFaxNumberUpdatedEvent.java +++ b/src/org/mxchange/jphone/events/fax/updated/ObservableAdminFaxNumberUpdatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/landline/created/CreatedLandLineNumberEvent.java b/src/org/mxchange/jphone/events/landline/created/CreatedLandLineNumberEvent.java index 27e75bf..29f4411 100644 --- a/src/org/mxchange/jphone/events/landline/created/CreatedLandLineNumberEvent.java +++ b/src/org/mxchange/jphone/events/landline/created/CreatedLandLineNumberEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/events/landline/created/ObservableCreatedLandLineNumberEvent.java b/src/org/mxchange/jphone/events/landline/created/ObservableCreatedLandLineNumberEvent.java index aad1f94..e874bbd 100644 --- a/src/org/mxchange/jphone/events/landline/created/ObservableCreatedLandLineNumberEvent.java +++ b/src/org/mxchange/jphone/events/landline/created/ObservableCreatedLandLineNumberEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/events/landline/deleted/AdminLandLineNumberDeletedEvent.java b/src/org/mxchange/jphone/events/landline/deleted/AdminLandLineNumberDeletedEvent.java index 55b467a..6a2e29a 100644 --- a/src/org/mxchange/jphone/events/landline/deleted/AdminLandLineNumberDeletedEvent.java +++ b/src/org/mxchange/jphone/events/landline/deleted/AdminLandLineNumberDeletedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/landline/deleted/ObservableAdminLandLineNumberDeletedEvent.java b/src/org/mxchange/jphone/events/landline/deleted/ObservableAdminLandLineNumberDeletedEvent.java index 358c7ee..3228c06 100644 --- a/src/org/mxchange/jphone/events/landline/deleted/ObservableAdminLandLineNumberDeletedEvent.java +++ b/src/org/mxchange/jphone/events/landline/deleted/ObservableAdminLandLineNumberDeletedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/landline/removed/AdminLandLineNumberRemovedFromListEvent.java b/src/org/mxchange/jphone/events/landline/removed/AdminLandLineNumberRemovedFromListEvent.java index 478f596..1befb37 100644 --- a/src/org/mxchange/jphone/events/landline/removed/AdminLandLineNumberRemovedFromListEvent.java +++ b/src/org/mxchange/jphone/events/landline/removed/AdminLandLineNumberRemovedFromListEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/landline/removed/ObservableAdminLandLineNumberRemovedFromListEvent.java b/src/org/mxchange/jphone/events/landline/removed/ObservableAdminLandLineNumberRemovedFromListEvent.java index 7dac773..60f8442 100644 --- a/src/org/mxchange/jphone/events/landline/removed/ObservableAdminLandLineNumberRemovedFromListEvent.java +++ b/src/org/mxchange/jphone/events/landline/removed/ObservableAdminLandLineNumberRemovedFromListEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/landline/updated/AdminLandLineNumberUpdatedEvent.java b/src/org/mxchange/jphone/events/landline/updated/AdminLandLineNumberUpdatedEvent.java index db07df4..0a325d9 100644 --- a/src/org/mxchange/jphone/events/landline/updated/AdminLandLineNumberUpdatedEvent.java +++ b/src/org/mxchange/jphone/events/landline/updated/AdminLandLineNumberUpdatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/landline/updated/ObservableAdminLandLineNumberUpdatedEvent.java b/src/org/mxchange/jphone/events/landline/updated/ObservableAdminLandLineNumberUpdatedEvent.java index d7e3155..0ad39fb 100644 --- a/src/org/mxchange/jphone/events/landline/updated/ObservableAdminLandLineNumberUpdatedEvent.java +++ b/src/org/mxchange/jphone/events/landline/updated/ObservableAdminLandLineNumberUpdatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobile/created/CreatedMobileNumberEvent.java b/src/org/mxchange/jphone/events/mobile/created/CreatedMobileNumberEvent.java index a3c92a0..f9bfcd4 100644 --- a/src/org/mxchange/jphone/events/mobile/created/CreatedMobileNumberEvent.java +++ b/src/org/mxchange/jphone/events/mobile/created/CreatedMobileNumberEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobile/created/ObservableCreatedMobileNumberEvent.java b/src/org/mxchange/jphone/events/mobile/created/ObservableCreatedMobileNumberEvent.java index 2459ca4..958cfb3 100644 --- a/src/org/mxchange/jphone/events/mobile/created/ObservableCreatedMobileNumberEvent.java +++ b/src/org/mxchange/jphone/events/mobile/created/ObservableCreatedMobileNumberEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobile/deleted/AdminMobileNumberDeletedEvent.java b/src/org/mxchange/jphone/events/mobile/deleted/AdminMobileNumberDeletedEvent.java index eaf6fc6..22cf356 100644 --- a/src/org/mxchange/jphone/events/mobile/deleted/AdminMobileNumberDeletedEvent.java +++ b/src/org/mxchange/jphone/events/mobile/deleted/AdminMobileNumberDeletedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobile/deleted/ObservableAdminMobileNumberDeletedEvent.java b/src/org/mxchange/jphone/events/mobile/deleted/ObservableAdminMobileNumberDeletedEvent.java index f0a7a28..7c84427 100644 --- a/src/org/mxchange/jphone/events/mobile/deleted/ObservableAdminMobileNumberDeletedEvent.java +++ b/src/org/mxchange/jphone/events/mobile/deleted/ObservableAdminMobileNumberDeletedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobile/remove/AdminMobileNumberRemovedFromListEvent.java b/src/org/mxchange/jphone/events/mobile/remove/AdminMobileNumberRemovedFromListEvent.java index ce0e453..fe89b44 100644 --- a/src/org/mxchange/jphone/events/mobile/remove/AdminMobileNumberRemovedFromListEvent.java +++ b/src/org/mxchange/jphone/events/mobile/remove/AdminMobileNumberRemovedFromListEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobile/remove/ObservableAdminMobileNumberRemovedFromListEvent.java b/src/org/mxchange/jphone/events/mobile/remove/ObservableAdminMobileNumberRemovedFromListEvent.java index f62ebb7..46a91c8 100644 --- a/src/org/mxchange/jphone/events/mobile/remove/ObservableAdminMobileNumberRemovedFromListEvent.java +++ b/src/org/mxchange/jphone/events/mobile/remove/ObservableAdminMobileNumberRemovedFromListEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobile/updated/AdminMobileNumberUpdatedEvent.java b/src/org/mxchange/jphone/events/mobile/updated/AdminMobileNumberUpdatedEvent.java index 4460070..98861ab 100644 --- a/src/org/mxchange/jphone/events/mobile/updated/AdminMobileNumberUpdatedEvent.java +++ b/src/org/mxchange/jphone/events/mobile/updated/AdminMobileNumberUpdatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobile/updated/ObservableAdminMobileNumberUpdatedEvent.java b/src/org/mxchange/jphone/events/mobile/updated/ObservableAdminMobileNumberUpdatedEvent.java index af8b8c4..9bed50c 100644 --- a/src/org/mxchange/jphone/events/mobile/updated/ObservableAdminMobileNumberUpdatedEvent.java +++ b/src/org/mxchange/jphone/events/mobile/updated/ObservableAdminMobileNumberUpdatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobileprovider/added/AdminMobileProviderAddedEvent.java b/src/org/mxchange/jphone/events/mobileprovider/added/AdminMobileProviderAddedEvent.java index 1345f9e..e2d6bd2 100644 --- a/src/org/mxchange/jphone/events/mobileprovider/added/AdminMobileProviderAddedEvent.java +++ b/src/org/mxchange/jphone/events/mobileprovider/added/AdminMobileProviderAddedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/events/mobileprovider/added/ObservableAdminMobileProviderAddedEvent.java b/src/org/mxchange/jphone/events/mobileprovider/added/ObservableAdminMobileProviderAddedEvent.java index 378398b..78da3ea 100644 --- a/src/org/mxchange/jphone/events/mobileprovider/added/ObservableAdminMobileProviderAddedEvent.java +++ b/src/org/mxchange/jphone/events/mobileprovider/added/ObservableAdminMobileProviderAddedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/exceptions/mobile/MobileEntityNotFoundException.java b/src/org/mxchange/jphone/exceptions/mobile/MobileEntityNotFoundException.java index 3843244..50ee324 100644 --- a/src/org/mxchange/jphone/exceptions/mobile/MobileEntityNotFoundException.java +++ b/src/org/mxchange/jphone/exceptions/mobile/MobileEntityNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/exceptions/mobile/MobileNumberAlreadyLinkedException.java b/src/org/mxchange/jphone/exceptions/mobile/MobileNumberAlreadyLinkedException.java index 0c084e8..a81c39a 100644 --- a/src/org/mxchange/jphone/exceptions/mobile/MobileNumberAlreadyLinkedException.java +++ b/src/org/mxchange/jphone/exceptions/mobile/MobileNumberAlreadyLinkedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/exceptions/mobile/MobileNumberNotLinkedException.java b/src/org/mxchange/jphone/exceptions/mobile/MobileNumberNotLinkedException.java index 340a144..ee441e0 100644 --- a/src/org/mxchange/jphone/exceptions/mobile/MobileNumberNotLinkedException.java +++ b/src/org/mxchange/jphone/exceptions/mobile/MobileNumberNotLinkedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderAlreadyAddedException.java b/src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderAlreadyAddedException.java index 97517af..35ba837 100644 --- a/src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderAlreadyAddedException.java +++ b/src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderAlreadyAddedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderNotFoundException.java b/src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderNotFoundException.java index a897066..e86cf3d 100644 --- a/src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderNotFoundException.java +++ b/src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/exceptions/phone/PhoneEntityNotFoundException.java b/src/org/mxchange/jphone/exceptions/phone/PhoneEntityNotFoundException.java index 36c3b41..c63aae8 100644 --- a/src/org/mxchange/jphone/exceptions/phone/PhoneEntityNotFoundException.java +++ b/src/org/mxchange/jphone/exceptions/phone/PhoneEntityNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/exceptions/phone/PhoneNumberAlreadyLinkedException.java b/src/org/mxchange/jphone/exceptions/phone/PhoneNumberAlreadyLinkedException.java index 635eb4e..c28c369 100644 --- a/src/org/mxchange/jphone/exceptions/phone/PhoneNumberAlreadyLinkedException.java +++ b/src/org/mxchange/jphone/exceptions/phone/PhoneNumberAlreadyLinkedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/exceptions/phone/PhoneNumberNotLinkedException.java b/src/org/mxchange/jphone/exceptions/phone/PhoneNumberNotLinkedException.java index df0e1d0..1534299 100644 --- a/src/org/mxchange/jphone/exceptions/phone/PhoneNumberNotLinkedException.java +++ b/src/org/mxchange/jphone/exceptions/phone/PhoneNumberNotLinkedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/DialableNumber.java b/src/org/mxchange/jphone/model/phonenumbers/DialableNumber.java index 582f5e9..99c7727 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/DialableNumber.java +++ b/src/org/mxchange/jphone/model/phonenumbers/DialableNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/fax/DialableFaxNumber.java b/src/org/mxchange/jphone/model/phonenumbers/fax/DialableFaxNumber.java index f21f319..01158bc 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/fax/DialableFaxNumber.java +++ b/src/org/mxchange/jphone/model/phonenumbers/fax/DialableFaxNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/fax/FaxNumber.java b/src/org/mxchange/jphone/model/phonenumbers/fax/FaxNumber.java index be3d52c..d722801 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/fax/FaxNumber.java +++ b/src/org/mxchange/jphone/model/phonenumbers/fax/FaxNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/landline/DialableLandLineNumber.java b/src/org/mxchange/jphone/model/phonenumbers/landline/DialableLandLineNumber.java index c21f5b3..bee6e1f 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/landline/DialableLandLineNumber.java +++ b/src/org/mxchange/jphone/model/phonenumbers/landline/DialableLandLineNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/landline/LandLineNumber.java b/src/org/mxchange/jphone/model/phonenumbers/landline/LandLineNumber.java index 4f086a0..748bfb3 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/landline/LandLineNumber.java +++ b/src/org/mxchange/jphone/model/phonenumbers/landline/LandLineNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/mobile/DialableMobileNumber.java b/src/org/mxchange/jphone/model/phonenumbers/mobile/DialableMobileNumber.java index f2af6fd..92dedf4 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/mobile/DialableMobileNumber.java +++ b/src/org/mxchange/jphone/model/phonenumbers/mobile/DialableMobileNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/mobile/MobileNumber.java b/src/org/mxchange/jphone/model/phonenumbers/mobile/MobileNumber.java index 0c895db..c5e662e 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/mobile/MobileNumber.java +++ b/src/org/mxchange/jphone/model/phonenumbers/mobile/MobileNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/mobileprovider/CellphoneProvider.java b/src/org/mxchange/jphone/model/phonenumbers/mobileprovider/CellphoneProvider.java index da3a8f7..b97eafa 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/mobileprovider/CellphoneProvider.java +++ b/src/org/mxchange/jphone/model/phonenumbers/mobileprovider/CellphoneProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/phonenumbers/mobileprovider/MobileProvider.java b/src/org/mxchange/jphone/model/phonenumbers/mobileprovider/MobileProvider.java index cd238c7..4bdb7f7 100644 --- a/src/org/mxchange/jphone/model/phonenumbers/mobileprovider/MobileProvider.java +++ b/src/org/mxchange/jphone/model/phonenumbers/mobileprovider/MobileProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2022 Free Software Foundation + * Copyright (C) 2016 - 2024 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 diff --git a/src/org/mxchange/jphone/model/utils/FaxNumberUtils.java b/src/org/mxchange/jphone/model/utils/FaxNumberUtils.java index 21bc095..ef52910 100644 --- a/src/org/mxchange/jphone/model/utils/FaxNumberUtils.java +++ b/src/org/mxchange/jphone/model/utils/FaxNumberUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/model/utils/LandLineNumberUtils.java b/src/org/mxchange/jphone/model/utils/LandLineNumberUtils.java index d9fbe81..86bb460 100644 --- a/src/org/mxchange/jphone/model/utils/LandLineNumberUtils.java +++ b/src/org/mxchange/jphone/model/utils/LandLineNumberUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/model/utils/MobileNumberUtils.java b/src/org/mxchange/jphone/model/utils/MobileNumberUtils.java index 5bef495..ed9355d 100644 --- a/src/org/mxchange/jphone/model/utils/MobileNumberUtils.java +++ b/src/org/mxchange/jphone/model/utils/MobileNumberUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 diff --git a/src/org/mxchange/jphone/model/utils/MobileProviderUtils.java b/src/org/mxchange/jphone/model/utils/MobileProviderUtils.java index 37b7891..10a3654 100644 --- a/src/org/mxchange/jphone/model/utils/MobileProviderUtils.java +++ b/src/org/mxchange/jphone/model/utils/MobileProviderUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2022 Free Software Foundation + * Copyright (C) 2017 - 2024 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 -- 2.39.2