mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-04 17:16:26 +00:00
Copyright update in gr-dbfcttc sources
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@480 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
19daab3677
commit
0286006b8e
@ -1,21 +1,31 @@
|
|||||||
/* -*- c++ -*- */
|
/*!
|
||||||
/*
|
* \file raw_array.h
|
||||||
* Copyright 2014 <+YOU OR YOUR COMPANY+>.
|
* \brief GNU Radio source block to acces to experimental GNSS Array platform.
|
||||||
|
* \author Javier Arribas, 2014. jarribas(at)cttc.es
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* -------------------------------------------------------------------------
|
||||||
|
*
|
||||||
|
* Copyright (C) 2010-2014 (see AUTHORS file for a list of contributors)
|
||||||
|
*
|
||||||
|
* GNSS-SDR is a software defined Global Navigation
|
||||||
|
* Satellite Systems receiver
|
||||||
|
*
|
||||||
|
* This file is part of GNSS-SDR.
|
||||||
|
*
|
||||||
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 3, or (at your option)
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* any later version.
|
* at your option) any later version.
|
||||||
*
|
*
|
||||||
* This software 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
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this software; see the file COPYING. If not, write to
|
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* the Free Software Foundation, Inc., 51 Franklin Street,
|
*
|
||||||
* Boston, MA 02110-1301, USA.
|
* -------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,21 +1,31 @@
|
|||||||
/* -*- c++ -*- */
|
/*!
|
||||||
/*
|
* \file qa_raw_array.cc
|
||||||
* Copyright 2014 <+YOU OR YOUR COMPANY+>.
|
* \brief GNU Radio source block to acces to experimental GNSS Array platform.
|
||||||
|
* \author Javier Arribas, 2014. jarribas(at)cttc.es
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* -------------------------------------------------------------------------
|
||||||
|
*
|
||||||
|
* Copyright (C) 2010-2014 (see AUTHORS file for a list of contributors)
|
||||||
|
*
|
||||||
|
* GNSS-SDR is a software defined Global Navigation
|
||||||
|
* Satellite Systems receiver
|
||||||
|
*
|
||||||
|
* This file is part of GNSS-SDR.
|
||||||
|
*
|
||||||
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 3, or (at your option)
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* any later version.
|
* at your option) any later version.
|
||||||
*
|
*
|
||||||
* This software 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
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this software; see the file COPYING. If not, write to
|
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* the Free Software Foundation, Inc., 51 Franklin Street,
|
*
|
||||||
* Boston, MA 02110-1301, USA.
|
* -------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,24 +1,35 @@
|
|||||||
/* -*- c++ -*- */
|
/*!
|
||||||
/*
|
* \file qa_raw_array.h
|
||||||
* Copyright 2014 <+YOU OR YOUR COMPANY+>.
|
* \brief GNU Radio source block to acces to experimental GNSS Array platform.
|
||||||
|
* \author Javier Arribas, 2014. jarribas(at)cttc.es
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* -------------------------------------------------------------------------
|
||||||
|
*
|
||||||
|
* Copyright (C) 2010-2014 (see AUTHORS file for a list of contributors)
|
||||||
|
*
|
||||||
|
* GNSS-SDR is a software defined Global Navigation
|
||||||
|
* Satellite Systems receiver
|
||||||
|
*
|
||||||
|
* This file is part of GNSS-SDR.
|
||||||
|
*
|
||||||
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 3, or (at your option)
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* any later version.
|
* at your option) any later version.
|
||||||
*
|
*
|
||||||
* This software 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
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this software; see the file COPYING. If not, write to
|
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* the Free Software Foundation, Inc., 51 Franklin Street,
|
*
|
||||||
* Boston, MA 02110-1301, USA.
|
* -------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _QA_RAW_ARRAY_H_
|
#ifndef _QA_RAW_ARRAY_H_
|
||||||
#define _QA_RAW_ARRAY_H_
|
#define _QA_RAW_ARRAY_H_
|
||||||
|
|
||||||
|
@ -1,21 +1,31 @@
|
|||||||
/* -*- c++ -*- */
|
/*!
|
||||||
/*
|
* \file raw_array_impl.cc
|
||||||
* Copyright 2014 <+YOU OR YOUR COMPANY+>.
|
* \brief GNU Radio source block to acces to experimental GNSS Array platform.
|
||||||
|
* \author Javier Arribas, 2014. jarribas(at)cttc.es
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* -------------------------------------------------------------------------
|
||||||
|
*
|
||||||
|
* Copyright (C) 2010-2014 (see AUTHORS file for a list of contributors)
|
||||||
|
*
|
||||||
|
* GNSS-SDR is a software defined Global Navigation
|
||||||
|
* Satellite Systems receiver
|
||||||
|
*
|
||||||
|
* This file is part of GNSS-SDR.
|
||||||
|
*
|
||||||
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 3, or (at your option)
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* any later version.
|
* at your option) any later version.
|
||||||
*
|
*
|
||||||
* This software 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
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this software; see the file COPYING. If not, write to
|
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* the Free Software Foundation, Inc., 51 Franklin Street,
|
*
|
||||||
* Boston, MA 02110-1301, USA.
|
* -------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -1,23 +1,34 @@
|
|||||||
/* -*- c++ -*- */
|
/*!
|
||||||
/*
|
* \file raw_array_impl.h
|
||||||
* Copyright 2014 <+YOU OR YOUR COMPANY+>.
|
* \brief GNU Radio source block to acces to experimental GNSS Array platform.
|
||||||
|
* \author Javier Arribas, 2014. jarribas(at)cttc.es
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* -------------------------------------------------------------------------
|
||||||
|
*
|
||||||
|
* Copyright (C) 2010-2014 (see AUTHORS file for a list of contributors)
|
||||||
|
*
|
||||||
|
* GNSS-SDR is a software defined Global Navigation
|
||||||
|
* Satellite Systems receiver
|
||||||
|
*
|
||||||
|
* This file is part of GNSS-SDR.
|
||||||
|
*
|
||||||
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 3, or (at your option)
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* any later version.
|
* at your option) any later version.
|
||||||
*
|
*
|
||||||
* This software 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
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this software; see the file COPYING. If not, write to
|
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* the Free Software Foundation, Inc., 51 Franklin Street,
|
*
|
||||||
* Boston, MA 02110-1301, USA.
|
* -------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef INCLUDED_DBFCTTC_RAW_ARRAY_IMPL_H
|
#ifndef INCLUDED_DBFCTTC_RAW_ARRAY_IMPL_H
|
||||||
#define INCLUDED_DBFCTTC_RAW_ARRAY_IMPL_H
|
#define INCLUDED_DBFCTTC_RAW_ARRAY_IMPL_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user