1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-24 12:07:40 +00:00

Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/)

Update license headers to SPDX format (see https://spdx.org/)
Add license to all files
Add CI job in GitHub Actions to ensure compliance
This commit is contained in:
Carles Fernandez
2020-02-08 01:20:02 +01:00
parent 46b9402990
commit 4d0d263280
1863 changed files with 4823 additions and 13390 deletions

View File

@@ -1,3 +1,7 @@
{::comment}
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2018-2020 Carles Fernandez-Prades <carles.fernandez@cttc.es>
{:/comment}
# Custom structured data format definitions
Files in this folder describe structured data formats that are generated by

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-FileCopyrightText: 2018-2020 Carles Fernandez-Prades <carles.fernandez@cttc.es>
syntax = "proto3";
package gnss_sdr;

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-FileCopyrightText: 2018-2020 Carles Fernandez-Prades <carles.fernandez@cttc.es>
syntax = "proto3";
package gnss_sdr;