From 313114410bc89ddd08ab6c9426b01b0b348a3354 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= <marcin.slusarz@intel.com>
Date: Thu, 13 Feb 2020 12:39:15 +0100
Subject: [PATCH] common: update location of Valgrind headers

---
 LICENSE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE
index e52a4ad7d..a4c2c94c0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -32,8 +32,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 Everything in this source tree is covered by the previous license
 with the following exceptions:
 
-* src/common/valgrind/valgrind.h, src/common/valgrind/memcheck.h,
-  src/common/valgrind/helgrind.h, src/common/valgrind/drd.h are covered by
+* src/core/valgrind/valgrind.h, src/core/valgrind/memcheck.h,
+  src/core/valgrind/helgrind.h, src/core/valgrind/drd.h are covered by
   another similar BSD license variant, contained in those files.
 
 * utils/cstyle (used only during development) licensed under CDDL.
-- 
GitLab