From ad95f25cc347d2a488f05bd18c93af94b8340f39 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm <philipp@uvos.xyz> Date: Tue, 16 May 2023 17:18:46 +0200 Subject: [PATCH] add Licence info to documentation --- README.md | 4 ++++ doc/mainpage.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 22011e4..25b9585 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,7 @@ $ make $ make install $ make doc ``` + +# Licence + +_libeisdrt_ is licenced to you under the LGPL version 3 , or (at your option) any later version. see lgpl-3.0.txt or [LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html) for details diff --git a/doc/mainpage.txt b/doc/mainpage.txt index c7b1645..353420e 100644 --- a/doc/mainpage.txt +++ b/doc/mainpage.txt @@ -112,4 +112,8 @@ int main(int argc, char** argv) } ``` +# Licence + +_libeisdrt_ is licenced to you under the LGPL version 3 , or (at your option) any later version. see lgpl-3.0.txt or [LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html) for details + */ -- GitLab