aboutsummaryrefslogtreecommitdiffstats
path: root/header.GPL-EXCEPT-QTAS
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright headersDominik Holland2017-02-031-1/+1
| | | | | Change-Id: I3886fa569f304c509023db1226deb70d9af9eaa3 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Renamed the classes and imports to match the Qt conventionsDominik Holland2016-05-241-1/+1
| | | | | | | | | | | | | | | | | | | QML: import QtIVICore 1.0 -> import QtIvi 1.0 import QtIVIVehicleFunctions 1.0 -> import QtIvi.VehicleFunctions 1.0 On C++ side: Includes: - #include <QtIviCore/QIviAbstractFeature> - #include <QtIviVehicleFunctions/QIviClimateControl> The renaming of the files will be done in separate commit to make the diffs easier to read Task-number: QTAUTO-40 Task-number: QTAUTO-41 Change-Id: I2efdaf1f4a15e09481532df1333fa9883e82d1fb Reviewed-by: Johan Thelin <johan.thelin@pelagicore.com>
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-0/+27
Change-Id: Id4a3c96495d97e666f0273671c231dbbd4beeaff Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>