aboutsummaryrefslogtreecommitdiffstats
path: root/core/isolinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-03-31 09:30:32 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-03-31 09:30:32 -0700
commite297dc0a78dcc28392f948f050c123879bbbc41a (patch)
treeae77c19c0d189d1a11b1090663b503e3f1ee8e04 /core/isolinux.asm
parent1cb06f94c9c1525975254ed41942098d7a741840 (diff)
downloadsyslinux-e297dc0a78dcc28392f948f050c123879bbbc41a.tar.gz
Banner: "and contributors" is just too long; try "et al"
Impact: aestetics Change "and contributors" to "et al" so that the message actually fits on one line. This is unfortunate, but what can you do... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/isolinux.asm')
-rw-r--r--core/isolinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index 2da96d4a..f87176b5 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -1029,7 +1029,7 @@ writestr_early equ writestr
syslinux_banner db CR, LF, 'ISOLINUX ', VERSION_STR, ' ', DATE_STR, ' ', 0
copyright_str db ' Copyright (C) 1994-'
asciidec YEAR
- db ' H. Peter Anvin and contributors', CR, LF, 0
+ db ' H. Peter Anvin et al', CR, LF, 0
isolinux_str db 'isolinux: ', 0
%ifdef DEBUG_MESSAGES
startup_msg: db 'Starting up, DL = ', 0