From 154fe43bc6346bc479310a503fa7e1a6d0e63448 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 13 Mar 2018 01:13:15 +0100 Subject: [PATCH] Continued: - updated copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../events/customer/added/AdminAddedCustomerEvent.java | 2 +- .../customer/added/ObservableAdminAddedCustomerEvent.java | 2 +- .../events/customer/created/CreatedCustomerEvent.java | 2 +- .../events/customer/created/ObservableCreatedCustomerEvent.java | 2 +- .../events/customer/update/AdminUpdatedCustomerDataEvent.java | 2 +- .../update/ObservableAdminUpdatedCustomerDataEvent.java | 2 +- .../exceptions/CustomerAlreadyRegisteredException.java | 2 +- .../jcustomercore/exceptions/CustomerNotFoundException.java | 2 +- .../mxchange/jcustomercore/model/customer/ContactCustomer.java | 2 +- src/org/mxchange/jcustomercore/model/customer/Customer.java | 2 +- .../model/customer/status/CustomerAccountStatus.java | 2 +- src/org/mxchange/jcustomercore/utils/CustomerUtils.java | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java index 5396548..9dd90b6 100644 --- a/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.java index ed18c2e..2d2a092 100644 --- a/src/org/mxchange/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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/jcustomercore/events/customer/created/CreatedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/created/CreatedCustomerEvent.java index de1e575..d876c44 100644 --- a/src/org/mxchange/jcustomercore/events/customer/created/CreatedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/created/CreatedCustomerEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Free Software Foundation + * Copyright (C) 2017, 2018 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/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java index 1eca4fb..fab1487 100644 --- a/src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Free Software Foundation + * Copyright (C) 2017, 2018 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/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java b/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java index fb0c64b..1ec319e 100644 --- a/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.java b/src/org/mxchange/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.java index a93db1c..ffdee91 100644 --- a/src/org/mxchange/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java b/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java index 053a761..180399d 100644 --- a/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java +++ b/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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/jcustomercore/exceptions/CustomerNotFoundException.java b/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java index 07be772..ea73980 100644 --- a/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java +++ b/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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/jcustomercore/model/customer/ContactCustomer.java b/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java index 2bde71d..b132c35 100644 --- a/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java +++ b/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/org/mxchange/jcustomercore/model/customer/Customer.java b/src/org/mxchange/jcustomercore/model/customer/Customer.java index eb253d5..05c2225 100644 --- a/src/org/mxchange/jcustomercore/model/customer/Customer.java +++ b/src/org/mxchange/jcustomercore/model/customer/Customer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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/jcustomercore/model/customer/status/CustomerAccountStatus.java b/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java index f2ac53f..ecbd2d4 100644 --- a/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java +++ b/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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/jcustomercore/utils/CustomerUtils.java b/src/org/mxchange/jcustomercore/utils/CustomerUtils.java index 433e9d2..ae95246 100644 --- a/src/org/mxchange/jcustomercore/utils/CustomerUtils.java +++ b/src/org/mxchange/jcustomercore/utils/CustomerUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Free Software Foundation + * Copyright (C) 2016 - 2018 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