Added really lame script to update copyright year.
[hub.git] / contrib / update_year.sh
1 #!/bin/sh
2
3 # Really lame ...
4 find application/ -type f -print0 | xargs -0 sed -i 's/2015 Hub/2016 Hub/g'