From 3b0028101278b76d8a87001b4095cbf97a85c654 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 23 Dec 2017 00:02:54 +0100 Subject: [PATCH] Changed copyright notice to the FSF, so after my death they will continue my interests, nice! 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 89ecf1a..5396548 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 Roland Häder + * Copyright (C) 2016, 2017 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 82b4c48..ed18c2e 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 Roland Häder + * Copyright (C) 2016, 2017 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 b46c43c..de1e575 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 Roland Häder + * Copyright (C) 2017 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 5e19d0c..1eca4fb 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 Roland Häder + * Copyright (C) 2017 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 9239436..fb0c64b 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 Roland Häder + * Copyright (C) 2016, 2017 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 2542459..a93db1c 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 Roland Häder + * Copyright (C) 2016, 2017 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 67d5baa..053a761 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 Roland Häder + * Copyright (C) 2016, 2017 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 c607c4d..07be772 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 Roland Häder + * Copyright (C) 2016, 2017 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 234d267..2bde71d 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 Roland Häder + * Copyright (C) 2016, 2017 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 583d538..eb253d5 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 Roland Häder + * Copyright (C) 2016, 2017 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 1f985fd..f2ac53f 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 Roland Häder + * Copyright (C) 2016, 2017 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 5af87f1..433e9d2 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 Roland Häder + * Copyright (C) 2016, 2017 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.5