From ed978f61a6f77691bf75fb753ad501dc57765941 Mon Sep 17 00:00:00 2001 From: Klaus Weinbauer <51136324+klausweinbauer@users.noreply.github.com> Date: Wed, 22 Mar 2023 18:46:38 +0100 Subject: [PATCH] Add license info to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b9a2984..4c0d878 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ [![coverage](https://codecov.io/gh/klausweinbauer/LEVEL/branch/main/graph/badge.svg?token=5HUYULMUZQ)](https://codecov.io/gh/klausweinbauer/LEVEL) LEVEL is a C/C++ implementation for ETSI standardized communication protocols Co-operative Awareness Messages (CAM) and Decentralized Environmental Notification basic service Messages (DENM) for Windows and Linux. These protocols are used for vehicle to vehicle (V2V) and vehicle to infrastructure (V2I) communication. This implementation uses UDP as the transport layer and supports multiple encoding rules. + +## License +LEVEL is licensed under [LGPLv3](LICENSE).