the following patch was just integrated into master: commit 7d75fbd223d097886dd441acb2ef0f7a4c3db36f Author: Paul Menzel paulepanter@users.sourceforge.net Date: Wed Feb 20 13:40:14 2013 +0100
Persimmon: Replace tab with space in address in license header
The following commit was too eager replacing spaces with tabs.
commit 36abff1dc8e74beafa47ad83de17416681970916 Author: Marc Jones marcj303@gmail.com Date: Mon Nov 7 23:26:14 2011 -0700
Cleanup Persimmon mainboard whitespace.
Reviewed-on: http://review.coreboot.org/427
Fix that with the following command.
$ git grep -l 'Floor, Boston, MA'$'\t''02110-1301 USA' | xargs sed -i 's/Boston, MA[ ]*02110-1301 USA/Boston, MA 02110-1301 USA/'
Change-Id: Ia118a8c19d94ce1f1048280a0f1d49d447cfa2a7 Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-on: http://review.coreboot.org/2461 Tested-by: build bot (Jenkins) Reviewed-by: Jens Rottmann JRottmann@LiPPERTembedded.de Reviewed-by: Cristian Măgherușan-Stanciu cristi.magherusan@gmail.com
Build-Tested: build bot (Jenkins) at Wed Feb 20 14:00:02 2013, giving +1 See http://review.coreboot.org/2461 for details.
-gerrit