From 899c5fe4a0b0b5f3c943367779b54521e5d33bce Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Wed, 30 Dec 2015 09:06:04 +0200 Subject: Add .qt-license-check.exclude and .qt-license-check.optional rules Installer-framework has two imported third party modules. src/libs/7zip: - Do not attempt to check for license headers for these files, use exclude filter. src/libs/kdtools - If license headers exist then check those i.e. optional. These files are contributed by KDAB. Change-Id: Ie3c7507c0386680ae84987628291a9612590a4f7 Reviewed-by: Simon Hausmann --- .qt-license-check.exclude | 1 + 1 file changed, 1 insertion(+) create mode 100644 .qt-license-check.exclude (limited to '.qt-license-check.exclude') diff --git a/.qt-license-check.exclude b/.qt-license-check.exclude new file mode 100644 index 000000000..fda0faf15 --- /dev/null +++ b/.qt-license-check.exclude @@ -0,0 +1 @@ +^src/libs/7zip/ -- cgit v1.2.3