Skip to content

Commit d10464d

Browse files
committed
BUGFIX: SPDX works a bit differently than expected
1 parent 6ddfaf0 commit d10464d

20 files changed

+4
-3
lines changed

MethodicConfigurator/frontend_tkinter_parameter_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def show_about_window(root, version: str):
147147
"https://github.com/ArduPilot/MethodicConfigurator/issues/new"))
148148
licenses_button = ttk.Button(main_frame, text="Licenses",
149149
command=lambda: webbrowser_open(
150-
"https://github.com/ArduPilot/MethodicConfigurator/blob/master/LICENSES/CREDITS.md"))
150+
"https://github.com/ArduPilot/MethodicConfigurator/blob/master/credits/CREDITS.md"))
151151
source_button = ttk.Button(main_frame, text="Source Code",
152152
command=lambda: webbrowser_open(
153153
"https://github.com/ArduPilot/MethodicConfigurator"))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ To use and develop this software you must obey the [ArduPilot Methodic Configura
5959
## License
6060

6161
This project is licensed under the [GNU General Public License v3.0](LICENSE.md).
62-
It builds upon other [opensource software packages](LICENSES/CREDITS.md)
62+
It builds upon other [opensource software packages](credits/CREDITS.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)