diff --git a/LCS/Tools/src/CMakeLists.txt b/LCS/Tools/src/CMakeLists.txt
index a679b2bcdaf9b42781168b4f8e69339f2382fa83..ba5c69f707579ceb215688d1bd677a56ef0079a2 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 1fa899fca46cb6a418470e59a0ba1ea4adf7c02b..ff190ea3e7526bcc4e80b27bbdab6c25aa76b9d5 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.