aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/fixCopyright.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update License according to aggrement with Free Qt FoundationTobias Hunger2016-01-191-0/+25
| | | | | | | | | * Make sure all scripts come with a license * Update the license in the scripts * Add scripts to help with license changes Change-Id: I38a25aa1287ee8a75e0f0307d1b30320d781ad1f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update copyright check scriptTobias Hunger2012-10-051-2/+2
| | | | | | | | Use perl instead of bash and avoid lots of rereading of the file, making the script much faster to run. Change-Id: Ic898f324b2952c593b89d8efca8ea1e344cf5858 Reviewed-by: hjk <qthjk@ovi.com>
* Add scripts to check/fix copyright headers.Tobias Hunger2010-01-071-0/+31
* Add a script that will report files without copyright headers. (see hasCopyright.sh for sample usage). * Add a script that will add a header to files. (see fixCopyright.sh for sample usage). Reviewed-by: Roberto Raggi