From a78efe614d7a45cc142134523f686c82c77bc2d2 Mon Sep 17 00:00:00 2001 From: Florian Fischer <florian.fischer@muhq.space> Date: Wed, 1 Jun 2022 19:29:12 +0200 Subject: [PATCH] mention license in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c6f95f2..3537c75 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,9 @@ make data | ./calc_stats.py | ./gen-boxplots.py > boxplots.tex * callback using pthreads * io_uring * linux_aio + +# License + +Code in this repository, if not otherwise noted, is licensed under the term of +Version 3 of the GPL or any later version. See the LICENSE file for the full +text of the license. -- GitLab