From a3f692860142212927f9537c9c6d6b7577bbbec1 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 28 Dec 2012 15:59:46 +0000 Subject: [PATCH] Header changed git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@303 64b25241-fba3-4117-9849-534c7e92360d --- drivers/gr-gn3s/CMakeLists.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/gr-gn3s/CMakeLists.txt b/drivers/gr-gn3s/CMakeLists.txt index 9970973ce..6ca4f5eec 100644 --- a/drivers/gr-gn3s/CMakeLists.txt +++ b/drivers/gr-gn3s/CMakeLists.txt @@ -1,21 +1,20 @@ -# Copyright 2011 Free Software Foundation, Inc. +# Copyright (C) 2010-2013 (see AUTHORS file for a list of contributors) # -# This file is part of GNU Radio +# This file is part of GNSS-SDR. # -# GNU Radio is free software; you can redistribute it and/or modify +# GNSS-SDR is free software: you can 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, or (at your option) -# any later version. +# the Free Software Foundation, either version 3 of the License, or +# at your option) any later version. # -# GNU Radio is distributed in the hope that it will be useful, +# GNSS-SDR is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. +# along with GNSS-SDR. If not, see . +# ######################################################################## @@ -94,6 +93,7 @@ if(NOT GNURADIO_CORE_FOUND) message(FATAL_ERROR "GnuRadio Core required to compile gn3s") endif() + ######################################################################## # Setup the include and linker paths ########################################################################