* 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>
* Add a small script that will generate a tasklist by running
"git diff origin/master" and doing some simple checks on the
newly added line.
I run this script like that in the top level Qt creator
source directory:
while true; do scripts/mytasks.pl > qtcreator.tasks ; sleep 600 ; done
This updates the tasklist every 10min. Qt Creator will detect the change
and reload the list.