]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2007-02-22 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Thu, 22 Feb 2007 16:01:03 +0000 (16:01 +0000)
committerrobertmh <robertmh@localhost>
Thu, 22 Feb 2007 16:01:03 +0000 (16:01 +0000)
* util/mkbimage: Update my email address, and remove my name from
some places where unnecessary credit is given.

ChangeLog
util/mkbimage

index 9af4b23a4d5376650ed3d370f9eed4170a3daaac..61fe9ae49b1741c034873480403c6818c51832c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-22  Robert Millan  <rmh@aybabtu.com>
+
+       * util/mkbimage: Update my email address, and remove my name from
+       some places where unnecessary credit is given.
+
 2006-09-10  Pavel Roskin  <proski@gnu.org>
 
        * netboot/natsemi.c: Fix compile error with gcc 4.1.1.  Cast
index 48b119c0ffde6eddb2636912a43cd7348e6ca167..c5ebdf8443307aa798762cfb394b78cc9a34c94b 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # MaKe a Bootable IMAGE --- 1.44, 2.88 and El Torito no-emulation mode
 # C) 2001,2002,2003 Thierry Laronde <tlaronde@polynum.org>
-# C) 2001,2002,2003 Robert Millan <robertmh@gnu.org>
+# C) 2001,2002,2003 Robert Millan <rmh@aybabtu.com>
 
 
 # This program is free software; you can redistribute it and/or modify
@@ -94,15 +94,13 @@ Options:
            display Version information and exit
 
 Copyright (c) 2001,2002,2003 Thierry Laronde <tlaronde@polynum.org>. 
-Copyright (c) 2001,2002 Robert Millan <zeratul2@wanadoo.es>.
 GPLed."
 
 version="mkbimage $version_number
 
-Written by Thierry Laronde and Robert Millan.
+Written by Thierry Laronde.
 
 Copyright (c) 2001,2002,2003 Thierry Laronde <tlaronde@polynum.org>.
-Copyright (c) 2001,2002,2003 Robert Millan <zeratul2@wanadoo.es>.
 
 This is free software under the GPL version 2 or later; see the source for 
 copying conditions.  There is NO warranty, not even for MERCHANTABILITY or