Update copyright dates

For futur references:

List and inspect © to be updated
$ egrep '2007-[0-9]{4}' -r examples/ tools/ src/ include/ license.txt

Update all ©
$ egrep --null -l '2007-[0-9]{4}' -r examples/ tools/ src/ include/ license.txt | xargs -0 -P4 sed -i '' -E 's/^(.*)2007-[0-9]{4}(.*)$/\12007-2016\2/'
This commit is contained in:
Marco Antognini 2016-08-05 13:36:20 +02:00 committed by Lukas Dürrenberger
parent 3a2e176e59
commit ac50bf8648
354 changed files with 354 additions and 354 deletions