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.
gps-meshtastic-module
Kernel driver implementing the gps-generic-module driver interface.
It is ported from Meshtastic Firmware, so it has a GPL v3.0 license.
License
This module is licensed under GPL-3.0 (see LICENSE-GPL-3.0.md), separately from
the rest of Tactility (Apache-2.0). The probing and initialization logic (source/probe.cpp,
source/init.cpp, source/ublox.cpp and their private headers) is ported from
meshtastic/firmware (GPL-3.0-or-later); see the
From: <url> comments in those files for the exact origin of each ported function.