# gps-meshtastic-module Kernel driver implementing the `gps-generic-module` driver interface. It is ported from [Meshtastic Firmware](https://github.com/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](https://github.com/meshtastic/firmware) (GPL-3.0-or-later); see the `From: ` comments in those files for the exact origin of each ported function.