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.optional | 1 + 1 file changed, 1 insertion(+) create mode 100644 .qt-license-check.optional (limited to '.qt-license-check.optional') diff --git a/.qt-license-check.optional b/.qt-license-check.optional new file mode 100644 index 000000000..f24103ba2 --- /dev/null +++ b/.qt-license-check.optional @@ -0,0 +1 @@ +^src/libs/kdtools/ -- cgit v1.2.3