From: Roland Häder Date: Wed, 15 Jan 2020 10:45:32 +0000 (+0100) Subject: Updated copyright year X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=90b1f933e16d953649ce2793f2504d097bd9e980;p=jaddressbook-core.git Updated copyright year Signed-off-by: Roland Häder --- diff --git a/lib/jcore-utils.jar b/lib/jcore-utils.jar index 87bd50a..09ea21c 100644 Binary files a/lib/jcore-utils.jar and b/lib/jcore-utils.jar differ diff --git a/src/org/mxchange/jaddressbook/events/addressbook/AddressbookLoadedEvent.java b/src/org/mxchange/jaddressbook/events/addressbook/AddressbookLoadedEvent.java index 248e891..e7a7d96 100644 --- a/src/org/mxchange/jaddressbook/events/addressbook/AddressbookLoadedEvent.java +++ b/src/org/mxchange/jaddressbook/events/addressbook/AddressbookLoadedEvent.java @@ -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 diff --git a/src/org/mxchange/jaddressbook/events/addressbook/ObservableAddressbookLoadedEvent.java b/src/org/mxchange/jaddressbook/events/addressbook/ObservableAddressbookLoadedEvent.java index 63f5112..f7e7c0b 100644 --- a/src/org/mxchange/jaddressbook/events/addressbook/ObservableAddressbookLoadedEvent.java +++ b/src/org/mxchange/jaddressbook/events/addressbook/ObservableAddressbookLoadedEvent.java @@ -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 diff --git a/src/org/mxchange/jaddressbook/exceptions/AddressbookNameAlreadyUsedException.java b/src/org/mxchange/jaddressbook/exceptions/AddressbookNameAlreadyUsedException.java index c2372de..3265d52 100644 --- a/src/org/mxchange/jaddressbook/exceptions/AddressbookNameAlreadyUsedException.java +++ b/src/org/mxchange/jaddressbook/exceptions/AddressbookNameAlreadyUsedException.java @@ -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 diff --git a/src/org/mxchange/jaddressbook/exceptions/AddressbookNotFoundException.java b/src/org/mxchange/jaddressbook/exceptions/AddressbookNotFoundException.java index e1612fd..6e8f6bd 100644 --- a/src/org/mxchange/jaddressbook/exceptions/AddressbookNotFoundException.java +++ b/src/org/mxchange/jaddressbook/exceptions/AddressbookNotFoundException.java @@ -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 diff --git a/src/org/mxchange/jaddressbook/model/addressbook/Addressbook.java b/src/org/mxchange/jaddressbook/model/addressbook/Addressbook.java index 7ff705e..b19c426 100644 --- a/src/org/mxchange/jaddressbook/model/addressbook/Addressbook.java +++ b/src/org/mxchange/jaddressbook/model/addressbook/Addressbook.java @@ -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 diff --git a/src/org/mxchange/jaddressbook/model/addressbook/UserAddressbook.java b/src/org/mxchange/jaddressbook/model/addressbook/UserAddressbook.java index a952524..db8ed47 100644 --- a/src/org/mxchange/jaddressbook/model/addressbook/UserAddressbook.java +++ b/src/org/mxchange/jaddressbook/model/addressbook/UserAddressbook.java @@ -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 diff --git a/src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java b/src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java index 7768cbe..f5bb494 100644 --- a/src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java +++ b/src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java @@ -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 diff --git a/src/org/mxchange/jaddressbook/model/addressbook/entry/UserAddressbookEntry.java b/src/org/mxchange/jaddressbook/model/addressbook/entry/UserAddressbookEntry.java index 6e42ca4..786dfa5 100644 --- a/src/org/mxchange/jaddressbook/model/addressbook/entry/UserAddressbookEntry.java +++ b/src/org/mxchange/jaddressbook/model/addressbook/entry/UserAddressbookEntry.java @@ -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 diff --git a/src/org/mxchange/jaddressbook/model/addressbook/status/AddressbokStatus.java b/src/org/mxchange/jaddressbook/model/addressbook/status/AddressbokStatus.java index 1d617e3..f100182 100644 --- a/src/org/mxchange/jaddressbook/model/addressbook/status/AddressbokStatus.java +++ b/src/org/mxchange/jaddressbook/model/addressbook/status/AddressbokStatus.java @@ -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