summaryrefslogtreecommitdiff
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
parent701787beabb8a45ccf028f320bf4c60f2acc72eb (diff)
downloadsyslinux-cc4c4de3d6829deec03846222751d2674f68bf2a.tar.gz
Update copyrights to 1999syslinux-1.43
-rw-r--r--README2
-rw-r--r--ldlinux.asm4
-rw-r--r--syslinux.doc6
3 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index d7c88317..672b2b07 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ http://www.cryogen.com/Nasm for information about nasm.
There is now a mailing list for SYSLINUX. See the end of syslinux.doc
for details.
-SYSLINUX is Copyright 1994-1998 H. Peter Anvin, and is free software;
+SYSLINUX is Copyright 1994-1999 H. Peter Anvin, and is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation,
Inc., 675 Mass Ave, Cambridge MA 02139, USA; either version 2 of the
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
;
diff --git a/syslinux.doc b/syslinux.doc
index 4b3d0d99..8630cfb3 100644
--- a/syslinux.doc
+++ b/syslinux.doc
@@ -1,10 +1,10 @@
SYSLINUX
- Version 1.42
- December 5, 1998
+ Version 1.43
+ March 19, 1999
A bootloader for Linux using MS-DOS floppies
- Copyright (C) 1994-1998 H. Peter Anvin
+ Copyright (C) 1994-1999 H. Peter Anvin
This program is provided under the terms of the GNU General Public
License, version 2 or, at your option, any later version. There is no