Skip to content
Snippets Groups Projects
Commit c7098971 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 1408:

Inserted new copyright header
parent 8a425df9
No related branches found
No related tags found
No related merge requests found
# $Id$
#
# Copyright (C) 2008-2009 # Copyright (C) 2008-2009
# ASTRON (Netherlands Institute for Radio Astronomy) # ASTRON (Netherlands Institute for Radio Astronomy)
# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands # P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
...@@ -17,6 +15,8 @@ ...@@ -17,6 +15,8 @@
# #
# You should have received a copy of the GNU General Public License along # 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/>. # 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(LimitExec LimitExec.cc)
lofar_add_sbin_program(pkgdep pkgdep.cc) lofar_add_sbin_program(pkgdep pkgdep.cc)
......
#!/bin/sh #!/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 # makedoc builds the doxygen documentation in the subdirectory doc of the
# current directory. It builds the documentation for all header files, etc. # current directory. It builds the documentation for all header files, etc.
# at the current package and below. # at the current package and below.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment