summaryrefslogtreecommitdiffstats
path: root/simpletest
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Nokia copyrights and contact detailsHEADmasterTeemu Kaukoranta2013-05-271-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Replaced Nokia copyrights with correct Digia copyrights. Text in front of copyright is now retained: ** File is part of Foo, Copyright Nokia... -> ** File is part of Foo, Copyright Digia... Replaced Nokia contact details with Digia's. Removing "All Rights Reserved" no longer leaves an empty line. Used the following command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*|.*Contact.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,50 { /INdT/ !{ s/(^[ \t:#*]*)([a-z ]*)(Copyright.*Nokia.*)/ \1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I } }') >(xargs sed -i -r '1,50 s/(^[ \t:#*]*)(.*info@qt\.nokia\.com.* |.*INSERT EMAIL ADDRESS.*|.*qt-info@nokia\.com.* |.*qt-label1@nokia\.com.*|.*http:\/\/qt\.nokia\.com\/contact.* |.*qt-sales@nokia\.com.*) /\1Contact: http:\/\/www\.qt-project\.org\/legal/I') >(xargs sed -i -r '1,50{/(^[ \t:#*]*)(all rights reserved.*)/Id}') Change-Id: I7bb83e506f202c1d90034aa1ff60839a0a11e42f Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fixed licensesTeemu Kaukoranta2013-05-231-22/+23
| | | | | | | | | | | | Updated licenses using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Reviewed-by: Janne Anttila <janne.anttila@digia.com>; Sergio Ahumada <sergio.ahumada@digia.com> Change-Id: Ibc6f318932ef6fbd46a9a01f133124ba7a80424f Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* Added missing license documentation.Wolf-Michael Bolle2011-09-131-0/+41
| | | | | | | Change-Id: Ibb508579b73b5089ca1453b4226f6226aaf42ed4 Reviewed-on: http://codereview.qt-project.org/4808 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* Corrected the name of the library.Wolf-Michael Bolle2011-09-131-1/+1
| | | | | | | Change-Id: I2951a5405669185c6d78e6ea77959d3450c6c9d6 Reviewed-on: http://codereview.qt-project.org/4796 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* No space after -LWolf-Michael Bolle2011-09-091-1/+1
| | | | | | Change-Id: I316c67ca8291ff278efbb6019039e26b0372852b Reviewed-on: http://codereview.qt-project.org/4551 Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* Renamed the library.Wolf-Michael Bolle2011-09-081-1/+1
| | | | | | | | Renamed the library from libmt-mimetypes.so to libQtAddOnMimeTypes.so Change-Id: Ibce0d3785eb562db6aad16c14272e5bd4ceeb5d7 Reviewed-on: http://codereview.qt-project.org/4446 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* Removed local install weirdnesses.Wolf-Michael Bolle2011-09-081-4/+9
| | | | | | | Change-Id: I3be4e92e76918b05f17a20b59a6168d6154897ea Reviewed-on: http://codereview.qt-project.org/4445 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* Cleanup work to match Qt habits.Wolf-Michael Bolle2011-09-072-8/+8
| | | | | | Change-Id: I6f177c05ac464e13096ed9d517736e0b06773f66 Reviewed-on: http://codereview.qt.nokia.com/4340 Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* Initial commit of QtAddonMimetypeWolf-Michael Bolle2011-08-292-0/+57