From 22cef4ad40022ede3acbc86019c8c549c2d57768 Mon Sep 17 00:00:00 2001 From: Arthur Coolen <coolen@astron.nl> Date: Thu, 8 Jun 2006 09:30:24 +0000 Subject: [PATCH] BugId: 742 Gnu license included --- .../util/tablemodels/ComponentTableModel.java | 25 ++++++++++++---- .../util/tablemodels/LogParamTableModel.java | 30 +++++++++++++++---- .../otb/util/tablemodels/PICtableModel.java | 26 +++++++++++++--- .../util/tablemodels/TemplatetableModel.java | 28 +++++++++++++---- .../otb/util/tablemodels/VICtableModel.java | 8 ++++- 5 files changed, 96 insertions(+), 21 deletions(-) diff --git a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/ComponentTableModel.java b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/ComponentTableModel.java index 3468cbb794e..d02b66107b9 100644 --- a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/ComponentTableModel.java +++ b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/ComponentTableModel.java @@ -1,12 +1,24 @@ /* * ComponentTableModel.java * - * Created on April 4th, 2006, 15:28 + * Copyright (C) 2002-2007 + * ASTRON (Netherlands Foundation for Research in Astronomy) + * P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl * - * To change this template, choose Tools | Options and locate the template under - * the Source Creation and Management node. Right-click the template and choose - * Open. You can then make changes to the template in the Source Editor. - */ + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ package nl.astron.lofar.sas.otb.util.tablemodels; @@ -18,7 +30,10 @@ import org.apache.log4j.Logger; /** * Implements the data model behind the component table * + * @created 04-04-2006, 15:28 * @author coolen + * @version $Id$ + * @updated */ public class ComponentTableModel extends javax.swing.table.AbstractTableModel { diff --git a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/LogParamTableModel.java b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/LogParamTableModel.java index 1103d9f476c..20f7e2134ae 100644 --- a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/LogParamTableModel.java +++ b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/LogParamTableModel.java @@ -1,11 +1,23 @@ /* * PICtableModel.java * - * Created on January 31, 2006, 11:11 AM + * Copyright (C) 2002-2007 + * ASTRON (Netherlands Foundation for Research in Astronomy) + * P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl * - * To change this template, choose Tools | Options and locate the template under - * the Source Creation and Management node. Right-click the template and choose - * Open. You can then make changes to the template in the Source Editor. + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package nl.astron.lofar.sas.otb.util.tablemodels; @@ -17,9 +29,15 @@ import nl.astron.lofar.sas.otb.util.*; import org.apache.log4j.Logger; /** - * Implements the data model behind the PIC table + * Implements the data model behind the LogParam table + * + * @created 31-01-2006, 11:11 + * + * @author Coolen + * + * @version $Id$ * - * @author blaakmeer + * @updated */ public class LogParamTableModel extends javax.swing.table.AbstractTableModel { diff --git a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/PICtableModel.java b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/PICtableModel.java index ed048cc993d..342415e52cf 100644 --- a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/PICtableModel.java +++ b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/PICtableModel.java @@ -1,11 +1,23 @@ /* * PICtableModel.java * - * Created on January 31, 2006, 11:11 AM + * Copyright (C) 2002-2007 + * ASTRON (Netherlands Foundation for Research in Astronomy) + * P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl * - * To change this template, choose Tools | Options and locate the template under - * the Source Creation and Management node. Right-click the template and choose - * Open. You can then make changes to the template in the Source Editor. + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package nl.astron.lofar.sas.otb.util.tablemodels; @@ -18,7 +30,13 @@ import org.apache.log4j.Logger; /** * Implements the data model behind the PIC table * + * @created 31-01-2006, 11:11 + * * @author blaakmeer + * + * @version $Id$ + * + * @updated */ public class PICtableModel extends javax.swing.table.AbstractTableModel { diff --git a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/TemplatetableModel.java b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/TemplatetableModel.java index 576d822c73d..7f86e1503d6 100644 --- a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/TemplatetableModel.java +++ b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/TemplatetableModel.java @@ -1,11 +1,23 @@ /* * TemplatetableModel.java * - * Created on January 31, 2006, 11:11 AM + * Copyright (C) 2002-2007 + * ASTRON (Netherlands Foundation for Research in Astronomy) + * P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl * - * To change this template, choose Tools | Options and locate the template under - * the Source Creation and Management node. Right-click the template and choose - * Open. You can then make changes to the template in the Source Editor. + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package nl.astron.lofar.sas.otb.util.tablemodels; @@ -16,9 +28,15 @@ import nl.astron.lofar.sas.otb.util.*; import org.apache.log4j.Logger; /** - * Implements the data model behind the PIC table + * Implements the data model behind the Template table + * + * @created 31-01-2006, 11:11 * * @author coolen + * + * @version $Id$ + * + * @updated */ public class TemplatetableModel extends javax.swing.table.AbstractTableModel { diff --git a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/VICtableModel.java b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/VICtableModel.java index 9bc821011ce..89c0bf1136b 100644 --- a/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/VICtableModel.java +++ b/SAS/OTB/OTB/src/nl/astron/lofar/sas/otb/util/tablemodels/VICtableModel.java @@ -16,9 +16,15 @@ import nl.astron.lofar.sas.otb.util.*; import org.apache.log4j.Logger; /** - * Implements the data model behind the PIC table + * Implements the data model behind the VIC table + * + * @created 31-01-2006, 11:11 * * @author coolen + * + * @version $Id$ + * + * @updated */ public class VICtableModel extends javax.swing.table.AbstractTableModel { -- GitLab