From c70989712b6b484443f5e9b083983325aae17bed Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Fri, 18 Sep 2009 07:09:37 +0000 Subject: [PATCH] bug 1408: Inserted new copyright header --- LCS/Tools/src/CMakeLists.txt | 4 ++-- LCS/Tools/src/makedoc | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/LCS/Tools/src/CMakeLists.txt b/LCS/Tools/src/CMakeLists.txt index a679b2bcdaf..ba5c69f7075 100644 --- a/LCS/Tools/src/CMakeLists.txt +++ b/LCS/Tools/src/CMakeLists.txt @@ -1,5 +1,3 @@ -# $Id$ -# # Copyright (C) 2008-2009 # ASTRON (Netherlands Institute for Radio Astronomy) # P.O.Box 2, 7990 AA Dwingeloo, The Netherlands @@ -17,6 +15,8 @@ # # 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$ lofar_add_sbin_program(LimitExec LimitExec.cc) lofar_add_sbin_program(pkgdep pkgdep.cc) diff --git a/LCS/Tools/src/makedoc b/LCS/Tools/src/makedoc index 1fa899fca46..ff190ea3e75 100755 --- a/LCS/Tools/src/makedoc +++ b/LCS/Tools/src/makedoc @@ -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$ + + # makedoc builds the doxygen documentation in the subdirectory doc of the # current directory. It builds the documentation for all header files, etc. # at the current package and below. -- GitLab