summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2002-01-02 07:09:50 +0000
committerhpa <hpa>2002-01-02 07:09:50 +0000
commit3992becdb3d8e424506976518d8a3da011f954be (patch)
treeaea1fe0c3f2368e6485065403cdc12eec648b875 /ldlinux.asm
parenta0208c5997d850e3c8a6369f1bad8914114e4077 (diff)
downloadsyslinux-3992becdb3d8e424506976518d8a3da011f954be.tar.gz
Update copyright date, and change work-in-progress version to 1.67.
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 fc58af47..62e8537e 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-2001 H. Peter Anvin
+; Copyright (C) 1994-2002 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
@@ -40,7 +40,7 @@ BAUD_DIVISOR equ 115200 ; Serial port parameter
;
%define version_str VERSION ; Must be 4 characters long!
%define date DATE_STR ; Defined from the Makefile
-%define year '2001'
+%define year '2002'
;
; Debgging stuff
;