From: Robert Millan Date: Fri, 15 Jan 2010 17:12:37 +0000 (+0000) Subject: 2010-01-15 Robert Millan X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf2395e50cb8379b9f12381e36fb09a028d995a;p=thirdparty%2Fgrub.git 2010-01-15 Robert Millan * doc/boot.S: Slight adjustment to make makeinfo happy. * doc/kernel.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index b8923bce2..cdc8bb79b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-15 Robert Millan + + * doc/boot.S: Slight adjustment to make makeinfo happy. + * doc/kernel.c: Likewise. + 2010-01-15 Vladimir Serbinenko * doc/kernel.c (cmain): Handle EGA text video information. diff --git a/doc/boot.S b/doc/boot.S index 849c055cd..0db813cd1 100644 --- a/doc/boot.S +++ b/doc/boot.S @@ -1,6 +1,6 @@ /* boot.S - bootstrap the kernel */ -/* Copyright (C) 1999, 2001, 2010 Free Software Foundation, Inc. */ -/* +/* Copyright (C) 1999, 2001, 2010 Free Software Foundation, Inc. + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/doc/kernel.c b/doc/kernel.c index 09ecb2c70..d8a5323a7 100644 --- a/doc/kernel.c +++ b/doc/kernel.c @@ -1,6 +1,6 @@ /* kernel.c - the C part of the kernel */ -/* Copyright (C) 1999, 2010 Free Software Foundation, Inc. */ -/* +/* Copyright (C) 1999, 2010 Free Software Foundation, Inc. + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or