the following patch was just integrated into master: commit a8ae1c66f919a41c8756d0cdb09a77243d1121eb Author: Paul Menzel paulepanter@users.sourceforge.net Date: Wed Feb 20 13:21:20 2013 +0100
Whitespace: Replace tab character in license text with two spaces
For whatever reason tabs got inserted in the license header text. Remove one occurrence of that with the following command [1].
$ git grep -l 'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.'$'\t' | xargs sed -i 's,MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.[ ]*,MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\ \ ,'
[1] http://sed.sourceforge.net/grabbag/tutorials/sedfaq.txt
Change-Id: Iaf4ed32c32600c3b23c08f8754815b959b304882 Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-on: http://review.coreboot.org/2460 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 13:42:16 2013, giving +1 See http://review.coreboot.org/2460 for details.
-gerrit