From 8a425df9f9a2f714ae77ec262ecaf90396453b16 Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Fri, 18 Sep 2009 06:35:19 +0000 Subject: [PATCH] bug 1408: Inserted new copyright header --- LCS/Tools/src/CMakeLists.txt | 28 ++++++++++----------- LCS/Tools/src/LimitExec.cc | 30 +++++++++++------------ LCS/Tools/src/checkrun | 21 ++++++++++++++++ LCS/Tools/src/countalllines | 21 ++++++++++++++++ LCS/Tools/src/countlines | 21 ++++++++++++++++ LCS/Tools/src/countpurecode | 38 ++++++++++++++--------------- LCS/Tools/src/countpurecodecomm | 37 ++++++++++++++-------------- LCS/Tools/src/finddep | 21 ++++++++++++++++ LCS/Tools/src/lofarcvsmv | 18 +++++++------- LCS/Tools/src/lofarcvsx | 18 +++++++------- LCS/Tools/src/lofarinit.csh.in | 18 +++++++------- LCS/Tools/src/lofarinit.sh.in | 18 +++++++------- LCS/Tools/src/makeClass.py | 41 ++++++++++++++++--------------- LCS/Tools/src/makePackage.py | 42 ++++++++++++++++---------------- LCS/Tools/src/makeTest.py | 43 ++++++++++++++++----------------- LCS/Tools/src/makecov | 23 +++++++++--------- LCS/Tools/src/makedep.sh | 36 +++++++++++++-------------- LCS/Tools/src/pkgdep.cc | 18 +++++++------- LCS/Tools/src/processgcov | 22 ++++++++--------- LCS/Tools/src/remote_lofarcvsmv | 18 +++++++------- 20 files changed, 308 insertions(+), 224 deletions(-) diff --git a/LCS/Tools/src/CMakeLists.txt b/LCS/Tools/src/CMakeLists.txt index 148caef8797..a679b2bcdaf 100644 --- a/LCS/Tools/src/CMakeLists.txt +++ b/LCS/Tools/src/CMakeLists.txt @@ -1,22 +1,22 @@ # $Id$ # -# Copyright (C) 2008-2009 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# Copyright (C) 2008-2009 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. lofar_add_sbin_program(LimitExec LimitExec.cc) lofar_add_sbin_program(pkgdep pkgdep.cc) diff --git a/LCS/Tools/src/LimitExec.cc b/LCS/Tools/src/LimitExec.cc index bbcfb0a361b..e47b0875f86 100644 --- a/LCS/Tools/src/LimitExec.cc +++ b/LCS/Tools/src/LimitExec.cc @@ -1,24 +1,24 @@ //# LimitExec.cc: program to limit the absolute execution time of a program //# -//# Copyright (C) 2000,2001,2002 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +//# Copyright (C) 2000,2001,2002 +//# ASTRON (Netherlands Institute for Radio Astronomy) +//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands //# -//# This program is free software; you can redistribute it and/or modify -//# it under the terms of the GNU General Public License as published by -//# the Free Software Foundation; either version 2 of the License, or -//# (at your option) any later version. +//# This file is part of the LOFAR software suite. +//# The LOFAR software suite is free software: you can redistribute it and/or +//# modify it under the terms of the GNU General Public License as published +//# by the Free Software Foundation, either version 3 of the License, or +//# (at your option) any later version. //# -//# This program is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. +//# The LOFAR software suite is distributed in the hope that it will be useful, +//# but WITHOUT ANY WARRANTY; without even the implied warranty of +//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//# GNU General Public License for more details. //# -//# You should have received a copy of the GNU General Public License -//# along with this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +//# You should have received a copy of the GNU General Public License along +//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. //# -//# $Id$ +//# $Id$ //# Always #include <lofar_config.h> first! #include <lofar_config.h> diff --git a/LCS/Tools/src/checkrun b/LCS/Tools/src/checkrun index bf1f53c9944..767505f8368 100755 --- a/LCS/Tools/src/checkrun +++ b/LCS/Tools/src/checkrun @@ -1,5 +1,26 @@ #!/bin/sh +# Copyright (C) 2006 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands +# +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. +# +# $Id$ + + # checkrun builds a test program and runs its test script or the # program itself if no test script found. # The test script name must be tx.sh or tx_test.sh where tx is the diff --git a/LCS/Tools/src/countalllines b/LCS/Tools/src/countalllines index 7128f2c1f4d..03c1e0030ad 100755 --- a/LCS/Tools/src/countalllines +++ b/LCS/Tools/src/countalllines @@ -1,5 +1,26 @@ #!/bin/sh +# Copyright (C) 2006 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands +# +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. +# +# $Id$ + + # This script counts the nr of lines in each directory in a source tree. # It counts: total nr of lines # nr of pure code lines (code lines containing alphanumeric char) diff --git a/LCS/Tools/src/countlines b/LCS/Tools/src/countlines index f0f7e8eeb50..6ed148ef2bc 100755 --- a/LCS/Tools/src/countlines +++ b/LCS/Tools/src/countlines @@ -1,5 +1,26 @@ #!/bin/sh +# Copyright (C) 2006 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands +# +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. +# +# $Id$ + + # This script counts the nr of lines in a C++ header or source file. # It counts: total nr of lines # nr of pure code lines (code lines containing alphanumeric char) diff --git a/LCS/Tools/src/countpurecode b/LCS/Tools/src/countpurecode index 5df4c6d9abe..bc7fefd5c82 100755 --- a/LCS/Tools/src/countpurecode +++ b/LCS/Tools/src/countpurecode @@ -1,28 +1,28 @@ #!/usr/bin/perl # -# slash2spanning.pl: Convert multiple C++ "slash-slash" style comment lines -# into one spanning C-style comment (/* ... */), ignoring -# lines that start with "slash-slash-hash style comments. +# Copyright (C) 2002 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# Copyright (C) 2002 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# $Id: countpurecode 2362 2004-04-01 08:18:20Z diepen $ +# $Id: countpurecode 2362 2004-04-01 08:18:20Z diepen $ + + +# This script counts the number of pure code lines in a C source file. +# Lines containing braces only are not counted. $NON_COMMENT_BLOCK = 0; $COMMENT_BLOCK = 1; diff --git a/LCS/Tools/src/countpurecodecomm b/LCS/Tools/src/countpurecodecomm index dfba9f92e61..9bdf609abf6 100755 --- a/LCS/Tools/src/countpurecodecomm +++ b/LCS/Tools/src/countpurecodecomm @@ -1,28 +1,27 @@ #!/usr/bin/perl # -# slash2spanning.pl: Convert multiple C++ "slash-slash" style comment lines -# into one spanning C-style comment (/* ... */), ignoring -# lines that start with "slash-slash-hash style comments. +# Copyright (C) 2002 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# Copyright (C) 2002 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# $Id: countpurecodecomm 2362 2004-04-01 08:18:20Z diepen $ +# $Id: countpurecodecomm 2362 2004-04-01 08:18:20Z diepen $ + + +# This script counts the number of comment lines in a C source file. $NON_COMMENT_BLOCK = 0; $COMMENT_BLOCK = 1; diff --git a/LCS/Tools/src/finddep b/LCS/Tools/src/finddep index 8abe97a9453..383afd11612 100755 --- a/LCS/Tools/src/finddep +++ b/LCS/Tools/src/finddep @@ -1,5 +1,26 @@ #!/bin/sh +# Copyright (C) 2006 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands +# +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. +# +# $Id$ + + # Find the packages used by other packages. # Packages taken into account are all LOFAR packages and external packages. # diff --git a/LCS/Tools/src/lofarcvsmv b/LCS/Tools/src/lofarcvsmv index 49a4b30c457..13a6fbceed9 100755 --- a/LCS/Tools/src/lofarcvsmv +++ b/LCS/Tools/src/lofarcvsmv @@ -4,22 +4,22 @@ #----------------------------------------------------------------------------- # # Copyright (C) 2005 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# The LOFAR software suite is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # # $Id$ diff --git a/LCS/Tools/src/lofarcvsx b/LCS/Tools/src/lofarcvsx index 7c97b11af05..134b5528dc8 100755 --- a/LCS/Tools/src/lofarcvsx +++ b/LCS/Tools/src/lofarcvsx @@ -4,22 +4,22 @@ #----------------------------------------------------------------------------- # # Copyright (C) 2005 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# The LOFAR software suite is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # # $Id$ diff --git a/LCS/Tools/src/lofarinit.csh.in b/LCS/Tools/src/lofarinit.csh.in index eb56a3140c9..bbf9534a827 100644 --- a/LCS/Tools/src/lofarinit.csh.in +++ b/LCS/Tools/src/lofarinit.csh.in @@ -4,22 +4,22 @@ #----------------------------------------------------------------------------- # # Copyright (C) 2005 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# The LOFAR software suite is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # # $Id$ diff --git a/LCS/Tools/src/lofarinit.sh.in b/LCS/Tools/src/lofarinit.sh.in index 10fb6cfc5f5..50306a1f62e 100644 --- a/LCS/Tools/src/lofarinit.sh.in +++ b/LCS/Tools/src/lofarinit.sh.in @@ -4,22 +4,22 @@ #----------------------------------------------------------------------------- # # Copyright (C) 2005 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# The LOFAR software suite is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # # $Id$ diff --git a/LCS/Tools/src/makeClass.py b/LCS/Tools/src/makeClass.py index 69ff651b5cd..d2f9a7499e7 100755 --- a/LCS/Tools/src/makeClass.py +++ b/LCS/Tools/src/makeClass.py @@ -1,5 +1,26 @@ #! /usr/bin/env python + +# Copyright (C) 2005 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands +# +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. +# +# $Id$ + + # makeClass.py: Script to make default class files in a Package/srcdir in the # LOFAR development tree. normal class files, main program and templates # are covered @@ -20,26 +41,6 @@ # Revisions: # # 26-01-2005 Initial Release. -# -# Copyright (C) 2005 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# $Id$ # # import all packages we need diff --git a/LCS/Tools/src/makePackage.py b/LCS/Tools/src/makePackage.py index 77ea4dabd46..ca4ae402e2f 100755 --- a/LCS/Tools/src/makePackage.py +++ b/LCS/Tools/src/makePackage.py @@ -1,5 +1,26 @@ #! /usr/bin/env python + +# Copyright (C) 2005 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands +# +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. +# +# $Id$ + + # makePackage.py: Script to make an initial Packagedir in the LOFAR # development tree # @@ -12,27 +33,6 @@ # Revisions: # # 25-01-2005 Initial Release. -# -# -# Copyright (C) 2005 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# $Id$ # # import all packages we need diff --git a/LCS/Tools/src/makeTest.py b/LCS/Tools/src/makeTest.py index 676c942ac04..ff07546080f 100755 --- a/LCS/Tools/src/makeTest.py +++ b/LCS/Tools/src/makeTest.py @@ -1,5 +1,26 @@ #! /usr/bin/env python + +# Copyright (C) 2005 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands +# +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # +# $Id$ + + # makeTest.py: Script to make default class files in a Package/test dir # in the LOFAR development tree. sh scripts and main program are covered # @@ -11,28 +32,6 @@ # Revisions: # # 15-02-2005 Initial Release. -# -# -# Copyright (C) 2005 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# $Id$ -# # # import all packages we need diff --git a/LCS/Tools/src/makecov b/LCS/Tools/src/makecov index 931a17b6e8d..d2d770e7b84 100755 --- a/LCS/Tools/src/makecov +++ b/LCS/Tools/src/makecov @@ -1,27 +1,28 @@ #!/bin/sh -# + # makecov: Create the gcov output and convert to html -# + # Copyright (C) 2009 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# The LOFAR software suite is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # # $Id$ + # cd to test directory if needed. if test -d test; then cd test diff --git a/LCS/Tools/src/makedep.sh b/LCS/Tools/src/makedep.sh index 5be5cb207da..7acf888a3c3 100755 --- a/LCS/Tools/src/makedep.sh +++ b/LCS/Tools/src/makedep.sh @@ -1,26 +1,26 @@ #!/bin/sh + +# makedep.sh: generate dependency trees (uses and used-by) for LOFAR packages + +# Copyright (C) 2002-4 +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# makedep.sh: generate dependency trees (uses and used-by) for LOFAR packages -# -# Copyright (C) 2002-2004 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# The LOFAR software suite is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # -# $Id$ +# $Id$ # Get LOFAR root directory from this script's name. diff --git a/LCS/Tools/src/pkgdep.cc b/LCS/Tools/src/pkgdep.cc index 5e7b9f832f2..367ef0f571f 100644 --- a/LCS/Tools/src/pkgdep.cc +++ b/LCS/Tools/src/pkgdep.cc @@ -1,22 +1,22 @@ //# pkgdep.cc: Find dependencies of packages //# //# Copyright (C) 2004 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +//# ASTRON (Netherlands Institute for Radio Astronomy) +//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands //# -//# This program is free software; you can redistribute it and/or modify -//# it under the terms of the GNU General Public License as published by -//# the Free Software Foundation; either version 2 of the License, or +//# This file is part of the LOFAR software suite. +//# The LOFAR software suite is free software: you can redistribute it and/or +//# modify it under the terms of the GNU General Public License as published +//# by the Free Software Foundation, either version 3 of the License, or //# (at your option) any later version. //# -//# This program is distributed in the hope that it will be useful, +//# The LOFAR software suite is distributed in the hope that it will be useful, //# but WITHOUT ANY WARRANTY; without even the implied warranty of //# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //# GNU General Public License for more details. //# -//# You should have received a copy of the GNU General Public License -//# along with this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +//# You should have received a copy of the GNU General Public License along +//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. //# //# $Id$ diff --git a/LCS/Tools/src/processgcov b/LCS/Tools/src/processgcov index 418b5d4a7a7..01856e78d73 100755 --- a/LCS/Tools/src/processgcov +++ b/LCS/Tools/src/processgcov @@ -1,24 +1,24 @@ #! /usr/bin/env python -# + # processgcov: Process the output of testcov -# + # Copyright (C) 2009 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# The LOFAR software suite is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # # $Id$ diff --git a/LCS/Tools/src/remote_lofarcvsmv b/LCS/Tools/src/remote_lofarcvsmv index 624a9ca5b9f..b22920eddac 100644 --- a/LCS/Tools/src/remote_lofarcvsmv +++ b/LCS/Tools/src/remote_lofarcvsmv @@ -4,22 +4,22 @@ #----------------------------------------------------------------------------- # # Copyright (C) 2005 -# ASTRON (Netherlands Foundation for Research in Astronomy) -# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl +# ASTRON (Netherlands Institute for Radio Astronomy) +# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This file is part of the LOFAR software suite. +# The LOFAR software suite is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# The LOFAR software suite is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. # # $Id$ -- GitLab