~ubuntu-sdk-team/ubuntu-ui-toolkit/ellipticSubTitles

« back to all changes in this revision

Viewing changes to tests/license/checklicense.sh

Add support for interacting with Content Hub Clipboard UI via DBus calls. Fixes: https://bugs.launchpad.net/bugs/1563440.

Approved by ubuntu-sdk-build-bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
include_files="\.(c(c|pp|xx)?|h(h|pp|xx)?|p(l|m)|php|py(|x)|java|js|vala|qml)$"
20
20
exclude_dirs="(3rd_party|qrc_|moc_|_build|include)"
21
 
allowed_licenses="(Canonical|Android|Google|Digia)"
 
21
allowed_licenses="(Canonical|Android|Google|Digia|Qt Company Ltd)"
22
22
issues_count=`licensecheck --noconf -r * --copyright -m -c $include_files -i $exclude_dirs | egrep -v $allowed_licenses | wc -l`
23
23
 
24
24
if [ $issues_count -eq 0 ]; then