the following patch was just integrated into master: commit a46a712610c130cdadfe1ebf6bec9ad22e474dac Author: Paul Menzel paulepanter@users.sourceforge.net Date: Sat Feb 23 18:37:27 2013 +0100
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
In the file `COPYING` in the coreboot repository and upstream [1] just one space is used.
The following command was used to convert all files.
$ git grep -l 'MA 02' | xargs sed -i 's/MA 02/MA 02/'
[1] http://www.gnu.org/licenses/gpl-2.0.txt
Change-Id: Ic956dab2820a9e2ccb7841cab66966ba168f305f Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-on: http://review.coreboot.org/2490 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov anton.kochkov@gmail.com
Build-Tested: build bot (Jenkins) at Wed Feb 27 10:51:53 2013, giving +1 Reviewed-By: Anton Kochkov anton.kochkov@gmail.com at Fri Mar 1 10:02:57 2013, giving +2 See http://review.coreboot.org/2490 for details.
-gerrit