requests on our [GitHub tracker].
In this file you can find:
+ * [License and SPDX](#license-and-spdx)
* [Commit style and history](#commit-style-and-history)
* [Using commit trailers](#using-commit-trailers)
+ [Signed-off-by](#signed-off-by)
* [Tools manual pages](#tools-manual-pages)
* [Tools shell completion](#tools-shell-completion)
+## License and SPDX
+
+The project uses `GPLv2+` for `tools/` and `LGPLv2.1+` for everything else.
+New tools should be licensed under `LGPLv2.1+` to make it easy to migrate code
+to other places when/if needed. When adding new files use the respective
+`SPDX-License-Identifier:` instead of the complete license text.
+
## Commit style and history
The kmod project uses a [linear, "recipe" style] history. This means that