mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
- Split up `gps-generic-module` into: - `gps-generic-module` that contains only interfaces/configs/bindings (Apache license) - `gps-meshtastic-module` that contains an implementation (GPL license) - Update `LICENSE.md` for changes, but also added clarifications - Added licenses to directories where they were missing - Changed license of some test projects from GPL to Apache.
11 lines
375 B
Markdown
11 lines
375 B
Markdown
# gps-generic-module
|
|
|
|
This module contains only the generic interfaces to implement a driver.
|
|
|
|
It serves as an interface for other GPS implementations, such as `gps-meshtastic-module`.
|
|
The purpose is to provide an Apache-licensed interface while the implementation can be GPL-licensed.
|
|
|
|
## License
|
|
|
|
This module is licensed under [Apache License v2.0](LICENSE-Apache-2.0.md).
|