]> git.mxchange.org Git - jcore-swing.git/commitdiff
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:29 +0000 (00:02 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Dec 2017 23:02:29 +0000 (00:02 +0100)
interests, nice!

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcoreswing/client/gui/ClientFrame.java
src/org/mxchange/jcoreswing/model/BaseModel.java
src/org/mxchange/jcoreswing/model/Model.java
src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.java

index d202a30ab387de2cc9fdef5eb4a18360ff778a9d..1803c7f2821943865311487437531ac4c5255513 100644 (file)
@@ -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;
index e034e7d4bd71eead174d4df92ff101631c13f03e..f1678374babe79d519efcec7e86799218493072f 100644 (file)
@@ -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
index 8bf34e78421820fb3a2269c2170952e175f06718..f28c6c04966d8c7e7a0e620c7a999fa9be8d113b 100644 (file)
@@ -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
index 8a51154604bd4091a9120cc48f2364caaf48aa7f..d51616eb05c110b69b3249a37e65014f65d2ac08 100644 (file)
@@ -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;