summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/android/qt_attribution.json
blob: 9599e5bfc1d34481b66be9d5a6488e677dc9e5b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "Id": "android-compass",
    "Name": "Android getRotationMatrix and getOrientation",
    "QDocModule": "qtsensors",
    "Description": "Code to calculate the rotation matrix and orientation of a compass, adopted from Android sources.",
    "QtUsage": "Used on Android, in the Android Sensor plugin.",
    "Files": "androidcompass.cpp",

    "License": "Apache License 2.0",
    "LicenseId": "Apache-2.0",
    "Copyright": "Copyright (C) 2008 The Android Open Source Project"
}