From dc5cdfe564c18af58e96e3fb11f3456979d654cd Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sat, 21 May 2022 00:48:11 +0200 Subject: [PATCH] Update README to reflect license change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3179f..6576c73 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The original repository is now located on my own git-server at [https://git.good It is mirrored to github with every push, so both should be in sync. # libvhdl -A LGPL3 licensed library of reusable components for VHDL designs and testbenches. +A permissive licensed library of reusable components for VHDL designs and testbenches. The intention of this library is not to realize the most optimized and highest performing code. Instead it serves more as an example how to implement various things in VHDL and test them efficiently.