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 3468cbb794e4e21c9e58ae696d414c32d815d6c4..d02b66107b96d544c9db4661d7284be5845408da 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 1103d9f476c36f0caa5fcbce132704a7fe025a3d..20f7e2134ae1bf1799d581349467c8f15b68397f 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 ed048cc993d389950951e4ea9a215eab38e3d341..342415e52cfeda6d2945a25326b305752f57fe25 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 576d822c73d3d62ec11682b08e872bc64b019a62..7f86e1503d670e871085376a9880be13e475e1ac 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 9bc821011ce2e20ac93777638942b7aa23753334..89c0bf1136bfd752d4282a3468a8b6c9264ed5aa 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 {