3 # FreeEMS - the open source engine management system
7 # Copyright 2010 Fred Cooke
9 # This file is part of the FreeEMS project.
11 # FreeEMS software is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License as published by
13 # the Free Software Foundation, either version 3 of the License, or
14 # (at your option) any later version.
16 # FreeEMS software is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU General Public License for more details.
21 # You should have received a copy of the GNU General Public License
22 # along with any FreeEMS software. If not, see http://www.gnu.org/licenses/
24 # We ask that if you make any changes to this file you email them upstream to
25 # us at admin(at)diyefi(dot)org or, even better, fork it on www.github.com!!!
27 # Thank you for choosing FreeEMS to run your engine!
30 # The following line takes a file with the formate <num><space><num><space><filename/path> and looks for years that need updating.
31 #for f in $(perl -lne '/^\d+\s+\d+\s+(.*)/ && print $1' files.2009); do perl -i.bkp -lpe 's/2008 /2008, 2009 /g unless /2009/' "$f"; done
32 # update to new fliename, yearset etc before using, hence commented out. list generated with git diff --numstat hash1 hash2