Skip to content

Commit 85d2555

Browse files
committed
FEATURE: Add SPDX license information
1 parent 2339d65 commit 85d2555

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

unittests/extract_param_defaults_test.py

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

33
'''
4-
Extracts parameter default values from an ArduPilot .bin file. Unittests.
4+
Extracts parameter default values from an ArduPilot .bin log file. Unittests.
55
6-
Amilcar do Carmo Lucas
6+
SPDX-FileCopyrightText: 2024 Amilcar do Carmo Lucas <[email protected]>
7+
8+
SPDX-License-Identifier: GPL-3.0-or-later
79
'''
810

911

0 commit comments

Comments
 (0)