]> git.mxchange.org Git - jcustomer-core.git/commit - src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java
Changed copyright notice to the FSF, so after my death they will continue my
authorRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:02:54 +0000 (00:02 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:02:54 +0000 (00:02 +0100)
commit3b0028101278b76d8a87001b4095cbf97a85c654
tree49f4d015cabf2d2763fe1afce094458fc54c8084
parent18fd7e100686ddb1d107e08d1be653a299ca5659
Changed copyright notice to the FSF, so after my death they will continue my
interests, nice!

Signed-off-by: Roland Häder <roland@mxchange.org>
12 files changed:
src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java
src/org/mxchange/jcustomercore/events/customer/added/ObservableAdminAddedCustomerEvent.java
src/org/mxchange/jcustomercore/events/customer/created/CreatedCustomerEvent.java
src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java
src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java
src/org/mxchange/jcustomercore/events/customer/update/ObservableAdminUpdatedCustomerDataEvent.java
src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java
src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java
src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java
src/org/mxchange/jcustomercore/model/customer/Customer.java
src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java
src/org/mxchange/jcustomercore/utils/CustomerUtils.java