Skip to content

Commit 7d381d5

Browse files
committed
docs: update license to GPL-3.0-or-later in metadata and documentation
1 parent c37eee7 commit 7d381d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bbl_parser"
33
version = "0.9.0"
44
edition = "2021"
55
authors = ["nerdCopter"]
6-
license = "AGPL-3.0"
6+
license = "GPL-3.0-or-later"
77
description = "Parser for Betaflight/EmuFlight/INAV blackbox log files"
88
keywords = ["betaflight", "blackbox", "drone", "flight-log", "parser"]
99
categories = ["parsing", "aerospace"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ The GitHub Actions CI enforces strict formatting and code quality:
501501

502502
## License
503503

504-
This project is provided as-is for educational and development use with flight controller blackbox logs.
504+
This project is licensed under GPL-3.0-or-later.
505505

506506
## Acknowledgments
507507

0 commit comments

Comments
 (0)