From 1f6cbbe7a519338415d1a6b62a7c99e112c85c99 Mon Sep 17 00:00:00 2001
From: Andy Green <andy@warmcat.com>
Date: Mon, 7 May 2018 11:27:50 +0800
Subject: [PATCH] update LICENSE against refactors

---
 LICENSE | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/LICENSE b/LICENSE
index c2f3dcac..6c7cd90c 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
-- 
GitLab