From 9254bcd11e1f8a0c9d2fb10932ead017c95ca128 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 15 Jan 2020 11:45:37 +0100 Subject: [PATCH] Updated copyright year 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 | 2 +- src/org/mxchange/jcoreswing/model/BaseModel.java | 2 +- src/org/mxchange/jcoreswing/model/Model.java | 2 +- .../jcoreswing/model/swing/contact/ContactTableModel.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java index 4bacac9..cc6bdf7 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 - 2018 Free Software Foundation + * Copyright (C) 2016 - 2020 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/BaseModel.java b/src/org/mxchange/jcoreswing/model/BaseModel.java index 7299d2d..adccdee 100644 --- a/src/org/mxchange/jcoreswing/model/BaseModel.java +++ b/src/org/mxchange/jcoreswing/model/BaseModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2018 Free Software Foundation + * Copyright (C) 2016 - 2020 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 ff4c884..67dcafe 100644 --- a/src/org/mxchange/jcoreswing/model/Model.java +++ b/src/org/mxchange/jcoreswing/model/Model.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 - 2018 Free Software Foundation + * Copyright (C) 2016 - 2020 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 bcec061..dec2a10 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 - 2018 Free Software Foundation + * Copyright (C) 2016 - 2020 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