Fix REUSE-compliance warnings

This commit is contained in:
Javier Arribas 2021-12-05 21:52:21 +01:00
parent 28e9d20be7
commit 80ce6273bc
4 changed files with 32 additions and 16 deletions

View File

@ -1,9 +1,7 @@
; This is a GNSS-SDR configuration file ; This is a GNSS-SDR configuration file
; The configuration API is described at https://gnss-sdr.org/docs/sp-blocks/ ; The configuration API is described at https://gnss-sdr.org/docs/sp-blocks/
; SPDX-License-Identifier: GPL-3.0-or-later
; You can define your own receiver and invoke it by doing ; SPDX-FileCopyrightText: (C) 2010-2021 (see AUTHORS file for a list of contributors)
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
;
[GNSS-SDR] [GNSS-SDR]

View File

@ -1,9 +1,7 @@
; This is a GNSS-SDR configuration file ; This is a GNSS-SDR configuration file
; The configuration API is described at https://gnss-sdr.org/docs/sp-blocks/ ; The configuration API is described at https://gnss-sdr.org/docs/sp-blocks/
; SPDX-License-Identifier: GPL-3.0-or-later
; You can define your own receiver and invoke it by doing ; SPDX-FileCopyrightText: (C) 2010-2021 (see AUTHORS file for a list of contributors)
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
;
[GNSS-SDR] [GNSS-SDR]

View File

@ -1,8 +1,18 @@
/* /*!
* trackingcmd.cc * \file trackingcmd.cc
* \brief Class that stores information to update the GNSS signal tracking estimations
* \author Javier Arribas, 2021. jarribas(at)cttc.es
* *
* Created on: 20 ago. 2020 *
* Author: javier * -----------------------------------------------------------------------------
*
* GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
* This file is part of GNSS-SDR.
*
* Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
* SPDX-License-Identifier: GPL-3.0-or-later
*
* -----------------------------------------------------------------------------
*/ */
#include "trackingcmd.h" #include "trackingcmd.h"

View File

@ -1,8 +1,18 @@
/* /*!
* trackingcmd.h * \file trackingcmd.h
* \brief Class that stores information to update the GNSS signal tracking estimations
* \author Javier Arribas, 2021. jarribas(at)cttc.es
* *
* Created on: 20 ago. 2020 *
* Author: javier * -----------------------------------------------------------------------------
*
* GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
* This file is part of GNSS-SDR.
*
* Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
* SPDX-License-Identifier: GPL-3.0-or-later
*
* -----------------------------------------------------------------------------
*/ */
#ifndef SRC_ALGORITHMS_LIBS_TRACKINGCMD_H_ #ifndef SRC_ALGORITHMS_LIBS_TRACKINGCMD_H_