diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1f20e348625b17dcbf16374c9404c013f286f65c..0eb0258a9487afba3d00cdf8b223ff75eee0ce4a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -110,7 +110,6 @@ set(MSIO_FILES msio/pngfile.cpp msio/rspreader.cpp msio/samplerow.cpp - msio/segmentedimage.cpp msio/sortedtimestepaccessor.cpp msio/spatialtimeloader.cpp msio/stokesimager.cpp diff --git a/src/aoflagger.cpp b/src/aoflagger.cpp index bafa49f58c492fe8afe2fa6a5c126405365aaeb3..9361214af308bb7bfd283ef873156f454608b742 100644 --- a/src/aoflagger.cpp +++ b/src/aoflagger.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include <string> diff --git a/src/aoqplot.cpp b/src/aoqplot.cpp index 6f9bd15a5239166321e6a087e901f20f6990d1ae..74757bec9065009aca30ef3c5eb7a6f8d77ad3e6 100644 --- a/src/aoqplot.cpp +++ b/src/aoqplot.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "gui/quality/aoqplotwindow.h" #include <gtkmm/main.h> diff --git a/src/aoquality.cpp b/src/aoquality.cpp index ad7dbca46332a8c41a9ff47489265fd4dd0665a6..d71f0660c37c6e43097b80cd657745315e348893 100644 --- a/src/aoquality.cpp +++ b/src/aoquality.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include <casacore/tables/Tables/ArrColDesc.h> diff --git a/src/aoremoteclient.cpp b/src/aoremoteclient.cpp index f3ad0cb21248907b20acfc7da2358ad8dc962274..9b8f2809e265f858a660ca6fbecf395dbcabf9e9 100644 --- a/src/aoremoteclient.cpp +++ b/src/aoremoteclient.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include "remote/client.h" diff --git a/src/badstations.cpp b/src/badstations.cpp index 59b7c5049a63d0036be064421a5895970359b4a9..1880e5875f111f403088cb28c7196756763e13b1 100644 --- a/src/badstations.cpp +++ b/src/badstations.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include "strategy/algorithms/baselineselector.h" diff --git a/src/baseexception.h b/src/baseexception.h index 24cb29e8a56c193b39476dfc2be3a617ac872959..2c3d38b7965ae47cd09c5bf10b678316aec1b3c0 100644 --- a/src/baseexception.h +++ b/src/baseexception.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ /** @file * This is the header file for some of the exception classes and for the base exception class BaseException. * @author André Offringa <offringa@gmail.com> diff --git a/src/cleaner.cpp b/src/cleaner.cpp index 320c9ea97d52aac03acdf1bb34da7bdc19b361d6..e1faa4ee7124a28ad7ec6baef21f8f98dc5712e7 100644 --- a/src/cleaner.cpp +++ b/src/cleaner.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "cleaner.h" #include "msio/image2d.h" diff --git a/src/cleaner.h b/src/cleaner.h index 19d8fe59bc56e14d1b954536e55b700100363a23..427d9105d21fe7f2a962d95843ce7887232ea027 100644 --- a/src/cleaner.h +++ b/src/cleaner.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef CLEANER_H #define CLEANER_H diff --git a/src/colormapper.cpp b/src/colormapper.cpp index 0b2e2b7717dac6102416bd1970f0c135a49958dd..e644281e3a0ffb2e6a0c2f7064d3c758393e3374 100644 --- a/src/colormapper.cpp +++ b/src/colormapper.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/src/createuv.cpp b/src/createuv.cpp index bc6cf7a0d097dd8c8bbd6d766b3c9a00dad84535..c83e28be796467b981e003db35cc2453af144bbf 100644 --- a/src/createuv.cpp +++ b/src/createuv.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/src/flag.cpp b/src/flag.cpp index 04e435d265e9bf7bad8d496ecb4eafe14e765034..dc9d5dff687bb535c1be669a523c24db1d92feb8 100644 --- a/src/flag.cpp +++ b/src/flag.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/src/flagtest.cpp b/src/flagtest.cpp index 187a4d9a91778a36796bac866289267155352a67..126e2e590452761c1c07ad31b88ceda7e730578f 100644 --- a/src/flagtest.cpp +++ b/src/flagtest.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/src/gui/addstrategyactionmenu.h b/src/gui/addstrategyactionmenu.h index 998ec7ef2dbaf016a2d9e0ac58b71e5ecd6b9feb..de5dc9c2272c05b19a2f7092223df4f9202790cd 100644 --- a/src/gui/addstrategyactionmenu.h +++ b/src/gui/addstrategyactionmenu.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef ADDSTRATEGYACTIONMENU_H #define ADDSTRATEGYACTIONMENU_H diff --git a/src/gui/application.cpp b/src/gui/application.cpp index a568e082c40f4173cff3d9bb74b76a5b193af35a..4abd37c4ba668d8b821f3d316e37883a9c5e4f13 100644 --- a/src/gui/application.cpp +++ b/src/gui/application.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "application.h" #include <gtkmm/application.h> diff --git a/src/gui/application.h b/src/gui/application.h index 827b883914ad91bdd652b7c435644f30a4e59c2e..fc5ed9b50162d06a2ed61efdb38be6d8bd43b8e9 100644 --- a/src/gui/application.h +++ b/src/gui/application.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef APPLICATION_H #define APPLICATION_H diff --git a/src/gui/complexplaneplotwindow.cpp b/src/gui/complexplaneplotwindow.cpp index 24050f88927f74b00cdc6d2d9d0b26c213c9c09f..8c6179f926bf50c3f50a6ea52c3325a3b6224751 100644 --- a/src/gui/complexplaneplotwindow.cpp +++ b/src/gui/complexplaneplotwindow.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "complexplaneplotwindow.h" #include <set> diff --git a/src/gui/complexplaneplotwindow.h b/src/gui/complexplaneplotwindow.h index 7836900f15e5ed94bb6a3bab06a3b3e4bbe26652..63bd37cbe7fd4fb622c94084538fe3655c3e0bc7 100644 --- a/src/gui/complexplaneplotwindow.h +++ b/src/gui/complexplaneplotwindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef COMPLEXPLANEPLOTWINDOW_H #define COMPLEXPLANEPLOTWINDOW_H diff --git a/src/gui/editstrategywindow.cpp b/src/gui/editstrategywindow.cpp index 51133b5b23b133fc622682c2c7b59a368ac94534..7375cee9b674cd4618b32edc5ce45252e37b94c4 100644 --- a/src/gui/editstrategywindow.cpp +++ b/src/gui/editstrategywindow.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <iostream> #include <gtkmm/messagedialog.h> diff --git a/src/gui/editstrategywindow.h b/src/gui/editstrategywindow.h index 704b48b8c09a6c9d6c6101660a45a13e167bee6c..8c5866be0b042c8789fc7ec64bb2b56183ba8850 100644 --- a/src/gui/editstrategywindow.h +++ b/src/gui/editstrategywindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef EDITSTRATEGYWINDOW_H #define EDITSTRATEGYWINDOW_H diff --git a/src/gui/gotowindow.cpp b/src/gui/gotowindow.cpp index 519f5e1bb93538cef8ce2a3a342bdcf087206021..79b760ca871e0af2cd0f50d1c543a95126c3a7db 100644 --- a/src/gui/gotowindow.cpp +++ b/src/gui/gotowindow.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "gotowindow.h" #include <sstream> diff --git a/src/gui/gotowindow.h b/src/gui/gotowindow.h index 2846ed2944fa0214bea3125f08002f51d577286d..ba903420eae4faf3f0b00847eba1c6d5e2e5ae15 100644 --- a/src/gui/gotowindow.h +++ b/src/gui/gotowindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GOTOWINDOW_H #define GOTOWINDOW_H diff --git a/src/gui/highlightwindow.cpp b/src/gui/highlightwindow.cpp index fa01bb6c07024594d25a80694e5f7da1ee9a7d7e..4c513ff5d4adb7032cdb7b4bedfc094f6cdbe94c 100644 --- a/src/gui/highlightwindow.cpp +++ b/src/gui/highlightwindow.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "highlightwindow.h" #include "../strategy/algorithms/thresholdconfig.h" diff --git a/src/gui/highlightwindow.h b/src/gui/highlightwindow.h index ab5b7120e49cb51701d1330a4e2bbf0cfebb88bc..f13c80f55d357f8a7e2c843834ef31344b0059e3 100644 --- a/src/gui/highlightwindow.h +++ b/src/gui/highlightwindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef HIGHLIGHTWINDOW_H #define HIGHLIGHTWINDOW_H diff --git a/src/gui/histogramwindow.h b/src/gui/histogramwindow.h index 4db680b2ed6a28952abcec78c34a76a2881d0b9f..caf769e7145c229e68b7d2bee095552bbb131d0b 100644 --- a/src/gui/histogramwindow.h +++ b/src/gui/histogramwindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI___HISTOGRAMWINDOW_H #define GUI___HISTOGRAMWINDOW_H diff --git a/src/gui/imagecomparisonwidget.cpp b/src/gui/imagecomparisonwidget.cpp index 7119ee0d08866141f72b48336793b0dce30f23c3..83c3b3a12b9302e047b91d8db2da4252c597bf1e 100644 --- a/src/gui/imagecomparisonwidget.cpp +++ b/src/gui/imagecomparisonwidget.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "imagecomparisonwidget.h" #include "../strategy/algorithms/thresholdconfig.h" diff --git a/src/gui/imagecomparisonwidget.h b/src/gui/imagecomparisonwidget.h index 29d0e4c80ecebce0e0e7464707ea2bc38adbc101..b667c4de00326ba2cb2e593f0e780d010a62eb62 100644 --- a/src/gui/imagecomparisonwidget.h +++ b/src/gui/imagecomparisonwidget.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef IMAGECOMPARISONWIDGET_H #define IMAGECOMPARISONWIDGET_H diff --git a/src/gui/imageplanewindow.cpp b/src/gui/imageplanewindow.cpp index dddaa50420e4a5c00d87a15ac9a68b3abae015b1..d03e99ef7ea84204c8da698d840d16ac7d2dc808 100644 --- a/src/gui/imageplanewindow.cpp +++ b/src/gui/imageplanewindow.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "imageplanewindow.h" #include <gtkmm/filechooserdialog.h> diff --git a/src/gui/imageplanewindow.h b/src/gui/imageplanewindow.h index e4bfbf3198288734e96b1c72eee679652390523c..4974baf6b425a1a70d1aacb6b2e07546e79bf9df 100644 --- a/src/gui/imageplanewindow.h +++ b/src/gui/imageplanewindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef IMAGEPLANEWINDOW_H #define IMAGEPLANEWINDOW_H diff --git a/src/gui/imagepropertieswindow.cpp b/src/gui/imagepropertieswindow.cpp index 95f512b7e0caf2813d9ce7ac7a1a04d9ad4aece8..2377e2e9d79b69a15f7850d63fe76fcfebb929f5 100644 --- a/src/gui/imagepropertieswindow.cpp +++ b/src/gui/imagepropertieswindow.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include <sstream> diff --git a/src/gui/imagepropertieswindow.h b/src/gui/imagepropertieswindow.h index 0dec24aae2f1f02b30dc8c56c2c30b34157ff245..04313f52c9ce1d3d06fad9b0a0cdc57086e1e1e2 100644 --- a/src/gui/imagepropertieswindow.h +++ b/src/gui/imagepropertieswindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef IMAGEPROPERTIESWINDOW_H #define IMAGEPROPERTIESWINDOW_H diff --git a/src/gui/imagewidget.cpp b/src/gui/imagewidget.cpp index 5f60d0fefb5d6c5afe73a51dd3ff38375a7de45c..a73b7f99d4284a19cac47c342512e4d98f08a3bf 100644 --- a/src/gui/imagewidget.cpp +++ b/src/gui/imagewidget.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "imagewidget.h" #include "../msio/image2d.h" diff --git a/src/gui/imagewidget.h b/src/gui/imagewidget.h index cfb6ec4874e2b1d724b495bfafc68cad6ec7426d..8f5d30d9d8c8235b38c06c55b539d97aff1f7553 100644 --- a/src/gui/imagewidget.h +++ b/src/gui/imagewidget.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef IMAGEWIDGET_H #define IMAGEWIDGET_H diff --git a/src/gui/msoptionwindow.cpp b/src/gui/msoptionwindow.cpp index 445ccd5ec85b3a9617349da40330aba593c58cf7..f02b38d616573c0259d75248f1a46219fd7ed9e6 100644 --- a/src/gui/msoptionwindow.cpp +++ b/src/gui/msoptionwindow.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include <gtkmm/messagedialog.h> diff --git a/src/gui/msoptionwindow.h b/src/gui/msoptionwindow.h index 01cd589b33da64d98998598c639a36cfc040fb74..d2bf8965c094f49c61aa88ca2c2bf4d469c930e5 100644 --- a/src/gui/msoptionwindow.h +++ b/src/gui/msoptionwindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MSOPTIONWINDOW_H #define MSOPTIONWINDOW_H diff --git a/src/gui/numinputdialog.h b/src/gui/numinputdialog.h index 0018c1c65e8759a1fc7d64f954b7c2ec947decb5..6a1be0da3d9439e67bd21c16a1de0423c1752d70 100644 --- a/src/gui/numinputdialog.h +++ b/src/gui/numinputdialog.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef NUMINPUTDIALOG_H #define NUMINPUTDIALOG_H diff --git a/src/gui/plot/colorscale.cpp b/src/gui/plot/colorscale.cpp index 2d9fa58c13ab48f0f4da449fce40b962da4d6ebe..fb29cb0ec55c63a6183197143486cd659cb96603 100644 --- a/src/gui/plot/colorscale.cpp +++ b/src/gui/plot/colorscale.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "colorscale.h" const double ColorScale::BAR_WIDTH = 15.0; diff --git a/src/gui/plot/colorscale.h b/src/gui/plot/colorscale.h index 163f0c4892018238212042a8e4f8e10862daf8d3..6f22f0a7469a7e2e2592c0cc5625bcfcac87333b 100644 --- a/src/gui/plot/colorscale.h +++ b/src/gui/plot/colorscale.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PLOT_COLORSCALE_H #define PLOT_COLORSCALE_H diff --git a/src/gui/plot/dimension.h b/src/gui/plot/dimension.h index f2bcfc8808ac611eb2d033e5375905c562477f4e..b94d215dac8fab078b2946137c85f67b1e76b568 100644 --- a/src/gui/plot/dimension.h +++ b/src/gui/plot/dimension.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef DIMENSION_H #define DIMENSION_H diff --git a/src/gui/plot/horizontalplotscale.cpp b/src/gui/plot/horizontalplotscale.cpp index f8eb4936b321ffb3bc038e14295e50ee0c293d9d..e589e72c7fa87a4e1cf27d4373b30fa111bebc78 100644 --- a/src/gui/plot/horizontalplotscale.cpp +++ b/src/gui/plot/horizontalplotscale.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "horizontalplotscale.h" #include "tickset.h" diff --git a/src/gui/plot/horizontalplotscale.h b/src/gui/plot/horizontalplotscale.h index c089f28691bd48834e933c9b8f244a80484ea383..3303e56f1abe9096f57156ff58d227a2076c0ade 100644 --- a/src/gui/plot/horizontalplotscale.h +++ b/src/gui/plot/horizontalplotscale.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef HORIZONTALPLOTSCALE_H #define HORIZONTALPLOTSCALE_H diff --git a/src/gui/plot/plot2d.cpp b/src/gui/plot/plot2d.cpp index d142689e9b7bb1d8e411c11bc657ab294417d9a8..1d5bcf80ebca5dd942eb96b319c8aa4f1ab6c570 100644 --- a/src/gui/plot/plot2d.cpp +++ b/src/gui/plot/plot2d.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "plot2d.h" #include <iostream> diff --git a/src/gui/plot/plot2d.h b/src/gui/plot/plot2d.h index 38c395e7ac1af04fce76cfd229f13a8a3b4dc17d..989ec43df15816e538307ea3c151ef108afd005f 100644 --- a/src/gui/plot/plot2d.h +++ b/src/gui/plot/plot2d.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PLOT2D_H #define PLOT2D_H diff --git a/src/gui/plot/plot2dpointset.h b/src/gui/plot/plot2dpointset.h index 26b37d717152775859533d1bbbacec1d26ad1a2d..772da26de348bdc391c783610d48cc8dd97a71b7 100644 --- a/src/gui/plot/plot2dpointset.h +++ b/src/gui/plot/plot2dpointset.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PLOT2DPOINTSET_H #define PLOT2DPOINTSET_H diff --git a/src/gui/plot/plotable.h b/src/gui/plot/plotable.h index b791283740635a3f9451aeb2ed5619bfe903a671..b3e79a0a05f2e8afd3425b8b0e326e15f29d554a 100644 --- a/src/gui/plot/plotable.h +++ b/src/gui/plot/plotable.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef PLOT_PLOT2D_H #define PLOT_PLOT2D_H diff --git a/src/gui/plot/plotmanager.h b/src/gui/plot/plotmanager.h index e7bb40e4138d444df1e6442dd0e836bb0ba05fb5..6f503090c4ee7c14e9acb5a931c5f3ba78a1603b 100644 --- a/src/gui/plot/plotmanager.h +++ b/src/gui/plot/plotmanager.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef PLOTMANAGER_H #define PLOTMANAGER_H diff --git a/src/gui/plot/plotpropertieswindow.cpp b/src/gui/plot/plotpropertieswindow.cpp index 68a9632e69f994c2b64730ae4367f4e65b98fca4..b873cadfdafed0c222bb577a46e5dd27f559fd10 100644 --- a/src/gui/plot/plotpropertieswindow.cpp +++ b/src/gui/plot/plotpropertieswindow.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include <sstream> diff --git a/src/gui/plot/plotpropertieswindow.h b/src/gui/plot/plotpropertieswindow.h index ff460ca3de4cd092e43f6c516657bf5858b0b48f..c2bf4a25973f31821b1832c637cf9f280a6e9a7e 100644 --- a/src/gui/plot/plotpropertieswindow.h +++ b/src/gui/plot/plotpropertieswindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PLOTPROPERTIESWINDOW_H #define PLOTPROPERTIESWINDOW_H diff --git a/src/gui/plot/plotwidget.h b/src/gui/plot/plotwidget.h index db490373eeb1d63b5653f7d4a687caff2036b641..8644f6ddccadda3847b2495909bbc547c679bec6 100644 --- a/src/gui/plot/plotwidget.h +++ b/src/gui/plot/plotwidget.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PLOTWIDGET_H #define PLOTWIDGET_H diff --git a/src/gui/plot/system.h b/src/gui/plot/system.h index 4e70209f2e4d2c73e9f8297cd1a4da057eddf554..8e3859c88f7d3db65897170851348c99e97095c1 100644 --- a/src/gui/plot/system.h +++ b/src/gui/plot/system.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SYSTEM_H #define SYSTEM_H diff --git a/src/gui/plot/tickset.h b/src/gui/plot/tickset.h index b54dc927a18a8d096d4d1800d94c73c2ec832c73..cb82d401dc5a485a47f01125a627a97be1211ca0 100644 --- a/src/gui/plot/tickset.h +++ b/src/gui/plot/tickset.h @@ -1,4 +1,3 @@ - #include <string> #include <vector> #include <cmath> diff --git a/src/gui/plot/verticalplotscale.cpp b/src/gui/plot/verticalplotscale.cpp index 5a367273afe123183bb20073536fc1d3123a5842..104c5a797fc87c1f2f33ae1b08be1727811b2fe1 100644 --- a/src/gui/plot/verticalplotscale.cpp +++ b/src/gui/plot/verticalplotscale.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "verticalplotscale.h" VerticalPlotScale::VerticalPlotScale() diff --git a/src/gui/plot/verticalplotscale.h b/src/gui/plot/verticalplotscale.h index 048ab1fd8ee165bc74572a80fe0dff19cf98bb8e..aa0ef45b20aed3aebce024f6832375c2b7a13884 100644 --- a/src/gui/plot/verticalplotscale.h +++ b/src/gui/plot/verticalplotscale.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef VERTICALPLOTSCALE_H #define VERTICALPLOTSCALE_H diff --git a/src/gui/plotframe.cpp b/src/gui/plotframe.cpp index 491d65989f962c2ae3cac13bfb14fd9c7f43e646..aed409bdedfbc6f4920abbcb6b955c8a42a22886 100644 --- a/src/gui/plotframe.cpp +++ b/src/gui/plotframe.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <limits> #include "plot/plot2d.h" diff --git a/src/gui/plotframe.h b/src/gui/plotframe.h index ef21fdec22b41f4180a8e2f75a18889394e3209c..d01feb0d2d7d30db06cf49ef384337b81210b023 100644 --- a/src/gui/plotframe.h +++ b/src/gui/plotframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PLOTFRAME_H #define PLOTFRAME_H diff --git a/src/gui/plotwindow.h b/src/gui/plotwindow.h index 8ac51aa7bd1a102ef6bbc9b280a6b8291117344b..2b33ca2786a7f3b96d6199a2fc253d8891e0c11b 100644 --- a/src/gui/plotwindow.h +++ b/src/gui/plotwindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PLOTWINDOW_H #define PLOTWINDOW_H diff --git a/src/gui/progresswindow.cpp b/src/gui/progresswindow.cpp index b4ca375d59ef608acde248935298d5e20b5933f9..4a873e4f4d819d66e8cbf51b6edb8641695500ed 100644 --- a/src/gui/progresswindow.cpp +++ b/src/gui/progresswindow.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "progresswindow.h" #include <iostream> diff --git a/src/gui/progresswindow.h b/src/gui/progresswindow.h index 4ff33b868f1646ae16f0bb3c309622c7a764c16b..a454fffe7009404fbfb8c33582b5fc04b85542fc 100644 --- a/src/gui/progresswindow.h +++ b/src/gui/progresswindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PROGRESSWINDOW_H #define PROGRESSWINDOW_H diff --git a/src/gui/quality/antennaeplotpage.h b/src/gui/quality/antennaeplotpage.h index c08d9ce3f75e8ce08c1ab37a7a36c1d37c310185..df52d06deb803a1f150144e15030d29324760d41 100644 --- a/src/gui/quality/antennaeplotpage.h +++ b/src/gui/quality/antennaeplotpage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__ANTENNAEPLOTPAGE_H #define GUI_QUALITY__ANTENNAEPLOTPAGE_H diff --git a/src/gui/quality/aoqplotwindow.cpp b/src/gui/quality/aoqplotwindow.cpp index 8d5834136ef341ee9f126dd866d168c6bba4abaa..5dba799182be6abdb54e5dba6da65dd928a5883c 100644 --- a/src/gui/quality/aoqplotwindow.cpp +++ b/src/gui/quality/aoqplotwindow.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "aoqplotwindow.h" #include <limits> diff --git a/src/gui/quality/aoqplotwindow.h b/src/gui/quality/aoqplotwindow.h index 2d9e7981ce6befa295e4412cce9638ede9bd8c25..daca6d869a1aa35fbea5d90f4de70e43c23360bb 100644 --- a/src/gui/quality/aoqplotwindow.h +++ b/src/gui/quality/aoqplotwindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOQPLOT_WINDOW_H #define AOQPLOT_WINDOW_H diff --git a/src/gui/quality/baselineplotpage.cpp b/src/gui/quality/baselineplotpage.cpp index 144122f3f4d2aa17f3ccac0805640e362813439b..24584a239b67c7f5487ede55963bc65b3c1598e1 100644 --- a/src/gui/quality/baselineplotpage.cpp +++ b/src/gui/quality/baselineplotpage.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <limits> #include "baselineplotpage.h" diff --git a/src/gui/quality/baselineplotpage.h b/src/gui/quality/baselineplotpage.h index 69517bb9f0d09ce57be60f6ce1262dfdcc963305..530f47961196cf1013851f937cb656434676b148 100644 --- a/src/gui/quality/baselineplotpage.h +++ b/src/gui/quality/baselineplotpage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__BASELINEPLOTPAGE_H #define GUI_QUALITY__BASELINEPLOTPAGE_H diff --git a/src/gui/quality/blengthplotpage.h b/src/gui/quality/blengthplotpage.h index 08768191c98433437ca85583d5295cafe88127e6..4aeb1cd8a7b34f57831e661cd909d1c069916038 100644 --- a/src/gui/quality/blengthplotpage.h +++ b/src/gui/quality/blengthplotpage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__BLENGTHPLOTPAGE_H #define GUI_QUALITY__BLENGTHPLOTPAGE_H diff --git a/src/gui/quality/datawindow.cpp b/src/gui/quality/datawindow.cpp index 595a5a8f05b78829bf9a550e6946570615f2b1e2..20ddee2b00c6464ba4287ad8da5c2240df39e458 100644 --- a/src/gui/quality/datawindow.cpp +++ b/src/gui/quality/datawindow.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "../../gui/quality/datawindow.h" #include "../../gui/plot/plot2d.h" diff --git a/src/gui/quality/datawindow.h b/src/gui/quality/datawindow.h index 36ffa0d0a7db1eaa9fc73c219c2b8027f16befbb..6927a4d41a8e9dab0c18afc0945b19ce65807447 100644 --- a/src/gui/quality/datawindow.h +++ b/src/gui/quality/datawindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__DATA_WINDOW_H #define GUI_QUALITY__DATA_WINDOW_H diff --git a/src/gui/quality/frequencyplotpage.h b/src/gui/quality/frequencyplotpage.h index 0e7427a57ba9bb0a4422ee402d873ab82d7a76dc..0857bd2bec200ca9a4a62aaa51e5dbdd5d8a6138 100644 --- a/src/gui/quality/frequencyplotpage.h +++ b/src/gui/quality/frequencyplotpage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__FREQUENCYPLOTPAGE_H #define GUI_QUALITY__FREQUENCYPLOTPAGE_H diff --git a/src/gui/quality/grayscaleplotpage.cpp b/src/gui/quality/grayscaleplotpage.cpp index 4373557a141940794d849558503b97d33354c71b..8f343cd1e9a1e5bc7712db9f6ce36965052c4a26 100644 --- a/src/gui/quality/grayscaleplotpage.cpp +++ b/src/gui/quality/grayscaleplotpage.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <limits> #include "../../msio/samplerow.h" diff --git a/src/gui/quality/grayscaleplotpage.h b/src/gui/quality/grayscaleplotpage.h index 62df4650eaaf79519c11e9cfefaedd6ada2d4259..e3edba17bd85a8d61db1fa4e745ea9383307112b 100644 --- a/src/gui/quality/grayscaleplotpage.h +++ b/src/gui/quality/grayscaleplotpage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__GRAYSCALEPLOTPAGE_H #define GUI_QUALITY__GRAYSCALEPLOTPAGE_H diff --git a/src/gui/quality/histogrampage.cpp b/src/gui/quality/histogrampage.cpp index 9541f7c46ad1cc9fe45d2048178393ca19fca85c..9fa7da6a62040b8111daf5caac2437a963daabfe 100644 --- a/src/gui/quality/histogrampage.cpp +++ b/src/gui/quality/histogrampage.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "histogrampage.h" #include <boost/bind.hpp> diff --git a/src/gui/quality/histogrampage.h b/src/gui/quality/histogrampage.h index 8b15a07a2fef2b95bed252cfc00b877b9f02c980..55d70afffbc388ff3e51577bdd9766ed9f374909 100644 --- a/src/gui/quality/histogrampage.h +++ b/src/gui/quality/histogrampage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__HISTOGRAMPAGE_H #define GUI_QUALITY__HISTOGRAMPAGE_H diff --git a/src/gui/quality/openoptionswindow.h b/src/gui/quality/openoptionswindow.h index a4b7c85ca90b86c4440adae5b5b6295af661fb51..a0d0802fbdf4d4fc3c2049bc0340a691f6c284da 100644 --- a/src/gui/quality/openoptionswindow.h +++ b/src/gui/quality/openoptionswindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__OPEN_OPTIONS_WINDOW_H #define GUI_QUALITY__OPEN_OPTIONS_WINDOW_H diff --git a/src/gui/quality/summarypage.h b/src/gui/quality/summarypage.h index cac6e4fcb1c4c87587ec784d52b36cff8de6c508..cd12cc2f901e9aa1f207a0550c5d932b0595a6b1 100644 --- a/src/gui/quality/summarypage.h +++ b/src/gui/quality/summarypage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__SUMMARYPAGE_H #define GUI_QUALITY__SUMMARYPAGE_H diff --git a/src/gui/quality/timefrequencyplotpage.cpp b/src/gui/quality/timefrequencyplotpage.cpp index cb151b26865b6c35ec048474a0a4f8c4d93d4992..4b67b06f80042481084e4c9f4884a82e6112ac77 100644 --- a/src/gui/quality/timefrequencyplotpage.cpp +++ b/src/gui/quality/timefrequencyplotpage.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <limits> #include "timefrequencyplotpage.h" diff --git a/src/gui/quality/timefrequencyplotpage.h b/src/gui/quality/timefrequencyplotpage.h index 0355b0287df7debdc925b7fb15b6e372388486aa..86c922ff272713633c8279bc80b1e7c8aa0df1e4 100644 --- a/src/gui/quality/timefrequencyplotpage.h +++ b/src/gui/quality/timefrequencyplotpage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__TIMEFREQUENCYPLOTPAGE_H #define GUI_QUALITY__TIMEFREQUENCYPLOTPAGE_H diff --git a/src/gui/quality/timeplotpage.h b/src/gui/quality/timeplotpage.h index bb1adc28f11ea836df9fb3dedb8f2f0f07794c12..f9f425bddf9b735b4cfdcb0e737b7e8d1732276e 100644 --- a/src/gui/quality/timeplotpage.h +++ b/src/gui/quality/timeplotpage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__TIMEPLOTPAGE_H #define GUI_QUALITY__TIMEPLOTPAGE_H diff --git a/src/gui/quality/twodimensionalplotpage.cpp b/src/gui/quality/twodimensionalplotpage.cpp index fc553bed2bb96bbe16ce845e7f3634afd320f427..07a36f4634993f6b37111aca3f771446cd5ebc49 100644 --- a/src/gui/quality/twodimensionalplotpage.cpp +++ b/src/gui/quality/twodimensionalplotpage.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <limits> #include <boost/bind.hpp> diff --git a/src/gui/quality/twodimensionalplotpage.h b/src/gui/quality/twodimensionalplotpage.h index e1a3943a8cabf1c58527f35525292d704c5d1c47..9f2db5cab15f7ec1a979ee650a8dd4ceeedd66c4 100644 --- a/src/gui/quality/twodimensionalplotpage.h +++ b/src/gui/quality/twodimensionalplotpage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef GUI_QUALITY__2DPLOTPAGE_H #define GUI_QUALITY__2DPLOTPAGE_H diff --git a/src/gui/rfiguiwindow.cpp b/src/gui/rfiguiwindow.cpp index dfe81f60441eeb56f8c9ea4186d38acb01e4be94..5452ac40801575306e850e36de5a1f939f83c8ef 100644 --- a/src/gui/rfiguiwindow.cpp +++ b/src/gui/rfiguiwindow.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "rfiguiwindow.h" #include <gtkmm/aboutdialog.h> diff --git a/src/gui/rfiguiwindow.h b/src/gui/rfiguiwindow.h index 4b7be052915ad48923fa077790055a7f25ef6d56..03a2f9bbd266dffa3f8d830901e0e9d1d6ca1a58 100644 --- a/src/gui/rfiguiwindow.h +++ b/src/gui/rfiguiwindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MSWINDOW_H #define MSWINDOW_H diff --git a/src/gui/strategyframes/absthresholdframe.h b/src/gui/strategyframes/absthresholdframe.h index 15efc3f4b6c45c96e1191b17972c93187ce8bd12..c23146ac898310f20e8b1b7d12e86531741f6387 100644 --- a/src/gui/strategyframes/absthresholdframe.h +++ b/src/gui/strategyframes/absthresholdframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef ABSTHRESHOLDFRAME_H #define ABSTHRESHOLDFRAME_H diff --git a/src/gui/strategyframes/baselineselectionframe.h b/src/gui/strategyframes/baselineselectionframe.h index 043ecb1b6f5803151146bd30e4a7a0f675d627d6..6916bd9307a226a3eefd1097b9f3e588c79bd71b 100644 --- a/src/gui/strategyframes/baselineselectionframe.h +++ b/src/gui/strategyframes/baselineselectionframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef BASELINESELECTIONFRAME_H #define BASELINESELECTIONFRAME_H diff --git a/src/gui/strategyframes/changeresolutionframe.h b/src/gui/strategyframes/changeresolutionframe.h index 022b99783e5a2a3fdd0562752acc6da4cc28952f..533a2155b2fa2b1a6228e94bc897b4a6663caa66 100644 --- a/src/gui/strategyframes/changeresolutionframe.h +++ b/src/gui/strategyframes/changeresolutionframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef CHANGERESOLUTIONFRAME_H #define CHANGERESOLUTIONFRAME_H diff --git a/src/gui/strategyframes/cutareaframe.h b/src/gui/strategyframes/cutareaframe.h index 3ca098e4e529f5e3c698ada584847ffab1c2c45d..dd51f68e9214696127c675c659c2cb3878ffd063 100644 --- a/src/gui/strategyframes/cutareaframe.h +++ b/src/gui/strategyframes/cutareaframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef CUTAREAFRAME_H #define CUTAREAFRAME_H diff --git a/src/gui/strategyframes/directionprofileframe.h b/src/gui/strategyframes/directionprofileframe.h index c11439c923ba1515efa70df8becf686c9aef01a9..b9e6b2b7cf0ec31b4a42178f7799c0f4e64390ba 100644 --- a/src/gui/strategyframes/directionprofileframe.h +++ b/src/gui/strategyframes/directionprofileframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef DIRECTIONPROFILEFRAME_H #define DIRECTIONPROFILEFRAME_H diff --git a/src/gui/strategyframes/foreachbaselineframe.h b/src/gui/strategyframes/foreachbaselineframe.h index 5de5d2c9e9947aa780e91fabc5869269f97abc6c..0dd0b13c72235c4a433b5f8bb76314a26d49e076 100644 --- a/src/gui/strategyframes/foreachbaselineframe.h +++ b/src/gui/strategyframes/foreachbaselineframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FOREACHBASELINEFRAME_H #define FOREACHBASELINEFRAME_H diff --git a/src/gui/strategyframes/foreachcomplexcomponentframe.h b/src/gui/strategyframes/foreachcomplexcomponentframe.h index 81a5a18a92e1fe188ad0b930ea700ff764dc6a7b..e050632f5eba53d2fec80a2bb4252944158153d8 100644 --- a/src/gui/strategyframes/foreachcomplexcomponentframe.h +++ b/src/gui/strategyframes/foreachcomplexcomponentframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FOREACHCOMPLEXCOMPONENTFRAME_H #define FOREACHCOMPLEXCOMPONENTFRAME_H diff --git a/src/gui/strategyframes/foreachmsframe.h b/src/gui/strategyframes/foreachmsframe.h index 7611922db4a2ef1ea9802a9a0816852ac7706e49..f61d4ec35d41de740c5e421b144f95d8e29c6982 100644 --- a/src/gui/strategyframes/foreachmsframe.h +++ b/src/gui/strategyframes/foreachmsframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FOREACHMSFRAME_H #define FOREACHMSFRAME_H diff --git a/src/gui/strategyframes/foreachpolarisationframe.h b/src/gui/strategyframes/foreachpolarisationframe.h index 9a1b16fac57fbb555d0ebd2d5aa0c3981be6dbe0..8d2e3da199ae58d4c73c09696fa7bc00d78739de 100644 --- a/src/gui/strategyframes/foreachpolarisationframe.h +++ b/src/gui/strategyframes/foreachpolarisationframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FOREACHPOLARISATIONFRAME_H #define FOREACHPOLARISATIONFRAME_H diff --git a/src/gui/strategyframes/frequencyconvolutionframe.h b/src/gui/strategyframes/frequencyconvolutionframe.h index a9c6198e4195853f70995c4f951ce1165cdf8be8..e1c2daca0658e3cea6f53f7ebee53fdf2aae9db2 100644 --- a/src/gui/strategyframes/frequencyconvolutionframe.h +++ b/src/gui/strategyframes/frequencyconvolutionframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FREQUENCYCONVOLUTIONFRAME_H #define FREQUENCYCONVOLUTIONFRAME_H diff --git a/src/gui/strategyframes/frequencyselectionframe.h b/src/gui/strategyframes/frequencyselectionframe.h index b892ab788d66545d0a1e029ad37cfbab1cce6b77..8193041a1e478268585acf1ba6a717c0f8f177fb 100644 --- a/src/gui/strategyframes/frequencyselectionframe.h +++ b/src/gui/strategyframes/frequencyselectionframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FREQUENCYSELECTIONFRAME_H #define FREQUENCYSELECTIONFRAME_H diff --git a/src/gui/strategyframes/fringestoppingframe.h b/src/gui/strategyframes/fringestoppingframe.h index 40db43fe3c0bf285459047e8aee3f27bdf0ea4fc..5be0c3ff2621a438e7a0e458cefb4c65ef066e18 100644 --- a/src/gui/strategyframes/fringestoppingframe.h +++ b/src/gui/strategyframes/fringestoppingframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FRINGESTOPPINGFRAME_H #define FRINGESTOPPINGFRAME_H diff --git a/src/gui/strategyframes/highpassfilterframe.h b/src/gui/strategyframes/highpassfilterframe.h index 1ce179192f2c3832bf540cbe7a6f1b5ce6903f45..9c382af45e3c605280c66b27800900541d18e9c8 100644 --- a/src/gui/strategyframes/highpassfilterframe.h +++ b/src/gui/strategyframes/highpassfilterframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef HIGHPASSFILTERFRAME_H #define HIGHPASSFILTERFRAME_H diff --git a/src/gui/strategyframes/iterationframe.h b/src/gui/strategyframes/iterationframe.h index 0b03c2f273577b2fa5135a1e778f1a6b6567ed74..18a7cdcd59bb0a10f71f96ac982d3413eef928bc 100644 --- a/src/gui/strategyframes/iterationframe.h +++ b/src/gui/strategyframes/iterationframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef ITERATIONFRAME_H #define ITERATIONFRAME_H diff --git a/src/gui/strategyframes/plotframe.h b/src/gui/strategyframes/plotframe.h index 27d716aa3da26bab807895b8fc9a93c873277a89..6333a2c749485528f0272a12e157976e1dbd68a1 100644 --- a/src/gui/strategyframes/plotframe.h +++ b/src/gui/strategyframes/plotframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef STRATEGYFRAMES_PLOTFRAME_H #define STRATEGYFRAMES_PLOTFRAME_H diff --git a/src/gui/strategyframes/resamplingframe.h b/src/gui/strategyframes/resamplingframe.h index 1062acd1e093665146a0c8ca25e67bea766202f8..b90fc1112bae6f7a770bab4a55c9eaa66b97d614 100644 --- a/src/gui/strategyframes/resamplingframe.h +++ b/src/gui/strategyframes/resamplingframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RESAMPLINGFRAME_H #define RESAMPLINGFRAME_H diff --git a/src/gui/strategyframes/setflaggingframe.h b/src/gui/strategyframes/setflaggingframe.h index 7514804c0383433f414894dab5fb9ddff5e8a9cf..e0d83c2eafe7451eaf54df59a8663ba9b7a4f8fb 100644 --- a/src/gui/strategyframes/setflaggingframe.h +++ b/src/gui/strategyframes/setflaggingframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SETFLAGGINGFRAME_H #define SETFLAGGINGFRAME_H diff --git a/src/gui/strategyframes/setimageframe.h b/src/gui/strategyframes/setimageframe.h index e94fc67d6c35cb4d03288d22d441f7bfb880ec67..dbed71b2b42c6afeddb2452f907330c65f1e234b 100644 --- a/src/gui/strategyframes/setimageframe.h +++ b/src/gui/strategyframes/setimageframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SETIMAGEFRAME_H #define SETIMAGEFRAME_H diff --git a/src/gui/strategyframes/slidingwindowfitframe.h b/src/gui/strategyframes/slidingwindowfitframe.h index 65b15b21b104798a03a2b3b55ee71ac58207c5a7..04c3f782f8f823fb6cf227527b93776302b0750b 100644 --- a/src/gui/strategyframes/slidingwindowfitframe.h +++ b/src/gui/strategyframes/slidingwindowfitframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SLIDINGWINDOWFITFRAME_H #define SLIDINGWINDOWFITFRAME_H diff --git a/src/gui/strategyframes/spatialcompositionframe.h b/src/gui/strategyframes/spatialcompositionframe.h index 98eeb957867b0fb4ac7726e5f55d15819254693d..abf9f4aee2e0b75546566fd709e820099bcb396c 100644 --- a/src/gui/strategyframes/spatialcompositionframe.h +++ b/src/gui/strategyframes/spatialcompositionframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SPATIALCOMPOSITIONFRAME_H #define SPATIALCOMPOSITIONFRAME_H diff --git a/src/gui/strategyframes/statisticalflaggingframe.h b/src/gui/strategyframes/statisticalflaggingframe.h index 4b9eb589f56c4ffb604bf3e6fbf0b31509da1aeb..e019ccc2a44084b753a07b5c305cf2b56538807c 100644 --- a/src/gui/strategyframes/statisticalflaggingframe.h +++ b/src/gui/strategyframes/statisticalflaggingframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef STATISTICALFLAGGINGFRAME_H #define STATISTICALFLAGGINGFRAME_H diff --git a/src/gui/strategyframes/sumthresholdframe.h b/src/gui/strategyframes/sumthresholdframe.h index 9d5a6f437b220842b9123f5a4fb26b515164b75d..1de66a1c033c8869c618dd9fbbf8ff59c70a9c79 100644 --- a/src/gui/strategyframes/sumthresholdframe.h +++ b/src/gui/strategyframes/sumthresholdframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef THRESHOLDFRAME_H #define THRESHOLDFRAME_H diff --git a/src/gui/strategyframes/svdframe.h b/src/gui/strategyframes/svdframe.h index 20c4f6183b527b09cd5e88dc4edaf706ef3030b6..6c0ae1ec1a6d1f3953571693f10b36631f9e7259 100644 --- a/src/gui/strategyframes/svdframe.h +++ b/src/gui/strategyframes/svdframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SVDFRAME_H #define SVDFRAME_H diff --git a/src/gui/strategyframes/timeconvolutionframe.h b/src/gui/strategyframes/timeconvolutionframe.h index b56430cd8cd49b2919cbd191d307ed3915dc084f..25713ced80eba8911b90254739e24e4dd3b42991 100644 --- a/src/gui/strategyframes/timeconvolutionframe.h +++ b/src/gui/strategyframes/timeconvolutionframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef TIMECONVOLUTIONFRAME_H #define TIMECONVOLUTIONFRAME_H diff --git a/src/gui/strategyframes/timeselectionframe.h b/src/gui/strategyframes/timeselectionframe.h index 6c662c53739a626b296cc8f6cc4f358e179aa116..ba7621c6b062ecbc34a54aae52b23c2470f178fe 100644 --- a/src/gui/strategyframes/timeselectionframe.h +++ b/src/gui/strategyframes/timeselectionframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef TIMESELECTIONFRAME_H #define TIMESELECTIONFRAME_H diff --git a/src/gui/strategyframes/uvprojectframe.h b/src/gui/strategyframes/uvprojectframe.h index 6ea2c143636a135715fb24659fbaa59d1afac7c9..a1d19cce6f30cc7253d516b42f77e369794bad8f 100644 --- a/src/gui/strategyframes/uvprojectframe.h +++ b/src/gui/strategyframes/uvprojectframe.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef UV_PROJECT_FRAME_H #define UV_PROJECT_FRAME_H diff --git a/src/imaging/defaultmodels.h b/src/imaging/defaultmodels.h index 3dc33f7941eacc14cde604cf4351da90f6f41180..531f2a16c4832bf19420870b89d5be3f97c8724a 100644 --- a/src/imaging/defaultmodels.h +++ b/src/imaging/defaultmodels.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef DEFAULTMODELS_H #define DEFAULTMODELS_H diff --git a/src/imaging/model.cpp b/src/imaging/model.cpp index f03f7b46904ba6c09c57b54bc615f82d7da9160a..5aafea1ed4e063a3245af147ec467e4258073abc 100644 --- a/src/imaging/model.cpp +++ b/src/imaging/model.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "model.h" #include "../msio/image2d.h" diff --git a/src/imaging/model.h b/src/imaging/model.h index 98fa461473a97f29a60cee3af483e606bd6f006f..8d49053d6feb09afdb68359924545f594c921a07 100644 --- a/src/imaging/model.h +++ b/src/imaging/model.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MODEL_H #define MODEL_H diff --git a/src/imaging/uvimager.cpp b/src/imaging/uvimager.cpp index c4e4ff13cc69087690081680005b284815d4c172..cac58c5b6f8673769484a4fcca911bdbbb4cf490 100644 --- a/src/imaging/uvimager.cpp +++ b/src/imaging/uvimager.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "uvimager.h" #include "../msio/image2d.h" diff --git a/src/imaging/uvimager.h b/src/imaging/uvimager.h index 570db7ec173efe88f3590821a76e4bc8c76bf584..0561a0628171d5c0f223722710ea425994eeb8ba 100644 --- a/src/imaging/uvimager.h +++ b/src/imaging/uvimager.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef UVIMAGER_H #define UVIMAGER_H diff --git a/src/imaging/zenithimager.cpp b/src/imaging/zenithimager.cpp index a222493d739e1400457aee238607958da6df1979..abeb8366e6d81adb3fc37e1a669af303db9f61ae 100644 --- a/src/imaging/zenithimager.cpp +++ b/src/imaging/zenithimager.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2012 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "zenithimager.h" #include "../msio/antennainfo.h" diff --git a/src/imaging/zenithimager.h b/src/imaging/zenithimager.h index 8e1ee35e6ea39978046a78cc5867e3330b6e41f0..33e5260cdc1dd9b6b89a6daa2105ff2471df666f 100644 --- a/src/imaging/zenithimager.h +++ b/src/imaging/zenithimager.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2012 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef ZENITH_IMAGER_H #define ZENITH_IMAGER_H diff --git a/src/imgzenith.cpp b/src/imgzenith.cpp index 76bc0d12f94806cb148fe008c331268f28a748a9..3eadae69c6b09d4c2b187093d2b20c29e41c9824 100644 --- a/src/imgzenith.cpp +++ b/src/imgzenith.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <casacore/tables/Tables/Table.h> #include <casacore/measures/Measures/UVWMachine.h> diff --git a/src/interface/aoflagger.h b/src/interface/aoflagger.h index 56069675b3e4823cb3fafc2aac3797889c9cfdc7..d70dc6047a9fb85a443ec18eea4894a0a3378ea6 100644 --- a/src/interface/aoflagger.h +++ b/src/interface/aoflagger.h @@ -1,5 +1,6 @@ /** @file aoflagger.h @brief Main AOFlagger header file. * @author André Offringa offringa@gmail.com + * @copyright by A.R. Offringa under the GPL version 3 */ #ifndef AOFLAGGER_INTERFACE_H diff --git a/src/interface/interface.dox b/src/interface/interface.dox index 455a4d4423cf042344dddccff404fac5a334df40..df27f8176095c9a4fb4c8f7898cfdb6923e66b16 100644 --- a/src/interface/interface.dox +++ b/src/interface/interface.dox @@ -7,6 +7,7 @@ * strategy, are the SumThreshold method, * background fitting techniques (smoothing, sliding window, median * filters, high-pass filters) and morphological operators. +* AOFlagger is distributed under the GPL 3 open-source license. * * I have spent a lot of time on this package, and I believe it is the * best flagger available. diff --git a/src/ms2uv.cpp b/src/ms2uv.cpp index 4d930692dd97d9fd5fd199f07402d48ae28bd8d1..17d6074ae77b168362e04cae84c91e8846533c41 100644 --- a/src/ms2uv.cpp +++ b/src/ms2uv.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/src/msinfo.cpp b/src/msinfo.cpp index d1e12afe81e4c21d85b94f00bc6d508b6c3e767f..e2224553bcbcb7af1ad0153405fac30bf45a7756 100644 --- a/src/msinfo.cpp +++ b/src/msinfo.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <iostream> #include <cstdlib> #include <sstream> diff --git a/src/msio/antennainfo.h b/src/msio/antennainfo.h index bc24fddf1b8076ff56a2d789e5fcd345b8b36dc4..bc06d9baec3db60cb2a210d1f7cbcf2bc788ca17 100644 --- a/src/msio/antennainfo.h +++ b/src/msio/antennainfo.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef ANTENNAINFO_H #define ANTENNAINFO_H diff --git a/src/msio/arraycolumniterator.h b/src/msio/arraycolumniterator.h index c20ccc0e93367cfc759860136aab866853bd717b..0060bdbf5d9e1c9dea9b8c1c8180dfa1ec90abf5 100644 --- a/src/msio/arraycolumniterator.h +++ b/src/msio/arraycolumniterator.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef ARRAYCOLUMNITERATOR_H #define ARRAYCOLUMNITERATOR_H diff --git a/src/msio/baselinereader.cpp b/src/msio/baselinereader.cpp index 9a6a62951bfd5fe2e0c7b1fb2b3b273f9013722a..2e1e890842afb78fba0d58e92dd3a895e420d39f 100644 --- a/src/msio/baselinereader.cpp +++ b/src/msio/baselinereader.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "baselinereader.h" #include <set> diff --git a/src/msio/baselinereader.h b/src/msio/baselinereader.h index 5089343212edcd89320af27e9ab07cdc7ac8145e..35ab1846055c0384b16fc2979957c343036b0cbe 100644 --- a/src/msio/baselinereader.h +++ b/src/msio/baselinereader.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef BASELINEREADER_H #define BASELINEREADER_H diff --git a/src/msio/colormap.cpp b/src/msio/colormap.cpp index 8f02b87a216a9306d830e8796d056303c49de233..2db928f61ca7ad2dd4397bceb98414050b2f4df6 100644 --- a/src/msio/colormap.cpp +++ b/src/msio/colormap.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ #include "colormap.h" ColorMap::ColorMap() diff --git a/src/msio/colormap.h b/src/msio/colormap.h index d1b90cdf6cd3d1b90e08a28db53167b73a4465ad..4a9d861fd32e65a65d933d8fc8d4bbff305bdf83 100644 --- a/src/msio/colormap.h +++ b/src/msio/colormap.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ /** @file * This is the header file for the ColorMap base class and several specific color map classes. * @author André Offringa <offringa@gmail.com> diff --git a/src/msio/date.h b/src/msio/date.h index 9461a2379715b5f6eec5577def5dad6920520d2f..66ea79f51cdc414b7f9c47901cb29596f15dd4a9 100644 --- a/src/msio/date.h +++ b/src/msio/date.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef MSIODATE_H #define MSIODATE_H diff --git a/src/msio/directbaselinereader.cpp b/src/msio/directbaselinereader.cpp index 8c0894cebb18ea254ca5f71d278eb387476f0884..6a5d210bc63603e6ac9048ea11edfce9cff2f6cd 100644 --- a/src/msio/directbaselinereader.cpp +++ b/src/msio/directbaselinereader.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "directbaselinereader.h" #include <vector> diff --git a/src/msio/directbaselinereader.h b/src/msio/directbaselinereader.h index 52c8c055836b14697eb87b0d5a94e03525f555df..11ee1badfe99adc58de34d5a0998d7740e127413 100644 --- a/src/msio/directbaselinereader.h +++ b/src/msio/directbaselinereader.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef DIRECTBASELINEREADER_H #define DIRECTBASELINEREADER_H diff --git a/src/msio/fitsfile.cpp b/src/msio/fitsfile.cpp index 5fa147ecadaeb0a1c67e8aa3430fc96801ebad94..71f48674839e6cbdd210be2135ce47580afe3bde 100644 --- a/src/msio/fitsfile.cpp +++ b/src/msio/fitsfile.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ #include "fitsfile.h" #include <limits> diff --git a/src/msio/fitsfile.h b/src/msio/fitsfile.h index ce044349612d437e9b31e9e5197cbb26e3447f62..1dca5e6d5e46179f7906c8d8f275d648f1db2e17 100644 --- a/src/msio/fitsfile.h +++ b/src/msio/fitsfile.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ /** @file * This is the header file for the FitsFile and FitsIOException class. * @author André Offringa <offringa@gmail.com> diff --git a/src/msio/image2d.cpp b/src/msio/image2d.cpp index 5ea34cbb07c2385ca886f3c98483ed4c2615bbba..91dd2d43d9946adf2b8ed62ef32fbd105d088eef 100644 --- a/src/msio/image2d.cpp +++ b/src/msio/image2d.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ #include "image2d.h" #include "pngfile.h" #include "fitsfile.h" diff --git a/src/msio/image2d.h b/src/msio/image2d.h index 64e4ec4b2dc96f306197f3dd647c83ac5c20ac93..0ba3c85ea20c218c565982fff96aad1b643daa86 100644 --- a/src/msio/image2d.h +++ b/src/msio/image2d.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ /** @file * This is the header file for the Image2D class. * @author André Offringa <offringa@gmail.com> diff --git a/src/msio/indirectbaselinereader.cpp b/src/msio/indirectbaselinereader.cpp index d1213d593473070898b5fbe690a115b308e82588..7393a27ae25bc3be19299b6027e5714c06b0297c 100644 --- a/src/msio/indirectbaselinereader.cpp +++ b/src/msio/indirectbaselinereader.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "indirectbaselinereader.h" #include <casacore/ms/MeasurementSets/MeasurementSet.h> diff --git a/src/msio/indirectbaselinereader.h b/src/msio/indirectbaselinereader.h index e57c3e1e257c1815b34d5cbe6067bf277e898170..8adb1eee1eb831beab471ff02710cc59e0765f10 100644 --- a/src/msio/indirectbaselinereader.h +++ b/src/msio/indirectbaselinereader.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef INDIRECTBASELINEREADER_H #define INDIRECTBASELINEREADER_H diff --git a/src/msio/mask2d.cpp b/src/msio/mask2d.cpp index 32fb93bd15b0a3437acb88efca6cb9db345b54f6..98e3126e5869dbb2ca3704323cad017dd980607f 100644 --- a/src/msio/mask2d.cpp +++ b/src/msio/mask2d.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "mask2d.h" #include "image2d.h" diff --git a/src/msio/mask2d.h b/src/msio/mask2d.h index 5568033fa53163495966bafb9a2c62c71d5fa042..8c9cae9e7a8c995485214996752518fc1a8198e5 100644 --- a/src/msio/mask2d.h +++ b/src/msio/mask2d.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MASK2D_H #define MASK2D_H diff --git a/src/msio/measurementset.cpp b/src/msio/measurementset.cpp index 3d99f01cfc70f70ba2ccc7431a9e5072d034c800..a3215730c2f4bae4830b58da6f8802f2fcf00023 100644 --- a/src/msio/measurementset.cpp +++ b/src/msio/measurementset.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <casacore/ms/MeasurementSets/MeasurementSet.h> #include <casacore/ms/MeasurementSets/MSTable.h> #include <casacore/tables/Tables/TableDesc.h> diff --git a/src/msio/measurementset.h b/src/msio/measurementset.h index 4673fe57551b86de1625c5af46183c69a648d024..108400d84f044e851b4071a9a63a496fe8720a3c 100644 --- a/src/msio/measurementset.h +++ b/src/msio/measurementset.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MEASUREMENTSET_H #define MEASUREMENTSET_H diff --git a/src/msio/memorybaselinereader.cpp b/src/msio/memorybaselinereader.cpp index 83c62bcb2d2bf553effe5a8ea6b269a60fd83cb6..ec4aaf2db07292f12de032c3eabd822d718fe0cd 100644 --- a/src/msio/memorybaselinereader.cpp +++ b/src/msio/memorybaselinereader.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "memorybaselinereader.h" #include "system.h" diff --git a/src/msio/memorybaselinereader.h b/src/msio/memorybaselinereader.h index 5db569da54791c54a7542029391ebf8fec0b4d58..c1a3bec4243242dd9004ea96616c61ea2ff0eb75 100644 --- a/src/msio/memorybaselinereader.h +++ b/src/msio/memorybaselinereader.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MEMORY_BASELINE_READER_H #define MEMORY_BASELINE_READER_H diff --git a/src/msio/msrowdata.h b/src/msio/msrowdata.h index 6e6ccc36d0cafeab3fccb607298fd1c4bd1e8224..e9740a4981d964ca6b099572bc6277c23ae138fe 100644 --- a/src/msio/msrowdata.h +++ b/src/msio/msrowdata.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef MS_ROW_DATA_H #define MS_ROW_DATA_H diff --git a/src/msio/msrowdataext.h b/src/msio/msrowdataext.h index cadb0470efa52e69a8740fd20211ad83899e56a2..534463ad0d35285d0f86a55ab70e822e95fda4da 100644 --- a/src/msio/msrowdataext.h +++ b/src/msio/msrowdataext.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef MS_ROW_DATAEXT_H #define MS_ROW_DATAEXT_H diff --git a/src/msio/pngfile.cpp b/src/msio/pngfile.cpp index e38ec3c968523a601e8af17429efe254fb8ae0bc..082644b9908c5de0010a9e22a7db85ce1b3fd7bc 100644 --- a/src/msio/pngfile.cpp +++ b/src/msio/pngfile.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ #include "pngfile.h" #include "colormap.h" #include "image2d.h" diff --git a/src/msio/pngfile.h b/src/msio/pngfile.h index 050a266c0a6234a26b041ba0f5d99319465ab475..735e2ddc055fb230437dfce66c56d5908720899d 100644 --- a/src/msio/pngfile.h +++ b/src/msio/pngfile.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ /** @file * This is the header file for the PngFile class. * @author André Offringa <offringa@gmail.com> diff --git a/src/msio/rawdescfile.h b/src/msio/rawdescfile.h index d2036b743a906028777bf421e02e429a66af015d..a85a95a4fc539e7314a4829e9e92c79aebadd25a 100644 --- a/src/msio/rawdescfile.h +++ b/src/msio/rawdescfile.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RAWDESCFILE_H #define RAWDESCFILE_H diff --git a/src/msio/rspreader.cpp b/src/msio/rspreader.cpp index 3939c1d9713bdb120c140e8733bb19c85fb7cf6f..55e5a141f64b23a88f6075101995f9f82c1568d0 100644 --- a/src/msio/rspreader.cpp +++ b/src/msio/rspreader.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <stdexcept> #include <set> #include <sstream> diff --git a/src/msio/rspreader.h b/src/msio/rspreader.h index a63ae0df5d7fea8c7dce5266f85f9cd7417d3360..6242ed19e4e09346c1a19b03162a35b360208979 100644 --- a/src/msio/rspreader.h +++ b/src/msio/rspreader.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RSPREADER_H #define RSPREADER_H diff --git a/src/msio/samplerow.cpp b/src/msio/samplerow.cpp index b574a9bdfbec3ab51d73510553de393a52e0901d..c04c5c483a944091868cffec247177b895b0e262 100644 --- a/src/msio/samplerow.cpp +++ b/src/msio/samplerow.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "samplerow.h" SampleRowPtr SampleRow::CreateWithoutMissings() const diff --git a/src/msio/samplerow.h b/src/msio/samplerow.h index 5409d7af6bcc26f5ad5b0bbd95be74376360c8bb..362cba3a53364d1d17ebfc96f869cfe9647fc14f 100644 --- a/src/msio/samplerow.h +++ b/src/msio/samplerow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SAMPLEROW_H #define SAMPLEROW_H diff --git a/src/msio/scalarcolumniterator.h b/src/msio/scalarcolumniterator.h index af4d33dbf6e95e1ea1ce758177bcc3d1f1febaed..f59ba61f44fd384f4e37843eafeed043a6dc4716 100644 --- a/src/msio/scalarcolumniterator.h +++ b/src/msio/scalarcolumniterator.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SCALARCOLUMNITERATOR_H #define SCALARCOLUMNITERATOR_H diff --git a/src/msio/segmentedimage.cpp b/src/msio/segmentedimage.cpp deleted file mode 100644 index 5049c8d3fbba40cd8037bf5d0a733f5b78f97ce7..0000000000000000000000000000000000000000 --- a/src/msio/segmentedimage.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ -#include "segmentedimage.h" - diff --git a/src/msio/segmentedimage.h b/src/msio/segmentedimage.h index caff24b101c7ba3d87839eaf52794b361bd092e9..9970832072039a6cbae6417d379b40b0f606c0e3 100644 --- a/src/msio/segmentedimage.h +++ b/src/msio/segmentedimage.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SEGMENTEDIMAGE_H #define SEGMENTEDIMAGE_H diff --git a/src/msio/sortedtimestepaccessor.h b/src/msio/sortedtimestepaccessor.h index f616b24227dc1fc1baa30104c5414d5f7b54df0f..e8f36ef0a073e8dddc927bd9bf4950e495c0af77 100644 --- a/src/msio/sortedtimestepaccessor.h +++ b/src/msio/sortedtimestepaccessor.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef MSIO_TIMESTEP_ACCESSOR_H #define MSIO_TIMESTEP_ACCESSOR_H diff --git a/src/msio/stokesimager.cpp b/src/msio/stokesimager.cpp index d90c808928120d731d28360475e4b51f5b82d947..13d3b41de92c7ce3084c041e5100daf67e4e0066 100644 --- a/src/msio/stokesimager.cpp +++ b/src/msio/stokesimager.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "stokesimager.h" Image2DPtr StokesImager::CreateStokesIAmplitude(Image2DCPtr realXX, Image2DCPtr imaginaryXX, Image2DCPtr realYY, Image2DCPtr imaginaryYY) diff --git a/src/msio/stokesimager.h b/src/msio/stokesimager.h index 10d5d148771707169957c9d1645fbb75ae3f902f..3d5bda402c0535238cef0e230eb73703e6e14c42 100644 --- a/src/msio/stokesimager.h +++ b/src/msio/stokesimager.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef STOKESIMAGER_H #define STOKESIMAGER_H diff --git a/src/msio/system.h b/src/msio/system.h index 432563db4c400f74144c197ad5274e8e2a2b5068..9263474164c567017ccb4532bfb9d6d0c1533c5b 100644 --- a/src/msio/system.h +++ b/src/msio/system.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MSIOSYSTEM_H #define MSIOSYSTEM_H diff --git a/src/msio/timefrequencydata.cpp b/src/msio/timefrequencydata.cpp index e9a1a68d3115854cfc9c94d6ba1e6be3227aa1c5..77c631ac0516514729ed429621bc0a3be9d57a9d 100644 --- a/src/msio/timefrequencydata.cpp +++ b/src/msio/timefrequencydata.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "timefrequencydata.h" #include "stokesimager.h" diff --git a/src/msio/timefrequencydata.h b/src/msio/timefrequencydata.h index 7f66c09416703272727c58c90993fe9586f81c80..c733013ac47f0f68715aeaf5757110434b5af925 100644 --- a/src/msio/timefrequencydata.h +++ b/src/msio/timefrequencydata.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef TIMEFREQUENCYDATA_H #define TIMEFREQUENCYDATA_H diff --git a/src/msio/timefrequencymetadata.h b/src/msio/timefrequencymetadata.h index dda721aa871a03fcc4cb4422af67d36e07fa8c4a..2a4aab99b451a6c965bd32cc58b8f32118d5a52f 100644 --- a/src/msio/timefrequencymetadata.h +++ b/src/msio/timefrequencymetadata.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef MSIO_TIME_FREQUENCY_META_DATA_H #define MSIO_TIME_FREQUENCY_META_DATA_H diff --git a/src/msio/timestepaccessor.h b/src/msio/timestepaccessor.h index fd3b9f81da6b219e4c9d8b525998689cb58ccfb4..ada1a75225dfbd2753fb7484121daacc1af40794 100644 --- a/src/msio/timestepaccessor.h +++ b/src/msio/timestepaccessor.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef MSIO_TIMESTEP_ACCESSOR_H #define MSIO_TIMESTEP_ACCESSOR_H diff --git a/src/msio/types.h b/src/msio/types.h index f64495f77dcfa1b858d1eaae3825df96c06fa316..32b1d5a5b80d1c4db15c6c71d39564fb59e25e00 100644 --- a/src/msio/types.h +++ b/src/msio/types.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef MSIO_TYPES #define MSIO_TYPES diff --git a/src/quality/baselinestatisticsmap.h b/src/quality/baselinestatisticsmap.h index 49bd764e62d138cd59b097ca817af8b29d942202..f27c13fd7f85909ffe15ff89dd516ce2e80b061a 100644 --- a/src/quality/baselinestatisticsmap.h +++ b/src/quality/baselinestatisticsmap.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef BASELINESTATISTICSMAP_H #define BASELINESTATISTICSMAP_H diff --git a/src/quality/defaultstatistics.h b/src/quality/defaultstatistics.h index 9c2283b833170eb43ec58b88c37fca3626b89294..daba067868e9e75f671ff777fc64be1da7f6de70 100644 --- a/src/quality/defaultstatistics.h +++ b/src/quality/defaultstatistics.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef QUALITY__DEFAULT_STATISTICS_H #define QUALITY__DEFAULT_STATISTICS_H diff --git a/src/quality/histogramcollection.cpp b/src/quality/histogramcollection.cpp index e394c26d1b91631341bb36f99ca0f7b368e6f4de..44da182517431e14a00f6587ea0bafc77a25c86e 100644 --- a/src/quality/histogramcollection.cpp +++ b/src/quality/histogramcollection.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "histogramcollection.h" #include "histogramtablesformatter.h" diff --git a/src/quality/histogramcollection.h b/src/quality/histogramcollection.h index d944cc686ef79c145c894bfd8467f832c9786eb2..d0459f08d8988d427260740de089b12bcb16b9cc 100644 --- a/src/quality/histogramcollection.h +++ b/src/quality/histogramcollection.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef HISTOGRAM_COLLECTION_H #define HISTOGRAM_COLLECTION_H diff --git a/src/quality/histogramtablesformatter.cpp b/src/quality/histogramtablesformatter.cpp index 2d981d2286d97315162170fc912bfcc590429ce9..e40aa231a35f495389b8f3b012026a8ea0939df1 100644 --- a/src/quality/histogramtablesformatter.cpp +++ b/src/quality/histogramtablesformatter.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "histogramtablesformatter.h" #include <stdexcept> diff --git a/src/quality/histogramtablesformatter.h b/src/quality/histogramtablesformatter.h index 7a8510723741fb20c7965513df3198a692fa8018..178f85eb2a780643bd1b213332c84f06be15fdcc 100644 --- a/src/quality/histogramtablesformatter.h +++ b/src/quality/histogramtablesformatter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef HISTOGRAM_TABLES_FORMATTER_H #define HISTOGRAM_TABLES_FORMATTER_H diff --git a/src/quality/loghistogram.h b/src/quality/loghistogram.h index bf82b0983fb09387d94f8d2b2c6dcebbef269afe..c86511ac8aaec6ec584ffdc67aea78d64234b52c 100644 --- a/src/quality/loghistogram.h +++ b/src/quality/loghistogram.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef LOGHISTOGRAM_H #define LOGHISTOGRAM_H diff --git a/src/quality/qualitytablesformatter.cpp b/src/quality/qualitytablesformatter.cpp index a9d99d13be0f169213740f9e4bd46db6ad4977c4..8957f748b9d5eb5898dbcb3d262fc05cd7dcee9f 100644 --- a/src/quality/qualitytablesformatter.cpp +++ b/src/quality/qualitytablesformatter.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "qualitytablesformatter.h" #include <stdexcept> diff --git a/src/quality/qualitytablesformatter.h b/src/quality/qualitytablesformatter.h index d308e74963ba9b9107a7b781432e7028fe0c3c6d..6aef44ee0d19e0dbb73d674691f979e7e85f330d 100644 --- a/src/quality/qualitytablesformatter.h +++ b/src/quality/qualitytablesformatter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MSIO_QUALITY_DATA_H #define MSIO_QUALITY_DATA_H diff --git a/src/quality/statisticalvalue.h b/src/quality/statisticalvalue.h index c9692dcddcadb7f0680585b462a4721176afd423..00dad44f1c6d90c60fda1c5bf282a06487f42aaa 100644 --- a/src/quality/statisticalvalue.h +++ b/src/quality/statisticalvalue.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MSIO_STATISTICAL_VALUE_H #define MSIO_STATISTICAL_VALUE_H diff --git a/src/quality/statisticscollection.h b/src/quality/statisticscollection.h index 49d5813790c8491bed9670f352da84e1b6bb901b..ba81da387ee50845964adba258c6239ba6a9cc83 100644 --- a/src/quality/statisticscollection.h +++ b/src/quality/statisticscollection.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef STATISTICS_COLLECTION_H #define STATISTICS_COLLECTION_H diff --git a/src/quality/statisticsderivator.h b/src/quality/statisticsderivator.h index a0957a5e00b7198922de3a4a26927d538404bed1..f4603f1d53fc2e8696ebe9ab44d8ceeef0ca54da 100644 --- a/src/quality/statisticsderivator.h +++ b/src/quality/statisticsderivator.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef QUALITY__STATISTICS_DERIVATOR_H #define QUALITY__STATISTICS_DERIVATOR_H diff --git a/src/rawreader.cpp b/src/rawreader.cpp deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/ref/reffile.h b/src/ref/reffile.h index 7971df5b7db10191f3b64db74c980b4a31def892..bfcb0acf00f88d7e947ab19c6f19fb0246e88487 100644 --- a/src/ref/reffile.h +++ b/src/ref/reffile.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AO_REFFILE_H #define AO_REFFILE_H diff --git a/src/ref/reffileentry.h b/src/ref/reffileentry.h index 155f4b4825e0aa99fbf67b66cfc8d9b0331d7f8f..0e301543af7df45b25861e95e4f01d34c6b666a6 100644 --- a/src/ref/reffileentry.h +++ b/src/ref/reffileentry.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AO_REFFILEENTRY_H #define AO_REFFILEENTRY_H diff --git a/src/ref/reffileexception.h b/src/ref/reffileexception.h index 7076ea11adbef89049263e07bb68909ff75fa374..bfac29f413fc91091f7a5dd8baa75e50cbb6a8a0 100644 --- a/src/ref/reffileexception.h +++ b/src/ref/reffileexception.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AO_REFFILEEXCEPTION_H #define AO_REFFILEEXCEPTION_H diff --git a/src/remote/client.cpp b/src/remote/client.cpp index f8331a3a34c6f41ade977429d96aa598ce860ab7..4e3223e76e533ef8db0524bee77ab5d6cd8cbe65 100644 --- a/src/remote/client.cpp +++ b/src/remote/client.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "client.h" #include <typeinfo> diff --git a/src/remote/client.h b/src/remote/client.h index 58f45a6d28686535559f9f7dbca12fc94dd59841..476cff4c3786026822228dc0c68bb126aef589d5 100644 --- a/src/remote/client.h +++ b/src/remote/client.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__CLIENT_H #define AOREMOTE__CLIENT_H diff --git a/src/remote/clusteredobservation.cpp b/src/remote/clusteredobservation.cpp index 823f0e44ff7e6f4655fb02cbc5df81c726e4f73b..bccd5018113249527d634ee52d8c203a11e8ed3c 100644 --- a/src/remote/clusteredobservation.cpp +++ b/src/remote/clusteredobservation.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "clusteredobservation.h" #include <stdexcept> diff --git a/src/remote/clusteredobservation.h b/src/remote/clusteredobservation.h index e1b574fbe9a7cdfed08d6daa1c5b3664277667a5..7d0282fe1c5cdecf396bab0684f481829218cf23 100644 --- a/src/remote/clusteredobservation.h +++ b/src/remote/clusteredobservation.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__CLUSTERED_OBSERVATION_H #define AOREMOTE__CLUSTERED_OBSERVATION_H diff --git a/src/remote/format.h b/src/remote/format.h index d48bcfd047aeb2b0241b115e178d52bcf045e299..1b1311ed9bef69fba5ba73d591e4dcdef97fc271 100644 --- a/src/remote/format.h +++ b/src/remote/format.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__FORMAT_H #define AOREMOTE__FORMAT_H diff --git a/src/remote/nodecommandmap.h b/src/remote/nodecommandmap.h index 560c218505006e139f22ddf34d2bab379c8472e0..f107740b78bc97bb3294dc132e2d5d13953f06e2 100644 --- a/src/remote/nodecommandmap.h +++ b/src/remote/nodecommandmap.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__NODE_COMMAND_MAP_H #define AOREMOTE__NODE_COMMAND_MAP_H diff --git a/src/remote/observationtimerange.h b/src/remote/observationtimerange.h index 738dd52f2b51506be82062e6ad92f4223ce14ebf..fd6162309f198b094976d21c7b12a8eafc7f1007 100644 --- a/src/remote/observationtimerange.h +++ b/src/remote/observationtimerange.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__OBSERVATION_TIMERANGE_H #define AOREMOTE__OBSERVATION_TIMERANGE_H diff --git a/src/remote/processcommander.cpp b/src/remote/processcommander.cpp index 662c343373517fa02b49c5741152e278eec8a02a..d03e6b97c5b4cd78f151d4a9665017bbd474d381 100644 --- a/src/remote/processcommander.cpp +++ b/src/remote/processcommander.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "processcommander.h" #include <climits> diff --git a/src/remote/processcommander.h b/src/remote/processcommander.h index 0f458cd1c8e09439811fadb23566d87beba4232d..ac58e10d5e1f1eed30bb4da32fe7330552e7697c 100644 --- a/src/remote/processcommander.h +++ b/src/remote/processcommander.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__PROCESS_COMMANDER_H #define AOREMOTE__PROCESS_COMMANDER_H diff --git a/src/remote/remoteprocess.h b/src/remote/remoteprocess.h index 6987e3640610aa176aa4243ae4981228ed954c4a..04cdd8ab521e282c928e62ca931985792f988108 100644 --- a/src/remote/remoteprocess.h +++ b/src/remote/remoteprocess.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__REMOTE_PROCESS_H #define AOREMOTE__REMOTE_PROCESS_H diff --git a/src/remote/server.cpp b/src/remote/server.cpp index 4747e5d63905502dd581f3798a8ec604a3063916..d258ca889867ce503f5d9c61e09ffb5ad8bba8d8 100644 --- a/src/remote/server.cpp +++ b/src/remote/server.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "server.h" #include <vector> diff --git a/src/remote/server.h b/src/remote/server.h index 0412b69a4bb2a8bc542341a44d48564279ab1996..2534a4061d61baf45ad8c75cb36c2da97f1a72e6 100644 --- a/src/remote/server.h +++ b/src/remote/server.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__SERVER_H #define AOREMOTE__SERVER_H diff --git a/src/remote/serverconnection.cpp b/src/remote/serverconnection.cpp index ceff2f23c81bdb71af05c4815c15a3420e1b4909..323687b09459fd15d3d35e262889fc2f62902256 100644 --- a/src/remote/serverconnection.cpp +++ b/src/remote/serverconnection.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "serverconnection.h" #include <boost/asio/read.hpp> diff --git a/src/remote/serverconnection.h b/src/remote/serverconnection.h index f279d294bfcb2d7b2874d71f74e7d34e573e5872..1db5302f60afa4c2348a3a1507d830ec27823769 100644 --- a/src/remote/serverconnection.h +++ b/src/remote/serverconnection.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef AOREMOTE__SERVER_CONNECTION_H #define AOREMOTE__SERVER_CONNECTION_H diff --git a/src/rfigui.cpp b/src/rfigui.cpp index cb952c5b8c3224c84e1b32bbfea8f016416da096..7f9d378f66d53ae3bc3cc0d5231677ad88465bfa 100644 --- a/src/rfigui.cpp +++ b/src/rfigui.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <libgen.h> #include "gui/application.h" diff --git a/src/rfihistory.cpp b/src/rfihistory.cpp index 647283b4217d47e480de2102997e954543b2a1f5..099c5925630ae32563637bdb34f68e965a19fe50 100644 --- a/src/rfihistory.cpp +++ b/src/rfihistory.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include <libgen.h> diff --git a/src/rfistrategy.cpp b/src/rfistrategy.cpp index e1e145c5f85a0e311d29be1669664f945589869d..7699c54781a44a01ca5301e2c6e66c20120c5dfc 100644 --- a/src/rfistrategy.cpp +++ b/src/rfistrategy.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include <libgen.h> diff --git a/src/strategy/actions/absthresholdaction.h b/src/strategy/actions/absthresholdaction.h index 4575ba8320b2f329dcc9c47434f0e4beeabc4bf1..236f59f7cc05f3831160b01d2e1860a55a3b50f2 100644 --- a/src/strategy/actions/absthresholdaction.h +++ b/src/strategy/actions/absthresholdaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFIABSTHRESHOLDACTION_H #define RFIABSTHRESHOLDACTION_H diff --git a/src/strategy/actions/action.h b/src/strategy/actions/action.h index 0e552039ad8df4473ab95e209ac008f73b7a7599..a08ac607c1ec7f8c901a6131b01d062ca094fbbe 100644 --- a/src/strategy/actions/action.h +++ b/src/strategy/actions/action.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFIACTION_H #define RFIACTION_H diff --git a/src/strategy/actions/adapter.h b/src/strategy/actions/adapter.h index 5a04fbeddf08bbd4dc41efbe3f629596f67b6926..0a24ff4882ac015c68a932eee9488bbc6d0a8c48 100644 --- a/src/strategy/actions/adapter.h +++ b/src/strategy/actions/adapter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_ADAPTER #define RFI_ADAPTER diff --git a/src/strategy/actions/addstatisticsaction.h b/src/strategy/actions/addstatisticsaction.h index cbd6764700cd12712b6dc10aff870617c03757b6..f185cfd67881e7fdd90c1bb57eb161b051155bdf 100644 --- a/src/strategy/actions/addstatisticsaction.h +++ b/src/strategy/actions/addstatisticsaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFIADDSTATISTICSACTION_H #define RFIADDSTATISTICSACTION_H diff --git a/src/strategy/actions/baselineselectionaction.cpp b/src/strategy/actions/baselineselectionaction.cpp index 409e08bc11bc514e6795e99290a200b5e37d5e06..bd9041b28f10a5edd9b79371313c48c4bce938c0 100644 --- a/src/strategy/actions/baselineselectionaction.cpp +++ b/src/strategy/actions/baselineselectionaction.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "baselineselectionaction.h" #include <iostream> diff --git a/src/strategy/actions/baselineselectionaction.h b/src/strategy/actions/baselineselectionaction.h index 183bd4d18219d617a36f345bcfc16f43044f0558..7e99d85a4e936d843f839ffdb5e91794f4e2d3b8 100644 --- a/src/strategy/actions/baselineselectionaction.h +++ b/src/strategy/actions/baselineselectionaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFIBASELINESELECTIONACTION_H #define RFIBASELINESELECTIONACTION_H diff --git a/src/strategy/actions/calibratepassbandaction.h b/src/strategy/actions/calibratepassbandaction.h index cf2941e0063b77f6483dd9bfff12705cc16e3365..d58da2311c8eaffcbcb7655c7d15a3f1171d6e2e 100644 --- a/src/strategy/actions/calibratepassbandaction.h +++ b/src/strategy/actions/calibratepassbandaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFISTRATEGY_CALIBRATE_PASSBAND_ACTION_H #define RFISTRATEGY_CALIBRATE_PASSBAND_ACTION_H diff --git a/src/strategy/actions/changeresolutionaction.cpp b/src/strategy/actions/changeresolutionaction.cpp index 11ae9117803d4ef484fbe4c438b677d159f35437..f75602009fb49d54c1bec854e760a4b34de848be 100644 --- a/src/strategy/actions/changeresolutionaction.cpp +++ b/src/strategy/actions/changeresolutionaction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "changeresolutionaction.h" #include "../control/artifactset.h" diff --git a/src/strategy/actions/changeresolutionaction.h b/src/strategy/actions/changeresolutionaction.h index ecae057494ab27c451a07e38b64759ec38814356..cbda805b894f18f3bd064d3f572aeb6d8c9f8534 100644 --- a/src/strategy/actions/changeresolutionaction.h +++ b/src/strategy/actions/changeresolutionaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef CHANGERESOLUTIONACTION_H #define CHANGERESOLUTIONACTION_H diff --git a/src/strategy/actions/combineflagresultsaction.h b/src/strategy/actions/combineflagresultsaction.h index 9b995f1781f65a5b4a5e136f846df00c0f316d55..64f50828055913dc4b9dbca004f895650bd617ed 100644 --- a/src/strategy/actions/combineflagresultsaction.h +++ b/src/strategy/actions/combineflagresultsaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef COMBINE_FLAG_RESULTS_H #define COMBINE_FLAG_RESULTS_H diff --git a/src/strategy/actions/cutareaaction.h b/src/strategy/actions/cutareaaction.h index 8f83ad8205d19bc63e4344054a7b3e959a833421..3ae623a5f504c8368782c2b4886349b67efec70f 100644 --- a/src/strategy/actions/cutareaaction.h +++ b/src/strategy/actions/cutareaaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef CUTAREAACTION_H #define CUTAREAACTION_H diff --git a/src/strategy/actions/directionalcleanaction.h b/src/strategy/actions/directionalcleanaction.h index 6d23dc58546b948f048fc2dc4aa5e0f8cfcc484f..5ed9769649e99d1f000b9a13e7b731444c37a760 100644 --- a/src/strategy/actions/directionalcleanaction.h +++ b/src/strategy/actions/directionalcleanaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_DIRECTIONALCLEAN_ACTION_H #define RFI_DIRECTIONALCLEAN_ACTION_H diff --git a/src/strategy/actions/directionprofileaction.h b/src/strategy/actions/directionprofileaction.h index ed5e296ed438020251b29e1e46dcc3419914db99..c1f115e019e9a6d44c44125bab743ea83e3ee681 100644 --- a/src/strategy/actions/directionprofileaction.h +++ b/src/strategy/actions/directionprofileaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef DIRECTIONPROFILEACTION_H #define DIRECTIONPROFILEACTION_H diff --git a/src/strategy/actions/eigenvalueverticalaction.h b/src/strategy/actions/eigenvalueverticalaction.h index 3b058be47345c05d0f887ba12b1ecc810f12ebc4..986b31cec0217cc56701237a2de59322287fcc28 100644 --- a/src/strategy/actions/eigenvalueverticalaction.h +++ b/src/strategy/actions/eigenvalueverticalaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef EIGENVALUEVERTICALACTION_H #define EIGENVALUEVERTICALACTION_H diff --git a/src/strategy/actions/foreachbaselineaction.cpp b/src/strategy/actions/foreachbaselineaction.cpp index 1f49f3ef5cf1cb4191878bc38063a75cbc4da69a..7cafda0838523a0f45576c5fa4d18a9ec718a2bd 100644 --- a/src/strategy/actions/foreachbaselineaction.cpp +++ b/src/strategy/actions/foreachbaselineaction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "foreachbaselineaction.h" #include "../../msio/antennainfo.h" diff --git a/src/strategy/actions/foreachbaselineaction.h b/src/strategy/actions/foreachbaselineaction.h index 08073cc7f993e8f588bd5cf4619fcd198634657d..64119daa49746a535749ad419d389d3607b96470 100644 --- a/src/strategy/actions/foreachbaselineaction.h +++ b/src/strategy/actions/foreachbaselineaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFISTRATEGYFOREACHBASELINEACTION_H #define RFISTRATEGYFOREACHBASELINEACTION_H diff --git a/src/strategy/actions/foreachcomplexcomponentaction.h b/src/strategy/actions/foreachcomplexcomponentaction.h index 657ab429a6255c5613594a655b36f020bfbe3731..f9af443e5e7e774ec51771dba79ba2d0da7844e0 100644 --- a/src/strategy/actions/foreachcomplexcomponentaction.h +++ b/src/strategy/actions/foreachcomplexcomponentaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FOR_EACH_COMPLEX_COMPONENT_ACTION_H #define FOR_EACH_COMPLEX_COMPONENT_ACTION_H diff --git a/src/strategy/actions/foreachmsaction.cpp b/src/strategy/actions/foreachmsaction.cpp index 71f2a555190c1734c0504e5019a673ae8a163550..2c41a4306986044bd79962b5fce9b108553fcf3c 100644 --- a/src/strategy/actions/foreachmsaction.cpp +++ b/src/strategy/actions/foreachmsaction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "foreachmsaction.h" #include <boost/filesystem.hpp> diff --git a/src/strategy/actions/foreachmsaction.h b/src/strategy/actions/foreachmsaction.h index e2ca4c66c74b1a0bf0ff8b0831a372e4ea4a6d07..a6f89ce94d02b425194156893dacfa8f09136e89 100644 --- a/src/strategy/actions/foreachmsaction.h +++ b/src/strategy/actions/foreachmsaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FOREACHMSACTION_H #define FOREACHMSACTION_H diff --git a/src/strategy/actions/foreachpolarisationaction.h b/src/strategy/actions/foreachpolarisationaction.h index 4bdce689e710e937f29a62ca919dd96f2a700e2c..b968ef4d9d3796161376f1aa1ce25b4dabc23bd1 100644 --- a/src/strategy/actions/foreachpolarisationaction.h +++ b/src/strategy/actions/foreachpolarisationaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFI_FOREACHPOLARISATION_H #define RFI_FOREACHPOLARISATION_H diff --git a/src/strategy/actions/foreachsimulatedbaselineaction.h b/src/strategy/actions/foreachsimulatedbaselineaction.h index 42ad0d8384035e6230d702ee28b335a21c0ab17e..a392d38ec03d9dc9f2b8bd536ada5b3b1ebb14dc 100644 --- a/src/strategy/actions/foreachsimulatedbaselineaction.h +++ b/src/strategy/actions/foreachsimulatedbaselineaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_FOR_EACH_SIMULATED_BASELINE_ACTION #define RFI_FOR_EACH_SIMULATED_BASELINE_ACTION diff --git a/src/strategy/actions/fouriertransformaction.h b/src/strategy/actions/fouriertransformaction.h index d4bb5270e69aebd8217e572e9abacd3e1352dcec..9256bb15801e3cbe1fedaad56bb8a0bf21abfdf4 100644 --- a/src/strategy/actions/fouriertransformaction.h +++ b/src/strategy/actions/fouriertransformaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_FOURIERTRANSFORM_ACTION_H #define RFI_FOURIERTRANSFORM_ACTION_H diff --git a/src/strategy/actions/frequencyconvolutionaction.h b/src/strategy/actions/frequencyconvolutionaction.h index 7732b5bcc49c74897bdc88a9914b82d3e23da0d7..5b8a0d3fc137e2beba30e642804d02d37eb65bf2 100644 --- a/src/strategy/actions/frequencyconvolutionaction.h +++ b/src/strategy/actions/frequencyconvolutionaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_FREQUENCY_CONVOLUTION_ACTION #define RFI_FREQUENCY_CONVOLUTION_ACTION diff --git a/src/strategy/actions/frequencyselectionaction.cpp b/src/strategy/actions/frequencyselectionaction.cpp index 52fd1db3086de896e96bff5b73b3cc424a45c1ec..e5d9994ea910814d15ad1ff1188fd1cfeefbf266 100644 --- a/src/strategy/actions/frequencyselectionaction.cpp +++ b/src/strategy/actions/frequencyselectionaction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "frequencyselectionaction.h" #include "../../msio/image2d.h" diff --git a/src/strategy/actions/frequencyselectionaction.h b/src/strategy/actions/frequencyselectionaction.h index d73e1e6961f63f4cca90f66fc3e6e8ef58069fef..19c486691a1894f753ee98785ffe136e48620314 100644 --- a/src/strategy/actions/frequencyselectionaction.h +++ b/src/strategy/actions/frequencyselectionaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FREQUENCYSELECTIONACTION_H #define FREQUENCYSELECTIONACTION_H diff --git a/src/strategy/actions/fringestopaction.cpp b/src/strategy/actions/fringestopaction.cpp index adb8139e1fb6d42850c414ede3d5fbb7c298a30e..fcfa7bd0a3f9e5409f1569d0d461453dfdf16795 100644 --- a/src/strategy/actions/fringestopaction.cpp +++ b/src/strategy/actions/fringestopaction.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "../../util/progresslistener.h" #include "fringestopaction.h" diff --git a/src/strategy/actions/fringestopaction.h b/src/strategy/actions/fringestopaction.h index 847b7b57fc4cf4d435656637618937132fc4817b..a4ada53a248417c5a47ec4dba6ce50ba512f79da 100644 --- a/src/strategy/actions/fringestopaction.h +++ b/src/strategy/actions/fringestopaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef FRINGESTOPACTION_H #define FRINGESTOPACTION_H diff --git a/src/strategy/actions/highpassfilteraction.h b/src/strategy/actions/highpassfilteraction.h index 09528f2e20368ab7795d97991c30bb38097ffd13..33204cba8f727a6dd5ffb7584bfd295abfbebcf8 100644 --- a/src/strategy/actions/highpassfilteraction.h +++ b/src/strategy/actions/highpassfilteraction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef HIGHPASSFILTERACTION_H #define HIGHPASSFILTERACTION_H diff --git a/src/strategy/actions/imageraction.cpp b/src/strategy/actions/imageraction.cpp index 21df22cc9024dde8692037e68166ec04f7db38ff..6e1efafb8f32a967fb65127552cc0f85fbd84baf 100644 --- a/src/strategy/actions/imageraction.cpp +++ b/src/strategy/actions/imageraction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "../../imaging/uvimager.h" #include "../actions/imageraction.h" diff --git a/src/strategy/actions/imageraction.h b/src/strategy/actions/imageraction.h index 9b6e7e73cd2ce84a69ac79cb13ac2305b7d4fdca..1a94beba89e4eba626c3272768c4dee2829c96a0 100644 --- a/src/strategy/actions/imageraction.h +++ b/src/strategy/actions/imageraction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFISTRATEGYIMAGERACTION_H #define RFISTRATEGYIMAGERACTION_H diff --git a/src/strategy/actions/iterationaction.h b/src/strategy/actions/iterationaction.h index 0bf93af27ec797be07289b49999b551e7829711c..d84742d7fa025769dfbce4f510d4764d4c0a0f78 100644 --- a/src/strategy/actions/iterationaction.h +++ b/src/strategy/actions/iterationaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFIITERATIONBLOCK_H #define RFIITERATIONBLOCK_H diff --git a/src/strategy/actions/normalizevarianceaction.cpp b/src/strategy/actions/normalizevarianceaction.cpp index 9a25f3663b407cfba6f3f36ab8e9d05b3b6e1d19..9af668de31e52d6ffec68f99ef13d1ce4ebf050b 100644 --- a/src/strategy/actions/normalizevarianceaction.cpp +++ b/src/strategy/actions/normalizevarianceaction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "normalizevarianceaction.h" #include <map> diff --git a/src/strategy/actions/normalizevarianceaction.h b/src/strategy/actions/normalizevarianceaction.h index 574a0b8a82df9b70a3423c5db2f24840cc8f2f18..0968c296dfd56bbbe99a1d33d9bc659575d262ff 100644 --- a/src/strategy/actions/normalizevarianceaction.h +++ b/src/strategy/actions/normalizevarianceaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFISTRATEGYNORMALIZEVARIANCEACTION_H #define RFISTRATEGYNORMALIZEVARIANCEACTION_H diff --git a/src/strategy/actions/plotaction.cpp b/src/strategy/actions/plotaction.cpp index 7abfe57c64fc99c7bd39ad257985fee22447248e..4cf46b40f2060adc60039a884aea75199f56fdfd 100644 --- a/src/strategy/actions/plotaction.cpp +++ b/src/strategy/actions/plotaction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <boost/thread.hpp> #include "plotaction.h" diff --git a/src/strategy/actions/plotaction.h b/src/strategy/actions/plotaction.h index 2583c574b89a958f4eb187cf9bd2ce6fc5c75217..16fb1795c4384350f117b9fad0a8bd0fcf2cb005 100644 --- a/src/strategy/actions/plotaction.h +++ b/src/strategy/actions/plotaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef PLOTACTION_H #define PLOTACTION_H diff --git a/src/strategy/actions/quickcalibrateaction.h b/src/strategy/actions/quickcalibrateaction.h index e9b77d4fc86a167820a3dfa921e4bddf8f9d99d0..84acb57fc02fa691a1b3e8dc79448b59065ab3fe 100644 --- a/src/strategy/actions/quickcalibrateaction.h +++ b/src/strategy/actions/quickcalibrateaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFIQUICKCALIBRATEACTION_H #define RFIQUICKCALIBRATEACTION_H diff --git a/src/strategy/actions/resamplingaction.h b/src/strategy/actions/resamplingaction.h index 6e572523181b68e74690e7a70348836af8410e42..422961fdaf58fdebca28fea7458e835c117cd594 100644 --- a/src/strategy/actions/resamplingaction.h +++ b/src/strategy/actions/resamplingaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_RESAMPLING_ACTION #define RFI_RESAMPLING_ACTION diff --git a/src/strategy/actions/setflaggingaction.h b/src/strategy/actions/setflaggingaction.h index 73f151fb8383e73f97210fd4228f1c3e45eb8557..db6059c0ca06989dac41f906ec024ea6aea1f970 100644 --- a/src/strategy/actions/setflaggingaction.h +++ b/src/strategy/actions/setflaggingaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFISETFLAGGINGACTION_H #define RFISETFLAGGINGACTION_H diff --git a/src/strategy/actions/setimageaction.h b/src/strategy/actions/setimageaction.h index 3174bf7d52f459a961f084e9d277e86b8f3921cd..84f26087ca185c9af92bf2457b64637c8ae90f2a 100644 --- a/src/strategy/actions/setimageaction.h +++ b/src/strategy/actions/setimageaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFISETIMAGEACTION_H #define RFISETIMAGEACTION_H diff --git a/src/strategy/actions/slidingwindowfitaction.cpp b/src/strategy/actions/slidingwindowfitaction.cpp index 55903657aae0fe6c79df699e37ebe36b10f6dbb7..b6193b03e646f4b02d91e8aaa329676164d69c63 100644 --- a/src/strategy/actions/slidingwindowfitaction.cpp +++ b/src/strategy/actions/slidingwindowfitaction.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "../../util/progresslistener.h" #include "slidingwindowfitaction.h" diff --git a/src/strategy/actions/slidingwindowfitaction.h b/src/strategy/actions/slidingwindowfitaction.h index 02580421bf1d66857601b8945bd2189538961811..d45f9a9e4b7885ab6bb2b663ba93016e18a23948 100644 --- a/src/strategy/actions/slidingwindowfitaction.h +++ b/src/strategy/actions/slidingwindowfitaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFISLIDINGWINDOWFITACTION_H #define RFISLIDINGWINDOWFITACTION_H diff --git a/src/strategy/actions/slidingwindowfitparameters.h b/src/strategy/actions/slidingwindowfitparameters.h index 28621ec433749cedcf844352bb32c8560aedcb75..a88d9a484b9609fc4fb970abecd98348b1c7e53f 100644 --- a/src/strategy/actions/slidingwindowfitparameters.h +++ b/src/strategy/actions/slidingwindowfitparameters.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "../../msio/types.h" #ifndef RFI_SLIDINGWINDOWFITPARAMETERS_H diff --git a/src/strategy/actions/spatialcompositionaction.cpp b/src/strategy/actions/spatialcompositionaction.cpp index 82027b52d15799b4c3e3d962513c177a1c2e09b9..7e8729563c82265463c3f2c76a1a992c990ad80f 100644 --- a/src/strategy/actions/spatialcompositionaction.cpp +++ b/src/strategy/actions/spatialcompositionaction.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "spatialcompositionaction.h" #include "../algorithms/eigenvalue.h" diff --git a/src/strategy/actions/spatialcompositionaction.h b/src/strategy/actions/spatialcompositionaction.h index ea4dd7b45bc782753100c09ae25f06c34e6fbaa3..7e9cdc2c780e1eb496efefa276c550426f7a6b43 100644 --- a/src/strategy/actions/spatialcompositionaction.h +++ b/src/strategy/actions/spatialcompositionaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SPATIALCOMPOSITIONACTION_H #define SPATIALCOMPOSITIONACTION_H diff --git a/src/strategy/actions/statisticalflagaction.cpp b/src/strategy/actions/statisticalflagaction.cpp index 428ae4b4628bc0a037fb848ee483e7b4700ebffb..2b36e31845c9e384e54260518e59438d6952c578 100644 --- a/src/strategy/actions/statisticalflagaction.cpp +++ b/src/strategy/actions/statisticalflagaction.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "../../util/progresslistener.h" #include "statisticalflagaction.h" diff --git a/src/strategy/actions/statisticalflagaction.h b/src/strategy/actions/statisticalflagaction.h index fe0eb13686c993cfc31697a94ee45f4af0d7802d..6942dfad2c6bc562f500da9cf81911badde6b019 100644 --- a/src/strategy/actions/statisticalflagaction.h +++ b/src/strategy/actions/statisticalflagaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef STATISTICALFLAGACTION_H #define STATISTICALFLAGACTION_H diff --git a/src/strategy/actions/strategy.cpp b/src/strategy/actions/strategy.cpp index b81470dec810db54791f20696c6eac0e920ad380..1fff42818dc420963771c978e53465dd5ec7f885 100644 --- a/src/strategy/actions/strategy.cpp +++ b/src/strategy/actions/strategy.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "strategy.h" #include "foreachmsaction.h" diff --git a/src/strategy/actions/strategy.h b/src/strategy/actions/strategy.h index 590f848613938fca9c37ab1f36f124772099d62a..554fd293202353e6bfe73a932c8d1e9368537c13 100644 --- a/src/strategy/actions/strategy.h +++ b/src/strategy/actions/strategy.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFISTRATEGY_H #define RFISTRATEGY_H diff --git a/src/strategy/actions/sumthresholdaction.h b/src/strategy/actions/sumthresholdaction.h index 484d9b3ffc66e951191759618c70ecd68804313b..2e5097a216cffaefbd724c1517a4a9fca99e7e82 100644 --- a/src/strategy/actions/sumthresholdaction.h +++ b/src/strategy/actions/sumthresholdaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_THRESHOLDACTION #define RFI_THRESHOLDACTION diff --git a/src/strategy/actions/svdaction.cpp b/src/strategy/actions/svdaction.cpp index f96c4a0725317674c27bb4b14844b9bb8508d9eb..6f6ccafad89166e458fa3c8991aaafa30611d542 100644 --- a/src/strategy/actions/svdaction.cpp +++ b/src/strategy/actions/svdaction.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "../../util/progresslistener.h" #include "svdaction.h" diff --git a/src/strategy/actions/svdaction.h b/src/strategy/actions/svdaction.h index aac95c39f3dccaf890f93eeb0caa7330df260047..335cd1ff76a2413a3f7bbbc2d4b0c5e801530ef7 100644 --- a/src/strategy/actions/svdaction.h +++ b/src/strategy/actions/svdaction.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef SVDACTION_H #define SVDACTION_H diff --git a/src/strategy/actions/timeconvolutionaction.cpp b/src/strategy/actions/timeconvolutionaction.cpp index a2ca6b3447efaf6ed1be76a775b47cfdbc0d7f90..7a5c179b9034002857db5d5d75930cc666dcf283 100644 --- a/src/strategy/actions/timeconvolutionaction.cpp +++ b/src/strategy/actions/timeconvolutionaction.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "timeconvolutionaction.h" #include <fftw3.h> diff --git a/src/strategy/actions/timeconvolutionaction.h b/src/strategy/actions/timeconvolutionaction.h index 759f9c1e269f40068c89892f442e457303cdc8de..034416ec4f63c0e5b81c086e94c3d639b766cc28 100644 --- a/src/strategy/actions/timeconvolutionaction.h +++ b/src/strategy/actions/timeconvolutionaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_TIME_CONVOLUTION_ACTION #define RFI_TIME_CONVOLUTION_ACTION diff --git a/src/strategy/actions/timeselectionaction.cpp b/src/strategy/actions/timeselectionaction.cpp index 1c85e8b858fa14782d22e6e7f4b5873a8ed8c5f9..73d311688b5e4ec8b16b0b3b8b3033a9578edfc6 100644 --- a/src/strategy/actions/timeselectionaction.cpp +++ b/src/strategy/actions/timeselectionaction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "timeselectionaction.h" #include <map> diff --git a/src/strategy/actions/timeselectionaction.h b/src/strategy/actions/timeselectionaction.h index ad25b460e0f161a89901966eb20af09cd858a055..eaebe056a1fc74411b3241feeea0f9a180e52b62 100644 --- a/src/strategy/actions/timeselectionaction.h +++ b/src/strategy/actions/timeselectionaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef TIMESELECTIONACTION_H #define TIMESELECTIONACTION_H diff --git a/src/strategy/actions/uvprojectaction.h b/src/strategy/actions/uvprojectaction.h index 8dd100312025f79eb6472669cf37dfe787b74e11..bce265cd699519a4acd695218ed27d9bcfa7f4c0 100644 --- a/src/strategy/actions/uvprojectaction.h +++ b/src/strategy/actions/uvprojectaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFI_UV_PROJECT_ACTION_H #define RFI_UV_PROJECT_ACTION_H diff --git a/src/strategy/actions/writedataaction.h b/src/strategy/actions/writedataaction.h index 76a99c3c5857fd186b31f2adf75cd1f3de6d2a59..20a596b3ffd6eba28e750ad9c72afd5a94c76c63 100644 --- a/src/strategy/actions/writedataaction.h +++ b/src/strategy/actions/writedataaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef WRITEDATAACTION_H #define WRITEDATAACTION_H diff --git a/src/strategy/actions/writeflagsaction.cpp b/src/strategy/actions/writeflagsaction.cpp index 3411808674e34b196f0a89607212fe136e8ff0ff..ec240eea006c80e5d549e409d7a8e54301e6e196 100644 --- a/src/strategy/actions/writeflagsaction.cpp +++ b/src/strategy/actions/writeflagsaction.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "writeflagsaction.h" #include <iostream> diff --git a/src/strategy/actions/writeflagsaction.h b/src/strategy/actions/writeflagsaction.h index bb098dc04f5a7445be5cb9afd61df5c025c40dbd..918dbde1245c4bfa571dd502f39b2b6d78ff6132 100644 --- a/src/strategy/actions/writeflagsaction.h +++ b/src/strategy/actions/writeflagsaction.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef WRITEFLAGSACTION_H #define WRITEFLAGSACTION_H diff --git a/src/strategy/algorithms/baselineselector.cpp b/src/strategy/algorithms/baselineselector.cpp index b50b58675ed11447c32deb2eb8bb6e2c680c81d8..8b8dade32c96b30988d9add7e8921c7ae8d471f5 100644 --- a/src/strategy/algorithms/baselineselector.cpp +++ b/src/strategy/algorithms/baselineselector.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "baselineselector.h" #include "../../util/aologger.h" diff --git a/src/strategy/algorithms/baselineselector.h b/src/strategy/algorithms/baselineselector.h index f113de3a36824bb313a3e9f1a4ee48fba141b395..08ac45e4efc875e8d57750b7855cf196ad91d25a 100644 --- a/src/strategy/algorithms/baselineselector.h +++ b/src/strategy/algorithms/baselineselector.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2011 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef BASELINE_SELECTOR_H #define BASELINE_SELECTOR_H diff --git a/src/strategy/algorithms/eigenvalue.cpp b/src/strategy/algorithms/eigenvalue.cpp index 89559fdcc2bb779494142c4fff0b45fc3649230d..48d4028d835655d5b9444c7d54d11b851cf7c25a 100644 --- a/src/strategy/algorithms/eigenvalue.cpp +++ b/src/strategy/algorithms/eigenvalue.cpp @@ -1,4 +1,3 @@ - #include "eigenvalue.h" #include <stdexcept> diff --git a/src/strategy/algorithms/fringestoppingfitter.cpp b/src/strategy/algorithms/fringestoppingfitter.cpp index fc9ca92564696812236a504c2d2e0fed2c1fa517..6799c7e60eddaef980b8cfd7a6449118f62a104e 100644 --- a/src/strategy/algorithms/fringestoppingfitter.cpp +++ b/src/strategy/algorithms/fringestoppingfitter.cpp @@ -1,22 +1,3 @@ - /*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "../../msio/antennainfo.h" #include "../../imaging/uvimager.h" diff --git a/src/strategy/algorithms/fringestoppingfitter.h b/src/strategy/algorithms/fringestoppingfitter.h index ccc2e43cdf23cf240e2f3c08085625c00eb2de50..84c31273722caf2cec1b3a148d7f94029152502c 100644 --- a/src/strategy/algorithms/fringestoppingfitter.h +++ b/src/strategy/algorithms/fringestoppingfitter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FRINGESTOPPINGFITTER_H #define FRINGESTOPPINGFITTER_H diff --git a/src/strategy/algorithms/fringetestcreater.cpp b/src/strategy/algorithms/fringetestcreater.cpp index 21072ef4a99ed121276f10d3e8c62945dd03ff27..a6fb04c4c45526e1dd5c1efe85e5297a95ab1f65 100644 --- a/src/strategy/algorithms/fringetestcreater.cpp +++ b/src/strategy/algorithms/fringetestcreater.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "fringetestcreater.h" #include "../../msio/timefrequencydata.h" diff --git a/src/strategy/algorithms/fringetestcreater.h b/src/strategy/algorithms/fringetestcreater.h index 7c61f2b743f1bbcbd488d6f7989ac9daafe1a6e5..91765d30ed48e0c675ddd011a11f556fe02f2318 100644 --- a/src/strategy/algorithms/fringetestcreater.h +++ b/src/strategy/algorithms/fringetestcreater.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FRINGETESTCREATER_H #define FRINGETESTCREATER_H diff --git a/src/strategy/algorithms/highpassfilter.cpp b/src/strategy/algorithms/highpassfilter.cpp index cb9da4d8e7a0b1d07d3e3c0ee704e9b65d21179e..3ff78f199c62fd456bfb45985612cecaddab39c0 100644 --- a/src/strategy/algorithms/highpassfilter.cpp +++ b/src/strategy/algorithms/highpassfilter.cpp @@ -1,4 +1,3 @@ - #include <xmmintrin.h> #include "highpassfilter.h" diff --git a/src/strategy/algorithms/localfitmethod.cpp b/src/strategy/algorithms/localfitmethod.cpp index 60db86c4e7ab8c4e62026307e5d16a7ba98fd5c4..f30948ad10498c421456b2ba06ef1f1007c3360f 100644 --- a/src/strategy/algorithms/localfitmethod.cpp +++ b/src/strategy/algorithms/localfitmethod.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "localfitmethod.h" #include "../../msio/image2d.h" diff --git a/src/strategy/algorithms/localfitmethod.h b/src/strategy/algorithms/localfitmethod.h index 5bad304eaa797b4b7d6c038804982c122b2ca3c3..4178ea0b0d77e721737dabc1050d91d9c9d797b3 100644 --- a/src/strategy/algorithms/localfitmethod.h +++ b/src/strategy/algorithms/localfitmethod.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef LocalFitMethod_H #define LocalFitMethod_H diff --git a/src/strategy/algorithms/medianwindow.h b/src/strategy/algorithms/medianwindow.h index c44c53bed915a395128a8868ac5343ecd6ae1026..a4fba3228b844f146d93895cb40121686290983d 100644 --- a/src/strategy/algorithms/medianwindow.h +++ b/src/strategy/algorithms/medianwindow.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MEDIANWINDOW_H #define MEDIANWINDOW_H diff --git a/src/strategy/algorithms/mitigationtester.cpp b/src/strategy/algorithms/mitigationtester.cpp index a6a04914c1c97bad99e12428deed1f71d1d1430f..928613d1f74944e2fd94247bc0a4c1e7b47c85fe 100644 --- a/src/strategy/algorithms/mitigationtester.cpp +++ b/src/strategy/algorithms/mitigationtester.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "mitigationtester.h" #include <iostream> diff --git a/src/strategy/algorithms/mitigationtester.h b/src/strategy/algorithms/mitigationtester.h index 64f2ff1ac08bc3dc02c26b58646b642872ffdbe3..53704755eecdca71352bc36ef1c90b1651ad246d 100644 --- a/src/strategy/algorithms/mitigationtester.h +++ b/src/strategy/algorithms/mitigationtester.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MITIGATIONTESTER_H #define MITIGATIONTESTER_H diff --git a/src/strategy/algorithms/morphology.cpp b/src/strategy/algorithms/morphology.cpp index 923edbc8cf299d9ff2eec7358cc49cb2fe3d0789..8dc93e783f0936e73872235c4f03e583310c3cf4 100644 --- a/src/strategy/algorithms/morphology.cpp +++ b/src/strategy/algorithms/morphology.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "morphology.h" #include "statisticalflagger.h" diff --git a/src/strategy/algorithms/morphology.h b/src/strategy/algorithms/morphology.h index fa0a5d4bb94e331c83cf5facc758894ad78a13b1..98feb6154f207cdf865844710e28e135c279ecbc 100644 --- a/src/strategy/algorithms/morphology.h +++ b/src/strategy/algorithms/morphology.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MORPHOLOGY_H #define MORPHOLOGY_H diff --git a/src/strategy/algorithms/noisestatistics.h b/src/strategy/algorithms/noisestatistics.h index d923c51ff0858beecdba8d9878a1326366e12702..e8f192460fa0828238fc131ca53ec79b0a3af025 100644 --- a/src/strategy/algorithms/noisestatistics.h +++ b/src/strategy/algorithms/noisestatistics.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef NOISESTATISTICS_H #define NOISESTATISTICS_H diff --git a/src/strategy/algorithms/polarizationstatistics.h b/src/strategy/algorithms/polarizationstatistics.h index 74f56408569836dfbe1ef04b58a29bfefdf85984..8c8fa39a320ec776906b5dd1016de2c05fec563f 100644 --- a/src/strategy/algorithms/polarizationstatistics.h +++ b/src/strategy/algorithms/polarizationstatistics.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef POLARIZATIONSTATISTICS_H #define POLARIZATIONSTATISTICS_H diff --git a/src/strategy/algorithms/polfitmethod.cpp b/src/strategy/algorithms/polfitmethod.cpp index 7858d4a5ac80296793712fc3660fd026030b2351..5ff073f3f6fe242c654d327cfd922229589115f5 100644 --- a/src/strategy/algorithms/polfitmethod.cpp +++ b/src/strategy/algorithms/polfitmethod.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <AOFlagger/strategy/algorithms/polfitmethod.h> PolFitMethod::PolFitMethod() : _background(0), _previousCoefficients(0) diff --git a/src/strategy/algorithms/polfitmethod.h b/src/strategy/algorithms/polfitmethod.h index ce81ec2dc5a5e0670decdd34ea4d17f6db1f2bea..6d5a439d0c850139cbd72e797d3d48d1e80fa8c6 100644 --- a/src/strategy/algorithms/polfitmethod.h +++ b/src/strategy/algorithms/polfitmethod.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PolFitMethod_H #define PolFitMethod_H diff --git a/src/strategy/algorithms/rfistatistics.cpp b/src/strategy/algorithms/rfistatistics.cpp index 03cdd6809937bef41848e38c8b0ac440d57a9abf..49218eb05480309ac6d2b0c56ebe3c1d1a822407 100644 --- a/src/strategy/algorithms/rfistatistics.cpp +++ b/src/strategy/algorithms/rfistatistics.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008-2010 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "rfistatistics.h" #include <deque> diff --git a/src/strategy/algorithms/rfistatistics.h b/src/strategy/algorithms/rfistatistics.h index bcaf80c2e0abf8e4ccf6c3235c67841f93616f85..05696e1d91c5a79609350627ab407bd7a0e466f2 100644 --- a/src/strategy/algorithms/rfistatistics.h +++ b/src/strategy/algorithms/rfistatistics.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFISTATISTICS_H #define RFISTATISTICS_H diff --git a/src/strategy/algorithms/sinusfitter.cpp b/src/strategy/algorithms/sinusfitter.cpp index f20fd3570ed47c50d1c070665d644ad1c6a8ed7b..ec7486850ca8041899deb6b3630faa1b92c87151 100644 --- a/src/strategy/algorithms/sinusfitter.cpp +++ b/src/strategy/algorithms/sinusfitter.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "sinusfitter.h" #include <cmath> diff --git a/src/strategy/algorithms/sinusfitter.h b/src/strategy/algorithms/sinusfitter.h index b3c270740f8ae333ed76959267af1f203e1c337e..9c9e93d3537a194c5dcbb046c24ecf75c054a65c 100644 --- a/src/strategy/algorithms/sinusfitter.h +++ b/src/strategy/algorithms/sinusfitter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SINUSFITTER_H #define SINUSFITTER_H diff --git a/src/strategy/algorithms/siroperator.h b/src/strategy/algorithms/siroperator.h index 6ab6d6d4ba5dedc6bd8e3f19f97dba5adce5ad28..f9c3620e9ce949dacf6784a5701e1132ef28c1e0 100644 --- a/src/strategy/algorithms/siroperator.h +++ b/src/strategy/algorithms/siroperator.h @@ -1,4 +1,3 @@ - #ifndef SIROPERATOR_H #define SIROPERATOR_H diff --git a/src/strategy/algorithms/statisticalflagger.cpp b/src/strategy/algorithms/statisticalflagger.cpp index 3e9561e23c12b16f5df429da903ed543f6794ea0..6afcaf06e8785cf462262aa5bf56fe8fd48917d2 100644 --- a/src/strategy/algorithms/statisticalflagger.cpp +++ b/src/strategy/algorithms/statisticalflagger.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "statisticalflagger.h" StatisticalFlagger::StatisticalFlagger() diff --git a/src/strategy/algorithms/statisticalflagger.h b/src/strategy/algorithms/statisticalflagger.h index 54e3ca51da364526cbfbe54b80d46447b11d34e7..a7c54de8c245e02d2c5710aabc3a4aebd9a5bf51 100644 --- a/src/strategy/algorithms/statisticalflagger.h +++ b/src/strategy/algorithms/statisticalflagger.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef STATISTICALFLAGGER_H #define STATISTICALFLAGGER_H diff --git a/src/strategy/algorithms/surfacefitmethod.h b/src/strategy/algorithms/surfacefitmethod.h index fa6673f629d0d2a2d3e0bc6a4d920c4cf00067ec..38b7e832973f8d7d786517a987b7f05cbf4c5c85 100644 --- a/src/strategy/algorithms/surfacefitmethod.h +++ b/src/strategy/algorithms/surfacefitmethod.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef IMAGE_H #define IMAGE_H diff --git a/src/strategy/algorithms/svdmitigater.cpp b/src/strategy/algorithms/svdmitigater.cpp index da1618928dd881e4fb609041e211b5584b2d555c..2aa97874ccfb25009115b172dd8032676eba0619 100644 --- a/src/strategy/algorithms/svdmitigater.cpp +++ b/src/strategy/algorithms/svdmitigater.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "../../util/stopwatch.h" #include "svdmitigater.h" diff --git a/src/strategy/algorithms/svdmitigater.h b/src/strategy/algorithms/svdmitigater.h index 80b60aec9d13a69b7f5fae95977f5fc479023b46..0890b7cf3a9e9cdb4ce9ac85c8feaad486cdd1a5 100644 --- a/src/strategy/algorithms/svdmitigater.h +++ b/src/strategy/algorithms/svdmitigater.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SVDMITIGATER_H #define SVDMITIGATER_H diff --git a/src/strategy/algorithms/thresholdconfig.cpp b/src/strategy/algorithms/thresholdconfig.cpp index e3f06f10c039ad84aeac574bff75be9b336a072b..78ce9d5362f11bc94c94dc6bb9d518dc3ee70929 100644 --- a/src/strategy/algorithms/thresholdconfig.cpp +++ b/src/strategy/algorithms/thresholdconfig.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "thresholdconfig.h" #include <iostream> diff --git a/src/strategy/algorithms/thresholdconfig.h b/src/strategy/algorithms/thresholdconfig.h index fcb6841e04493721c20f50d59478d76337b88e4c..c4edbb9fd6445b766277edc13e7781b840701936 100644 --- a/src/strategy/algorithms/thresholdconfig.h +++ b/src/strategy/algorithms/thresholdconfig.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef THRESHOLDCONFIG_H #define THRESHOLDCONFIG_H diff --git a/src/strategy/algorithms/thresholdmitigater.cpp b/src/strategy/algorithms/thresholdmitigater.cpp index bc319b18e6f3c21784dcd220fe68188f191e76db..d60251878ffaf8fb808fad99bd9f2ddeda4358ce 100644 --- a/src/strategy/algorithms/thresholdmitigater.cpp +++ b/src/strategy/algorithms/thresholdmitigater.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "../../msio/image2d.h" #include "thresholdmitigater.h" diff --git a/src/strategy/algorithms/thresholdmitigater.h b/src/strategy/algorithms/thresholdmitigater.h index f9a9a3808a20427ea43987771cb098e311cced0c..1af113383d035ccb9b46b84ef7ed986223a0f540 100644 --- a/src/strategy/algorithms/thresholdmitigater.h +++ b/src/strategy/algorithms/thresholdmitigater.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef THRESHOLDMITIGATER_H #define THRESHOLDMITIGATER_H diff --git a/src/strategy/algorithms/thresholdtools.cpp b/src/strategy/algorithms/thresholdtools.cpp index 2d364ee90e1bd651de59eaa86574140a15c29a4f..33fbc9e5a43e58f6c13e88f6e0c24a40f67aba6e 100644 --- a/src/strategy/algorithms/thresholdtools.cpp +++ b/src/strategy/algorithms/thresholdtools.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <deque> #include <limits> diff --git a/src/strategy/algorithms/thresholdtools.h b/src/strategy/algorithms/thresholdtools.h index 8021fb439a898bb5169e985f3fc320ac7859bdfe..2a4e453ee4b410f21765737b15a1fd00c1535844 100644 --- a/src/strategy/algorithms/thresholdtools.h +++ b/src/strategy/algorithms/thresholdtools.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef THRESHOLDTOOLS_H #define THRESHOLDTOOLS_H diff --git a/src/strategy/algorithms/timefrequencystatistics.cpp b/src/strategy/algorithms/timefrequencystatistics.cpp index 87bde571efcbcc7ab8a324c9e8f9ed71f08ecc66..dfed34378ab0227e4a4d99ec16aa69006969500f 100644 --- a/src/strategy/algorithms/timefrequencystatistics.cpp +++ b/src/strategy/algorithms/timefrequencystatistics.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008-2010 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "timefrequencystatistics.h" #include <cmath> diff --git a/src/strategy/algorithms/timefrequencystatistics.h b/src/strategy/algorithms/timefrequencystatistics.h index 0a49456ed23fd7a271e6d4c0c4962a5515050582..ad92f886c1e8614858c56eb94159a1d9f7cce8c4 100644 --- a/src/strategy/algorithms/timefrequencystatistics.h +++ b/src/strategy/algorithms/timefrequencystatistics.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008-2010 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef TIMEFREQUENCYSTATISTICS_H #define TIMEFREQUENCYSTATISTICS_H diff --git a/src/strategy/algorithms/types.h b/src/strategy/algorithms/types.h index 0d49260473b94739ceab66fb877df4fe44520f42..a09bbebd7b3f00de647520f9e3ecc34cde0bd685 100644 --- a/src/strategy/algorithms/types.h +++ b/src/strategy/algorithms/types.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFI_TYPES_H #define RFI_TYPES_H diff --git a/src/strategy/algorithms/uvprojection.h b/src/strategy/algorithms/uvprojection.h index 322bfd3daba29dadba6a21fe1423966a81cb05e4..ed0ac47a81f4adf02e44efffd642be1f8cd8e58f 100644 --- a/src/strategy/algorithms/uvprojection.h +++ b/src/strategy/algorithms/uvprojection.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008-2010 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFI_UV_PROJECTION_H #define RFI_UV_PROJECTION_H diff --git a/src/strategy/control/actionblock.cpp b/src/strategy/control/actionblock.cpp index 05782627e2829188e729ca638c38fba63431e957..8a64a4a492122eed1a21c93955b1dac065dceef6 100644 --- a/src/strategy/control/actionblock.cpp +++ b/src/strategy/control/actionblock.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "actionblock.h" #include "../../util/progresslistener.h" diff --git a/src/strategy/control/actionblock.h b/src/strategy/control/actionblock.h index 86fcab1c4c8bbe4909050bd12b3597a22b876334..e2a8273f4a3984929057a88257e85da53983df6a 100644 --- a/src/strategy/control/actionblock.h +++ b/src/strategy/control/actionblock.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFIACTIONBLOCK_H #define RFIACTIONBLOCK_H diff --git a/src/strategy/control/actioncontainer.h b/src/strategy/control/actioncontainer.h index a16fe268971e1cc96237650e5b2119f7de2e7ba4..f0b614ac461459617843db43699b149b9c5a70c4 100644 --- a/src/strategy/control/actioncontainer.h +++ b/src/strategy/control/actioncontainer.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "../actions/action.h" #ifndef RFIACTIONCONTAINER_H diff --git a/src/strategy/control/actionfactory.cpp b/src/strategy/control/actionfactory.cpp index 66824c100ff2010db021cb2c2d015fc146c9ec6a..169e1e93edcc175282a9a254987f67e8c87d7e92 100644 --- a/src/strategy/control/actionfactory.cpp +++ b/src/strategy/control/actionfactory.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "actionfactory.h" #include "../actions/absthresholdaction.h" diff --git a/src/strategy/control/actionfactory.h b/src/strategy/control/actionfactory.h index 267a31ad1d83d49ae12e633904287cb102b3e69e..22208582b5184faf3460aaf7afe5c88c1e9f391c 100644 --- a/src/strategy/control/actionfactory.h +++ b/src/strategy/control/actionfactory.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFISTRATEGYACTIONFACTORY_H #define RFISTRATEGYACTIONFACTORY_H diff --git a/src/strategy/control/artifactset.h b/src/strategy/control/artifactset.h index 551f77e15c3144b9879973cf511da40af1592f43..d3355a88cb5e682a41d9e7e23f4a23a0b2b90dfe 100644 --- a/src/strategy/control/artifactset.h +++ b/src/strategy/control/artifactset.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFI_RFISTRATEGY_H #define RFI_RFISTRATEGY_H diff --git a/src/strategy/control/strategyreader.cpp b/src/strategy/control/strategyreader.cpp index 2a27163bad13029e75cb18fcfd226211d9b26b06..dcbbfeff2a848822cf738aeebc158920f22c5815 100644 --- a/src/strategy/control/strategyreader.cpp +++ b/src/strategy/control/strategyreader.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "strategyreader.h" #include "../../util/numberparser.h" diff --git a/src/strategy/control/strategyreader.h b/src/strategy/control/strategyreader.h index 93e0ecb13738e12c3a5bd0a6600e187f5a6155f5..d177388fe1e907b0f993bb682e5a53dcbef002ee 100644 --- a/src/strategy/control/strategyreader.h +++ b/src/strategy/control/strategyreader.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2012 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFISTRATEGYREADER_H #define RFISTRATEGYREADER_H diff --git a/src/strategy/control/strategywriter.cpp b/src/strategy/control/strategywriter.cpp index 42a7ec709fb72404bc286da22262b0d0cc623d78..3f8380fa76ab80c7c85dfea2739006015ed4b78c 100644 --- a/src/strategy/control/strategywriter.cpp +++ b/src/strategy/control/strategywriter.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "strategywriter.h" #include "../actions/absthresholdaction.h" diff --git a/src/strategy/control/strategywriter.h b/src/strategy/control/strategywriter.h index 0bdfbad4bb60cdf14f9226dfa1074aefbf42b96e..1895df686f4031c86e5ce0cbeab2b7de934fc6cd 100644 --- a/src/strategy/control/strategywriter.h +++ b/src/strategy/control/strategywriter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFISTRATEGYWRITER_H #define RFISTRATEGYWRITER_H diff --git a/src/strategy/control/types.h b/src/strategy/control/types.h index 3ed997f48076d58b6373085b2a89c088397a4b32..f9cd1dafb40ff460cd5ed6fadb243e5912c899d4 100644 --- a/src/strategy/control/types.h +++ b/src/strategy/control/types.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef RFI_STRATEGY_TYPES #define RFI_STRATEGY_TYPES diff --git a/src/strategy/imagesets/bhfitsimageset.h b/src/strategy/imagesets/bhfitsimageset.h index 2a93f8d67cb371bd2f0b5cae67bb3dd9d2ead414..f56412f1c053dde819e4c38e14f8fbaf36fe483f 100644 --- a/src/strategy/imagesets/bhfitsimageset.h +++ b/src/strategy/imagesets/bhfitsimageset.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef BHFITSIMAGESET_H #define BHFITSIMAGESET_H diff --git a/src/strategy/imagesets/fitsimageset.cpp b/src/strategy/imagesets/fitsimageset.cpp index cda7dc1a4ff77d6ae0cc3f9083a2034dbdcd3594..6ba66fa1c8ea0072d7b9cc797bae94bbb945202d 100644 --- a/src/strategy/imagesets/fitsimageset.cpp +++ b/src/strategy/imagesets/fitsimageset.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "fitsimageset.h" #include <sstream> diff --git a/src/strategy/imagesets/fitsimageset.h b/src/strategy/imagesets/fitsimageset.h index a721a2b2adbb9a8d8960f06afae3dec8b23b4782..de0d232223bc9962beacb931adbf5a81783e2ae6 100644 --- a/src/strategy/imagesets/fitsimageset.h +++ b/src/strategy/imagesets/fitsimageset.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FITSIMAGESET_H #define FITSIMAGESET_H diff --git a/src/strategy/imagesets/imageset.cpp b/src/strategy/imagesets/imageset.cpp index f8088f5714b559cf08911c990b902503166af33b..3a705f29fc3071162f466f4f114a74dbc2c13229 100644 --- a/src/strategy/imagesets/imageset.cpp +++ b/src/strategy/imagesets/imageset.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "imageset.h" #include "bhfitsimageset.h" diff --git a/src/strategy/imagesets/imageset.h b/src/strategy/imagesets/imageset.h index 532ea53007b18a3ecbbf98470cbecf5bfe4a80ad..15633def944ed78eb11ab173e3fd7399d492ab97 100644 --- a/src/strategy/imagesets/imageset.h +++ b/src/strategy/imagesets/imageset.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef GUI_IMAGESET_H #define GUI_IMAGESET_H diff --git a/src/strategy/imagesets/msimageset.cpp b/src/strategy/imagesets/msimageset.cpp index f87cf73dd62e78c65885551692a53c61f63d6d48..ef4309abf6bcd3562b1520533b0ceb7b39a1d013 100644 --- a/src/strategy/imagesets/msimageset.cpp +++ b/src/strategy/imagesets/msimageset.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <iostream> #include <sstream> #include <stdexcept> diff --git a/src/strategy/imagesets/msimageset.h b/src/strategy/imagesets/msimageset.h index b6c3423f797bcc3f5a97ab723f05996f870e518a..5140d81412ee32b8c5d98a59542b6b836d9ca0bd 100644 --- a/src/strategy/imagesets/msimageset.h +++ b/src/strategy/imagesets/msimageset.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MSIMAGESET_H #define MSIMAGESET_H diff --git a/src/strategy/imagesets/parmimageset.cpp b/src/strategy/imagesets/parmimageset.cpp index b75872cb695ac6e0f33e4c9d2873f87fd7e6fbc2..a2e20d95209b9cd8241803ea3a543973567ae9ce 100644 --- a/src/strategy/imagesets/parmimageset.cpp +++ b/src/strategy/imagesets/parmimageset.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "parmimageset.h" #include <set> diff --git a/src/strategy/imagesets/parmimageset.h b/src/strategy/imagesets/parmimageset.h index 0d29f8ea20d66546abee8d27e13846e6eb1cb4da..4b4bf646ea83b3daf343129852dfeb824353af07 100644 --- a/src/strategy/imagesets/parmimageset.h +++ b/src/strategy/imagesets/parmimageset.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef PARM_IMAGE_H #define PARM_IMAGE_H diff --git a/src/strategy/imagesets/pngreader.h b/src/strategy/imagesets/pngreader.h index d111c2be82e66d3c606b220085e773f6b495a604..40082d5def8e0d65e11644f93f32424144b47158 100644 --- a/src/strategy/imagesets/pngreader.h +++ b/src/strategy/imagesets/pngreader.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef PNGREADER_H #define PNGREADER_H diff --git a/src/strategy/imagesets/singleimageset.h b/src/strategy/imagesets/singleimageset.h index 7830c73842265c1ad57b335ff4fc0728a18a79c8..49dd166ddb8bd4846f23e609d4aa4d8bdd0d7ed8 100644 --- a/src/strategy/imagesets/singleimageset.h +++ b/src/strategy/imagesets/singleimageset.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef SINGLEIMAGESET_H #define SINGLEIMAGESET_H diff --git a/src/strategy/plots/antennaflagcountplot.cpp b/src/strategy/plots/antennaflagcountplot.cpp index cc5e8ce0f0a3686d1e1ecf3500c36245e94440ee..33bb78d1cff20d7a5da725b655da886f645267cb 100644 --- a/src/strategy/plots/antennaflagcountplot.cpp +++ b/src/strategy/plots/antennaflagcountplot.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "antennaflagcountplot.h" #include <fstream> diff --git a/src/strategy/plots/antennaflagcountplot.h b/src/strategy/plots/antennaflagcountplot.h index b06342c610dbb10d4bb3e4d9273dcfacf4dc2f59..c084987dfecd84cae7a53d0512acf7cd006c3d24 100644 --- a/src/strategy/plots/antennaflagcountplot.h +++ b/src/strategy/plots/antennaflagcountplot.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef ANTENNAFLAGCOUNTPLOT_H #define ANTENNAFLAGCOUNTPLOT_H diff --git a/src/strategy/plots/frequencyflagcountplot.cpp b/src/strategy/plots/frequencyflagcountplot.cpp index f09e79af929dc2ece11a594e9e5a5e5969c2611b..118dbc67c8d06f40b69e59ce9a0cf263c9858e43 100644 --- a/src/strategy/plots/frequencyflagcountplot.cpp +++ b/src/strategy/plots/frequencyflagcountplot.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "frequencyflagcountplot.h" #include <fstream> diff --git a/src/strategy/plots/frequencyflagcountplot.h b/src/strategy/plots/frequencyflagcountplot.h index a7583c9d08d0a2d603be32e5485083fef43c7362..2d76a2244ffa2c27ccd4e0b5dcaecfb867ea0a94 100644 --- a/src/strategy/plots/frequencyflagcountplot.h +++ b/src/strategy/plots/frequencyflagcountplot.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FREQUENCYFLAGCOUNTPLOT_H #define FREQUENCYFLAGCOUNTPLOT_H diff --git a/src/strategy/plots/frequencypowerplot.cpp b/src/strategy/plots/frequencypowerplot.cpp index 44fed7bb28127f96360125cffdccc0eeebe1c683..a1dc3f7197e867343b09a05c02123a35d5a23fb2 100644 --- a/src/strategy/plots/frequencypowerplot.cpp +++ b/src/strategy/plots/frequencypowerplot.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "frequencypowerplot.h" #include <fstream> diff --git a/src/strategy/plots/frequencypowerplot.h b/src/strategy/plots/frequencypowerplot.h index af7391787d7ff8a1bc1e3d5f93a499bc5ce7de75..aff1e2982f7c9547488a56648707abeb3ac5c788 100644 --- a/src/strategy/plots/frequencypowerplot.h +++ b/src/strategy/plots/frequencypowerplot.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef FREQUENCYPOWERPLOT_H #define FREQUENCYPOWERPLOT_H diff --git a/src/strategy/plots/iterationsplot.cpp b/src/strategy/plots/iterationsplot.cpp index 6e9f91357e6943c8c9fb625add9ca900ce9dd342..b5146548d854e86c6520eab17629249b7a5e0f9a 100644 --- a/src/strategy/plots/iterationsplot.cpp +++ b/src/strategy/plots/iterationsplot.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "iterationsplot.h" #include "../../util/aologger.h" diff --git a/src/strategy/plots/iterationsplot.h b/src/strategy/plots/iterationsplot.h index 35ee65722170ae422c3bbf3c11a066e6c191d86c..249d4669a7bb41424aea80a3e878d5b68162a430 100644 --- a/src/strategy/plots/iterationsplot.h +++ b/src/strategy/plots/iterationsplot.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef ITERATIONSPLOT_H #define ITERATIONSPLOT_H diff --git a/src/strategy/plots/rfiplots.cpp b/src/strategy/plots/rfiplots.cpp index 19b19c6b49f0ae7fd2837bd7b4043f5a955a6bdf..f0bdc33b303184e050b68009c39e2a9490b31c1a 100644 --- a/src/strategy/plots/rfiplots.cpp +++ b/src/strategy/plots/rfiplots.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "rfiplots.h" #include <cmath> diff --git a/src/strategy/plots/rfiplots.h b/src/strategy/plots/rfiplots.h index fbbf2a3b1db939f7d1bb1939772656488ab521a1..ece7bbe07aa03cea6bf4decb4010dc42cab151ff 100644 --- a/src/strategy/plots/rfiplots.h +++ b/src/strategy/plots/rfiplots.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RFIPLOTS_H #define RFIPLOTS_H diff --git a/src/strategy/plots/timeflagcountplot.cpp b/src/strategy/plots/timeflagcountplot.cpp index 7a061a7e063e437c70b406ec4d3a0370f024c1b0..7afeffe683f7bf5f66d697d68a9e9d12acb3a324 100644 --- a/src/strategy/plots/timeflagcountplot.cpp +++ b/src/strategy/plots/timeflagcountplot.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <fstream> #include <iomanip> diff --git a/src/strategy/plots/timeflagcountplot.h b/src/strategy/plots/timeflagcountplot.h index 5490e10aecabc58ede2674999d75d0cf9112d74e..352075c811ef7d477c6cb21c9c4835aefa281f30 100644 --- a/src/strategy/plots/timeflagcountplot.h +++ b/src/strategy/plots/timeflagcountplot.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef TIMEFLAGCOUNTPLOT_H #define TIMEFLAGCOUNTPLOT_H diff --git a/src/test/experiments/defaultstrategyspeedtest.h b/src/test/experiments/defaultstrategyspeedtest.h index d047e9c5506e3dde1018cb62c7253c2db81cfdf0..829a462341ef2e260226a7c2c0f59c719ce8c524 100644 --- a/src/test/experiments/defaultstrategyspeedtest.h +++ b/src/test/experiments/defaultstrategyspeedtest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_DEFAULTSTRATEGYSPEEDTEST_H #define AOFLAGGER_DEFAULTSTRATEGYSPEEDTEST_H diff --git a/src/test/experiments/experimentstestgroup.h b/src/test/experiments/experimentstestgroup.h index 779e1dfabbc2ce4e4ab923a33a1f733dbfb70add..d9bb51caa5b03f6e41c1891ac4f922b74ec1eeb3 100644 --- a/src/test/experiments/experimentstestgroup.h +++ b/src/test/experiments/experimentstestgroup.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_EXPERIMENTSTESTGROUP_H #define AOFLAGGER_EXPERIMENTSTESTGROUP_H diff --git a/src/test/experiments/filterresultstest.h b/src/test/experiments/filterresultstest.h index 8bd2e1237a3ac04c907d7bbd404d16eefca0ebff..3fcd6d1d17cb2fe72fa9d89294b053e8c32b691f 100644 --- a/src/test/experiments/filterresultstest.h +++ b/src/test/experiments/filterresultstest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_FILTERRESULTSTEST_H #define AOFLAGGER_FILTERRESULTSTEST_H diff --git a/src/test/experiments/highpassfilterexperiment.h b/src/test/experiments/highpassfilterexperiment.h index 478bed0f402de7a783a5c665eff62a9e1d7382cd..80791e09868edb6f3b65278368a9b3bff5194f25 100644 --- a/src/test/experiments/highpassfilterexperiment.h +++ b/src/test/experiments/highpassfilterexperiment.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_HIGHPASSFILTEREXPERIMENT_H #define AOFLAGGER_HIGHPASSFILTEREXPERIMENT_H diff --git a/src/test/experiments/rankoperatorrocexperiment.h b/src/test/experiments/rankoperatorrocexperiment.h index aadbc3dc711dea146a9c0c4cdc7e21a573531617..ccf045450355d1cfc00e17c41d23ce0efa8d17b4 100644 --- a/src/test/experiments/rankoperatorrocexperiment.h +++ b/src/test/experiments/rankoperatorrocexperiment.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_RANKOPERATORROCEXPERIMENT_H #define AOFLAGGER_RANKOPERATORROCEXPERIMENT_H diff --git a/src/test/experiments/scaleinvariantdilationexperiment.h b/src/test/experiments/scaleinvariantdilationexperiment.h index 479cc2bb711745856b057e6de6983c64097a89b9..c38055bfecbca10149aafe2dc910898aa20ad6d6 100644 --- a/src/test/experiments/scaleinvariantdilationexperiment.h +++ b/src/test/experiments/scaleinvariantdilationexperiment.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_SCALEINVARIANTDILATIONEXPERIMENT_H #define AOFLAGGER_SCALEINVARIANTDILATIONEXPERIMENT_H diff --git a/src/test/msio/msiotestgroup.h b/src/test/msio/msiotestgroup.h index 69d13438c3016ceb0ae77adca45eadd4e8eb7035..3546d5430708636c506113782544d5c39c5e09a1 100644 --- a/src/test/msio/msiotestgroup.h +++ b/src/test/msio/msiotestgroup.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_MSIOTESTGROUP_H #define AOFLAGGER_MSIOTESTGROUP_H diff --git a/src/test/quality/qualitytablesformattertest.h b/src/test/quality/qualitytablesformattertest.h index c3176882e08681dd4552bbb8b8bf0bfa2ff9a16d..72cc36e0b4f57a6f1447046b1e6627026a02080d 100644 --- a/src/test/quality/qualitytablesformattertest.h +++ b/src/test/quality/qualitytablesformattertest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_QUALITYTABLESFORMATTERTEST_H #define AOFLAGGER_QUALITYTABLESFORMATTERTEST_H diff --git a/src/test/quality/qualitytestgroup.h b/src/test/quality/qualitytestgroup.h index 945a5a8762d9a71e5a7117b98f523767d130047a..5f2f4ee9410e170b974e81aec4e50c59d5b2fcb6 100644 --- a/src/test/quality/qualitytestgroup.h +++ b/src/test/quality/qualitytestgroup.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_QUALITYTESTGROUP_H #define AOFLAGGER_QUALITYTESTGROUP_H diff --git a/src/test/quality/statisticscollectiontest.h b/src/test/quality/statisticscollectiontest.h index 280abc0ffcc4e61cb2a5acd3b7438ad9bd24ed11..bca09614b5dab42157b3b5425f55db5917aa700e 100644 --- a/src/test/quality/statisticscollectiontest.h +++ b/src/test/quality/statisticscollectiontest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_STATISTICSCOLLECTIONTEST_H #define AOFLAGGER_STATISTICSCOLLECTIONTEST_H diff --git a/src/test/quality/statisticsderivatortest.h b/src/test/quality/statisticsderivatortest.h index 61e60e80b2211c88059770c232ce6d35b03931e5..7fd9462189b87d9c569e51b906be39eda27c3906 100644 --- a/src/test/quality/statisticsderivatortest.h +++ b/src/test/quality/statisticsderivatortest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_STATISTICSDERIVATORTEST_H #define AOFLAGGER_STATISTICSDERIVATORTEST_H diff --git a/src/test/strategy/algorithms/algorithmstestgroup.h b/src/test/strategy/algorithms/algorithmstestgroup.h index b6169439cbd0ade01b0f88c41edfd432a9541c0d..fd35118a229ee5a89f113b991f85c4a709f1427a 100644 --- a/src/test/strategy/algorithms/algorithmstestgroup.h +++ b/src/test/strategy/algorithms/algorithmstestgroup.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_ALGORITHMSTESTGROUP_H #define AOFLAGGER_ALGORITHMSTESTGROUP_H diff --git a/src/test/strategy/algorithms/convolutionstest.h b/src/test/strategy/algorithms/convolutionstest.h index 3ece8bb0c7ef9a38269a477a96a1cf774c3bca95..0d5c45defbbead2bf3574fbcc95ff4f174bbdad2 100644 --- a/src/test/strategy/algorithms/convolutionstest.h +++ b/src/test/strategy/algorithms/convolutionstest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_CONVOLUTIONSTEST_H #define AOFLAGGER_CONVOLUTIONSTEST_H diff --git a/src/test/strategy/algorithms/dilationtest.h b/src/test/strategy/algorithms/dilationtest.h index bdf7f6437a9a71772b99031ff105bd9c7d9b9ecb..39e735dcf95edeb323ea81b335e0c47fc9dcfff1 100644 --- a/src/test/strategy/algorithms/dilationtest.h +++ b/src/test/strategy/algorithms/dilationtest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_DILATIONTEST_H #define AOFLAGGER_DILATIONTEST_H diff --git a/src/test/strategy/algorithms/eigenvaluetest.h b/src/test/strategy/algorithms/eigenvaluetest.h index 18d51b67a92aa9a7db3586e68ebee45a1c317fc2..c4a2616e465c2383cfbb8fdd1d62c55f4666ce3a 100644 --- a/src/test/strategy/algorithms/eigenvaluetest.h +++ b/src/test/strategy/algorithms/eigenvaluetest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_EIGENVALUETEST_H #define AOFLAGGER_EIGENVALUETEST_H diff --git a/src/test/strategy/algorithms/highpassfiltertest.h b/src/test/strategy/algorithms/highpassfiltertest.h index 4be4994d3a54ca7d2fe291098c31052bc487164b..493ef33d13a1ce69b7c532a8be29f26ac4da112e 100644 --- a/src/test/strategy/algorithms/highpassfiltertest.h +++ b/src/test/strategy/algorithms/highpassfiltertest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_HIGHPASSFILTERTEST_H #define AOFLAGGER_HIGHPASSFILTERTEST_H diff --git a/src/test/strategy/algorithms/noisestatisticstest.h b/src/test/strategy/algorithms/noisestatisticstest.h index 9aa51f8f06d4f0c064d5b0f5e5dbfbb82db09b42..7db6708ffe0df53e23ead030bf92e7e81e517f09 100644 --- a/src/test/strategy/algorithms/noisestatisticstest.h +++ b/src/test/strategy/algorithms/noisestatisticstest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_NOISESTATISTICSTEST_H #define AOFLAGGER_NOISESTATISTICSTEST_H diff --git a/src/test/strategy/algorithms/siroperatortest.h b/src/test/strategy/algorithms/siroperatortest.h index 2240e412a9b99463fa6e6e9b8ac5a28c6eb58f19..6d6608615f9426bcc6b34a1cffbd414256878807 100644 --- a/src/test/strategy/algorithms/siroperatortest.h +++ b/src/test/strategy/algorithms/siroperatortest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_SIROPERATORTEST_H #define AOFLAGGER_SIROPERATORTEST_H diff --git a/src/test/strategy/algorithms/statisticalflaggertest.h b/src/test/strategy/algorithms/statisticalflaggertest.h index bc22c49a888e16790f39733dd67c54ef053041e6..0bceb4e00f9e38954c8c0ff6787ee9fac6e5a415 100644 --- a/src/test/strategy/algorithms/statisticalflaggertest.h +++ b/src/test/strategy/algorithms/statisticalflaggertest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_STATISTICALFLAGGERTEST_H #define AOFLAGGER_STATISTICALFLAGGERTEST_H diff --git a/src/test/strategy/algorithms/sumthresholdtest.h b/src/test/strategy/algorithms/sumthresholdtest.h index 14e068a525aba67c8bf37079e638b3c59be19f58..957cad2397459b5740071ff769b7721260bdaa1d 100644 --- a/src/test/strategy/algorithms/sumthresholdtest.h +++ b/src/test/strategy/algorithms/sumthresholdtest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_SUMTHRESHOLDTEST_H #define AOFLAGGER_SUMTHRESHOLDTEST_H diff --git a/src/test/strategy/algorithms/thresholdtoolstest.h b/src/test/strategy/algorithms/thresholdtoolstest.h index 2a47f14b966ffbd807e17e589025117b800b656e..34b4c547e9cefb1e53907c82c21a3c1f75311949 100644 --- a/src/test/strategy/algorithms/thresholdtoolstest.h +++ b/src/test/strategy/algorithms/thresholdtoolstest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_THRESHOLDTOOLSTEST_H #define AOFLAGGER_THRESHOLDTOOLSTEST_H diff --git a/src/test/testingtools/asserter.h b/src/test/testingtools/asserter.h index 9f525838af008e34a3814bbc14be54d0603dcf49..e48936801a9e4c37fcf6d874e12f1ea1a253eb81 100644 --- a/src/test/testingtools/asserter.h +++ b/src/test/testingtools/asserter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_ASSERTER_H #define AOFLAGGER_ASSERTER_H diff --git a/src/test/testingtools/equalsasserter.h b/src/test/testingtools/equalsasserter.h index 9e9f68ca2360ef5eea777a5b475213e0bfaea244..775b3d3e3f02f46d21b974649309c97e7357b2a4 100644 --- a/src/test/testingtools/equalsasserter.h +++ b/src/test/testingtools/equalsasserter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_EQUALS_ASSERTER_H #define AOFLAGGER_EQUALS_ASSERTER_H diff --git a/src/test/testingtools/imageasserter.h b/src/test/testingtools/imageasserter.h index be36b9e4f2e1479ab96c626d3206863bed67ce84..d22c8d3506d703c9a15fa6f6b904cd3adfed4cc6 100644 --- a/src/test/testingtools/imageasserter.h +++ b/src/test/testingtools/imageasserter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_IMAGE_ASSERTER_H #define AOFLAGGER_IMAGE_ASSERTER_H diff --git a/src/test/testingtools/lessthanasserter.h b/src/test/testingtools/lessthanasserter.h index 8940f61cf4e169a34900388b7844a7e779bb1cb9..adf9fc3138495ded089e9b8e7ba69c62c10f0fd4 100644 --- a/src/test/testingtools/lessthanasserter.h +++ b/src/test/testingtools/lessthanasserter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_LESS_THAN_ASSERTER_H #define AOFLAGGER_LESS_THAN_ASSERTER_H diff --git a/src/test/testingtools/maskasserter.h b/src/test/testingtools/maskasserter.h index 4caab68188b78dda1669b95cd6a206ca73f24533..0ec0d15b823ab82630d9242ebf32b0aae55320d3 100644 --- a/src/test/testingtools/maskasserter.h +++ b/src/test/testingtools/maskasserter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_MASK_ASSERTER_H #define AOFLAGGER_MASK_ASSERTER_H diff --git a/src/test/testingtools/testgroup.h b/src/test/testingtools/testgroup.h index 3d08e523598e05090c181c001bd2d9c821c2d866..da7e9a8da265b756dc3eda7a113bad6523d5d21d 100644 --- a/src/test/testingtools/testgroup.h +++ b/src/test/testingtools/testgroup.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_TESTGROUP_H #define AOFLAGGER_TESTGROUP_H diff --git a/src/test/testingtools/testitem.h b/src/test/testingtools/testitem.h index 94e3552d5f63c5383694fe4f55e77e42547c175d..b6a5fd93de76f90c435d51f8d332f9b45b9b6677 100644 --- a/src/test/testingtools/testitem.h +++ b/src/test/testingtools/testitem.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_TESTITEM_H #define AOFLAGGER_TESTITEM_H diff --git a/src/test/testingtools/unittest.h b/src/test/testingtools/unittest.h index f2acbd0eaeb944a552126bdddc38e6c1582f583a..35dff9fc5021d6d254a34cf3c8574fa60c8dcc8b 100644 --- a/src/test/testingtools/unittest.h +++ b/src/test/testingtools/unittest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_UNITTEST_H #define AOFLAGGER_UNITTEST_H diff --git a/src/test/util/numberparsertest.h b/src/test/util/numberparsertest.h index 32e4a7aa0da35b0767fd053444641e5f0fc64fe1..a0ed5a41fd4079690b39fb7fc3b414f74892f9a3 100644 --- a/src/test/util/numberparsertest.h +++ b/src/test/util/numberparsertest.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_NUMBERPARSERTEST_H #define AOFLAGGER_NUMBERPARSERTEST_H diff --git a/src/test/util/utiltestgroup.h b/src/test/util/utiltestgroup.h index 04ae9f7427c68063f6c05357d57ad54335d42329..4cfc81ef13be432e7fc804bd8e4166bfcca44b4b 100644 --- a/src/test/util/utiltestgroup.h +++ b/src/test/util/utiltestgroup.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER_UTILTESTGROUP_H #define AOFLAGGER_UTILTESTGROUP_H diff --git a/src/types.h b/src/types.h index cf12d44b4d23387ff417973a2b5093bafe38c18a..2c490a76c5a02d6de412cfff4f1038dc2a485976 100644 --- a/src/types.h +++ b/src/types.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef TYPES_H #define TYPES_H diff --git a/src/util/aologger.cpp b/src/util/aologger.cpp index f57440a31695dd82f7b760b426c6a52b0d5bf739..01229334158f0e70cf86963505a0673de0889cc9 100644 --- a/src/util/aologger.cpp +++ b/src/util/aologger.cpp @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "aologger.h" enum AOLogger::AOLoggerLevel AOLogger::_coutLevel = AOLogger::InfoLevel; diff --git a/src/util/aologger.h b/src/util/aologger.h index 24c53c73f3e3ed3a94292e2378ccfc63f7f8a6c7..12c440bc6a74817e173cacd5ef1df4aa5c95a101 100644 --- a/src/util/aologger.h +++ b/src/util/aologger.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AOFLAGGER #define AOFLAGGER diff --git a/src/util/autoarray.h b/src/util/autoarray.h index a7644d3f62c05edfb4d3c78ce7c46a95ba673046..eb193d8ad71e6bbdc7b59551b1a1cb462f18105a 100644 --- a/src/util/autoarray.h +++ b/src/util/autoarray.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef AUTO_ARRAY_H #define AUTO_ARRAY_H diff --git a/src/util/compress.cpp b/src/util/compress.cpp index cc16ab20d8d263a9138e8e177575882e2ca4cedf..d3c0da69f266243e21f51cb03500f46a6d755de5 100644 --- a/src/util/compress.cpp +++ b/src/util/compress.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <stdint.h> #include "../strategy/algorithms/thresholdtools.h" diff --git a/src/util/compress.h b/src/util/compress.h index b6a2b4f29a96763884bc69e6b37894d14bcd7bdf..2e4de8d344459c09a55de07d8c04161b26500336 100644 --- a/src/util/compress.h +++ b/src/util/compress.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef COMPRESS_H #define COMPRESS_H diff --git a/src/util/ffttools.cpp b/src/util/ffttools.cpp index 7bfece3fd9046d24bdc76c7e64556a7ae83daee5..cd6ec0a505c4d360ffe4baace44eb5dfe4d243d4 100644 --- a/src/util/ffttools.cpp +++ b/src/util/ffttools.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ #include "ffttools.h" #include <fftw3.h> diff --git a/src/util/ffttools.h b/src/util/ffttools.h index b6397e119ac7ae7ba1fcc04f503c0af6fbb56be5..36324524c3242d3d7e6fd5107f5ac52bca6a9f81 100644 --- a/src/util/ffttools.h +++ b/src/util/ffttools.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2007 by Andre Offringa * - * offringa@gmail.com * - * * - * 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. * - ***************************************************************************/ /** @file * This is the header file for the FFTTools class. * @author André Offringa <offringa@gmail.com> diff --git a/src/util/integerdomain.cpp b/src/util/integerdomain.cpp index 0bc790dc3afbcd8b41979a363a009f00b26a4209..4a82ec563072642f07082a160b1c8e3090f30393 100644 --- a/src/util/integerdomain.cpp +++ b/src/util/integerdomain.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "integerdomain.h" #include <string> diff --git a/src/util/integerdomain.h b/src/util/integerdomain.h index 9eb06fa754913a357a92906cf2d6cc43c84bf331..ee0ca9c1ef68e4402ae7df2237bb595e7a69aeac 100644 --- a/src/util/integerdomain.h +++ b/src/util/integerdomain.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef INTEGERDOMAIN_H #define INTEGERDOMAIN_H diff --git a/src/util/multiplot.cpp b/src/util/multiplot.cpp index 0b98248af0b2dd3792255043cf39017afc452e35..1aac8f018359928d876cb59a479be9e3a40dc19f 100644 --- a/src/util/multiplot.cpp +++ b/src/util/multiplot.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "../util/multiplot.h" MultiPlot::MultiPlot(Plot2D &plot, size_t plotCount) diff --git a/src/util/multiplot.h b/src/util/multiplot.h index 5423be055b36b4dbe7dfbbe5754e865c687eb4b8..bb119e176a06ed985a079dd85815f649424fefb5 100644 --- a/src/util/multiplot.h +++ b/src/util/multiplot.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef MULTIPLOT_H #define MULTIPLOT_H diff --git a/src/util/numberparser.h b/src/util/numberparser.h index 14d7ef5d1be217b079e1baa86fab416cfc686ec6..509ae4f97d1eae01bc76b24e4f6f48d27eac601a 100644 --- a/src/util/numberparser.h +++ b/src/util/numberparser.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2012 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include <stdexcept> #include <cmath> diff --git a/src/util/parameter.h b/src/util/parameter.h index 495971c8706bde5ae0e3b5f052875f2483f6e9ca..3e0ca6345d8c02e4ac1e804eed43588d31abda0c 100644 --- a/src/util/parameter.h +++ b/src/util/parameter.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef PARAMETER_H #define PARAMETER_H diff --git a/src/util/plot.cpp b/src/util/plot.cpp index ef2cca9f464143bb5e6d2ef962e7fa33e151d96f..246b44716cc04de0359aa05835d1f7a5a3dc72da 100644 --- a/src/util/plot.cpp +++ b/src/util/plot.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "plot.h" #include <stdlib.h> diff --git a/src/util/plot.h b/src/util/plot.h index 76fccefc8f5e165d02c397978562fddc55738e9c..4faa386f24d03b1865f3bb24b14b21dbe8ecb9e5 100644 --- a/src/util/plot.h +++ b/src/util/plot.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PLOT_H #define PLOT_H diff --git a/src/util/progresslistener.h b/src/util/progresslistener.h index 8afcbbb9a832df5cbcf8fa2221b8a54c618cf44c..39e29cf240c6c32ef34da6670ee629e138e6845d 100644 --- a/src/util/progresslistener.h +++ b/src/util/progresslistener.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef PROGRESSLISTENER_H #define PROGRESSLISTENER_H diff --git a/src/util/rng.cpp b/src/util/rng.cpp index b8c9b46c5928869392ab90c1bed56388c4c8fa3c..8414682c0bbd6bb1ff525b00a5a819b210e73d40 100644 --- a/src/util/rng.cpp +++ b/src/util/rng.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "rng.h" #include <stdlib.h> diff --git a/src/util/rng.h b/src/util/rng.h index b27164d23da062e339d19a915c1c49c2b8566fa8..87933174d9ba9210a03b2118864bcc6f018625a0 100644 --- a/src/util/rng.h +++ b/src/util/rng.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef RNG_H #define RNG_H diff --git a/src/util/roctree.cpp b/src/util/roctree.cpp index 6b543a8939b5b8144fff83897fdbcb30274215eb..98f99834a1da6c5a8a8e076b7a7f5e140c619ad5 100644 --- a/src/util/roctree.cpp +++ b/src/util/roctree.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include <AOFlagger/util/roctree.h> #include <iostream> diff --git a/src/util/roctree.h b/src/util/roctree.h index bc64d96f7b5ecf161b7a959381ab3faa786c7f4c..9e11137a3c348e095b401417f4248bc4e292ee9e 100644 --- a/src/util/roctree.h +++ b/src/util/roctree.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef ROCTREE_H #define ROCTREE_H diff --git a/src/util/serializable.h b/src/util/serializable.h index 5ba215cfbe14016b6df5d80902b086e762fcd339..0c204a2dc504965c25afe0c627f6565eba2ed025 100644 --- a/src/util/serializable.h +++ b/src/util/serializable.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef SERIALIZABLE_H #define SERIALIZABLE_H diff --git a/src/util/stopwatch.cpp b/src/util/stopwatch.cpp index 0b31ffbf91c0dd2e86d44f3e0782ca14bf563c65..330fd5f3fa780f279799cc2b91b4a6d796c842fd 100644 --- a/src/util/stopwatch.cpp +++ b/src/util/stopwatch.cpp @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #include "stopwatch.h" #include <cmath> diff --git a/src/util/stopwatch.h b/src/util/stopwatch.h index 2fede8fbbf5a7ac3f760419740d17585feebd01e..12be735e3e968aea1f52c33d20cc9dbf16e67b9e 100644 --- a/src/util/stopwatch.h +++ b/src/util/stopwatch.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef STOPWATCH_H #define STOPWATCH_H diff --git a/src/util/types.h b/src/util/types.h index 21ccf07921b6d499933e2be92dacfe6a165d25b1..b7c7fe914d21e58979dfba95f56da32a5b9340a5 100644 --- a/src/util/types.h +++ b/src/util/types.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #ifndef UTIL_TYPES_H #define UTIL_TYPES_H diff --git a/src/util/xmlwriter.h b/src/util/xmlwriter.h index 3eca5b86c3c2f53498c2b8dcc679785872941a2d..e091de26c194a7e0ce4c3872a389f484524a898c 100644 --- a/src/util/xmlwriter.h +++ b/src/util/xmlwriter.h @@ -1,22 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ #ifndef XMLWRITER_H #define XMLWRITER_H diff --git a/src/vectortypes.h b/src/vectortypes.h index c216afe36fda86549984286a46a7910f802181ff..94fc63aaead4c50a9f12d831bcc1d3b9f776e62c 100644 --- a/src/vectortypes.h +++ b/src/vectortypes.h @@ -1,23 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2008 by A.R. Offringa * - * offringa@astro.rug.nl * - * * - * 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. * - ***************************************************************************/ - #include "types.h" #include <vector>