summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>1999-03-19 21:08:04 +0000
committerhpa <hpa>1999-03-19 21:08:04 +0000
commitcc4c4de3d6829deec03846222751d2674f68bf2a (patch)
tree11d026dbab3c92c6ac31f049e56bd770ba8b60fd /ldlinux.asm
parent701787beabb8a45ccf028f320bf4c60f2acc72eb (diff)
downloadsyslinux-1.43.tar.gz
Update copyrights to 1999syslinux-1.43
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index d8e6961f..873395c6 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -16,7 +16,7 @@
; then the first sector (cluster, really, but we can only assume 1 sector)
; of LDLINUX.SYS at 7E00h and finally the remainder of LDLINUX.SYS at 8000h.
;
-; Copyright (C) 1994-1998 H. Peter Anvin
+; Copyright (C) 1994-1999 H. Peter Anvin
;
; 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
@@ -39,7 +39,7 @@ HIGHMEM_MAX equ 03f000000h ; Highest address for an initrd
;
%define version_str VERSION ; Must be 4 characters long!
%define date DATE_STR ; Defined from the Makefile
-%define year '1998'
+%define year '1999'
;
; Debgging stuff
;