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.
This commit is contained in:
robertmh 2007-02-22 16:01:03 +00:00
parent c819ffee91
commit 1d99c80935
2 changed files with 7 additions and 4 deletions

View file

@ -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

View 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