diff --git a/LICENSE b/LICENSE
index c2f3dcac4faa6fcf1bbb74965a3e4c0190557e8c..6c7cd90cdc6c5f52a75f32ed8f33385a0fbc200a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -33,20 +33,21 @@ to get original sources with the liberal terms.
 
 Original liberal license retained
 
-  - lib/sha-1.c         - 3-clause BSD license retained, link to original
+  - lib/misc/sha-1.c    - 3-clause BSD license retained, link to original
   - win32port/zlib      - ZLIB license (see zlib.h)
-  - lib/mbedtls_wrapper - Apache 2.0 (only built if linked against mbedtls)
+  - lib/tls/mbedtls/wrapper - Apache 2.0 (only built if linked against mbedtls)
 
 Relicensed to libwebsocket license
 
-  - lib/base64-decode.c - relicensed to LGPL2.1+SLE, link to original
-  - lib/daemonize.c     - relicensed from Public Domain to LGPL2.1+SLE,
-                          link to original Public Domain version
+  - lib/misc/base64-decode.c - relicensed to LGPL2.1+SLE, link to original
+  - lib/misc/daemonize.c     - relicensed from Public Domain to LGPL2.1+SLE,
+                               link to original Public Domain version
 
 Public Domain (CC-zero) to simplify reuse
 
   - test-apps/*.c
   - test-apps/*.h
+  - minimal-examples/*
   - lwsws/*
 
 ------ end of exceptions