summaryrefslogtreecommitdiffstats
path: root/src/mimetypes/qmimetyperegistry.h
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-21/+22
| | | | | | | | | | | | 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>
* Corrected file extention to filename extension.Wolf-Michael Bolle2011-09-191-3/+3
| | | | | | | Change-Id: Ic3853ace953678878659d86769f696846fffbc84 Reviewed-on: http://codereview.qt-project.org/5125 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* Removed all mutable methods from QMimeTypeRegistry.Wolf-Michael Bolle2011-09-151-29/+3
| | | | | | | Change-Id: I40877b9263a6774030f40932479d2ba1e21de42b Reviewed-on: http://codereview.qt-project.org/5020 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.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>
* Cleanup work to match Qt habits.Wolf-Michael Bolle2011-09-071-0/+126
Change-Id: I6f177c05ac464e13096ed9d517736e0b06773f66 Reviewed-on: http://codereview.qt.nokia.com/4340 Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>