From: Roland Häder Date: Fri, 22 Dec 2017 23:02:29 +0000 (+0100) Subject: Changed copyright notice to the FSF, so after my death they will continue my X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e4e47556d5b0243bb64fcba37aa79681cacb4401;p=jcore-swing.git Changed copyright notice to the FSF, so after my death they will continue my interests, nice! Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java index d202a30..1803c7f 100644 --- a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java +++ b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.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 @@ -17,7 +17,7 @@ package org.mxchange.jcoreswing.client.gui; import java.io.IOException; -import org.mxchange.jcontacts.contact.Contact; +import org.mxchange.jcontacts.model.contact.Contact; import org.mxchange.jcore.FrameworkInterface; import org.mxchange.jcore.client.Client; import org.mxchange.jcore.exceptions.FrameAlreadyInitializedException; diff --git a/src/org/mxchange/jcoreswing/model/BaseModel.java b/src/org/mxchange/jcoreswing/model/BaseModel.java index e034e7d..f167837 100644 --- a/src/org/mxchange/jcoreswing/model/BaseModel.java +++ b/src/org/mxchange/jcoreswing/model/BaseModel.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/jcoreswing/model/Model.java b/src/org/mxchange/jcoreswing/model/Model.java index 8bf34e7..f28c6c0 100644 --- a/src/org/mxchange/jcoreswing/model/Model.java +++ b/src/org/mxchange/jcoreswing/model/Model.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/jcoreswing/model/swing/contact/ContactTableModel.java b/src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.java index 8a51154..d51616e 100644 --- a/src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.java +++ b/src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.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 @@ -18,7 +18,7 @@ package org.mxchange.jcoreswing.model.swing.contact; import java.text.MessageFormat; import javax.swing.table.TableModel; -import org.mxchange.jcontacts.contact.Contact; +import org.mxchange.jcontacts.model.contact.Contact; import org.mxchange.jcore.facade.Facade; import org.mxchange.jcoreswing.model.BaseModel; import org.mxchange.jcoreswing.model.Model;