From e4e47556d5b0243bb64fcba37aa79681cacb4401 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 23 Dec 2017 00:02:29 +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 --- src/org/mxchange/jcoreswing/client/gui/ClientFrame.java | 4 ++-- src/org/mxchange/jcoreswing/model/BaseModel.java | 2 +- src/org/mxchange/jcoreswing/model/Model.java | 2 +- .../jcoreswing/model/swing/contact/ContactTableModel.java | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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; -- 2.39.5