Skip to content

Commit 938ec1d

Browse files
committed
IMPROVEMENT: SPDX headers
1 parent eb786f5 commit 938ec1d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

MethodicConfigurator/annotate_params.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414
Supports AP_Periph, AntennaTracker, ArduCopter, ArduPlane, ArduSub, Blimp, Heli, Rover and SITL vehicle types
1515
Supports both Mission Planner and MAVProxy file formats
1616
Supports sorting the parameters
17+
1718
Has unit tests with 88% coverage
1819
19-
Author: Amilcar do Carmo Lucas
20+
SPDX-FileCopyrightText: 2024 Amilcar do Carmo Lucas <[email protected]>
21+
22+
SPDX-License-Identifier: GPL-3.0-or-later
2023
"""
2124

2225
from os import path as os_path

MethodicConfigurator/extract_param_defaults.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
#!/usr/bin/python3
22

33
'''
4-
Extracts parameter default values from an ArduPilot .bin log file.
4+
Extracts parameter values or parameter default values from an ArduPilot .bin log file.
55
66
Supports Mission Planner, MAVProxy and QGCS file format output
77
88
Currently has 95% unit test coverage
99
10-
Amilcar do Carmo Lucas
10+
SPDX-FileCopyrightText: 2024 Amilcar do Carmo Lucas <[email protected]>
11+
12+
SPDX-License-Identifier: GPL-3.0-or-later
1113
'''
1214

1315
import argparse

0 commit comments

Comments
 (0)