1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-16 10:09:58 +00:00

Add SPDX license id in header

This commit is contained in:
Carles Fernandez 2020-02-08 18:39:21 +01:00
parent d1cb49b127
commit bdc8c71e31
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -13,18 +13,7 @@
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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 GNSS-SDR. If not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: GPL-3.0-or-later
*
* -------------------------------------------------------------------------
*/
@ -32,7 +21,6 @@
#include "tracking_discriminators.h"
#include <gtest/gtest.h>
#include <cmath>
//#include <cstddef>
#include <vector>
double BpskCorrelationFunction(double offset_in_chips)