diff options
author | Jeroen Janssen <japj@xs4all.nl> | 2004-04-18 09:15:22 +0000 |
---|---|---|
committer | Jeroen Janssen <japj@xs4all.nl> | 2004-04-18 09:15:22 +0000 |
commit | f410631e3cec42af33d895380798566567f1a53c (patch) | |
tree | ec4ca9715e754535473d373a4152fd073f0d5df2 | |
parent | 0ea73d120c1357171361042f0c7068bbe1013da6 (diff) |
updated my email address + put vgabios url in the bios copyright string
(instead of my old email address)
-rw-r--r-- | tests/lfbprof/lfbprof.c | 2 | ||||
-rw-r--r-- | vbe.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lfbprof/lfbprof.c b/tests/lfbprof/lfbprof.c index bec70f4..df37452 100644 --- a/tests/lfbprof/lfbprof.c +++ b/tests/lfbprof/lfbprof.c @@ -15,7 +15,7 @@ * SuperVGA video modes that support a linear framebuffer. * * -* 2002/02/18: Jeroen Janssen <japj@darius.demon.nl +* 2002/02/18: Jeroen Janssen <japj at xs4all dot nl> * - fixed unsigned short for mode list (-1 != 0xffff otherwise) * - fixed LfbMapRealPointer macro mask problem (some modes were skipped) * @@ -59,7 +59,7 @@ extern Bit16u vbebios_mode_list; ASM_START // FIXME: 'merge' these (c) etc strings with the vgabios.c strings? _vbebios_copyright: -.ascii "Bochs/Plex86 VBE(C) 2003 Jeroen Janssen <japj@darius.demon.nl>" +.ascii "Bochs/Plex86 VBE(C) 2003 http://savannah.nongnu.org/projects/vgabios/" .byte 0x00 _vbebios_vendor_name: |