summaryrefslogtreecommitdiffstats
path: root/licenseRule.json
diff options
context:
space:
mode:
Diffstat (limited to 'licenseRule.json')
-rw-r--r--licenseRule.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/licenseRule.json b/licenseRule.json
index d68d5838..a0afe773 100644
--- a/licenseRule.json
+++ b/licenseRule.json
@@ -69,6 +69,11 @@
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"]
},
+ "src/plugins/sensors/android/androidcompass.cpp" : {
+ "comment" : "File contains code copied from Android project",
+ "file type" : "module and plugin",
+ "spdx" : ["Apache-2.0"]
+ },
"tests/" : {
"comment" : "Default",
"file type" : "test",
@@ -79,7 +84,7 @@
"file type" : "examples and snippets",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
- "config.tests/" : {
+ "config\\.tests/" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]