summaryrefslogtreecommitdiffstats
path: root/examples/tutorial/CodeSection.qml
Commit message (Collapse)AuthorAgeFilesLines
* Changed contact detailsTeemu Kaukoranta2013-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | Contact details from qt-project.org to qt-project.org/legal Used the following command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*|.*Contact.*' {} \; | tee >(xargs sed -i -r '1,50 { /INdT|copy[a-z]*[ ]*=/ !{ 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.* |.*https:\/\/p.rizon.top:443\/http\/qt\.nokia\.com\/contact.*|.*qt-sales@nokia\.com.* |.*https:\/\/p.rizon.top:443\/http\/www\.qt-project\.org\/.*)/ \1Contact: https:\/\/p.rizon.top:443\/http\/www\.qt-project\.org\/legal/I') >(xargs sed -i -r '1,50{/(^[ \t:#*;/"\\-]*)(all rights reserved.*)/Id}') Change-Id: I9c3e3b701dd1e14b76bef8b216e9c9e3294843cd Reviewed-by: Sergio Ahumada <[email protected]>
* Fixed licensesTeemu Kaukoranta2013-05-231-21/+21
| | | | | | | | | | | | Updated licenses using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Reviewed-by: Janne Anttila <[email protected]>, Sergio Ahumada <[email protected]> Change-Id: Ic7a632fdaa54433c3267f9423bc61f77fe3149ae Reviewed-by: Sergio Ahumada <[email protected]> Reviewed-by: Janne Anttila <[email protected]>
* Fix license and install to "right" locationGunnar Sletta2012-11-261-27/+32
|
* Added BSD license headers to all files...Gunnar Sletta2011-05-201-0/+36
|
* Moved hello to tutorialGunnar Sletta2011-05-181-0/+33