summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-04 14:48:10 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-04 14:48:10 -0700
commit390a4bf409a4574fe3272adf9f873ef78b78c167 (patch)
treec02cd9e41b83e301d4abc02093cb159ede3b8ae5
parent74ccc02fadda3d31b6ecc2a6ff68df037f9a62cb (diff)
downloadsyslinux-390a4bf409a4574fe3272adf9f873ef78b78c167.tar.gz
Update copyright notices; add Intel notices where appropriate
Update copyright notices. Per agreement with my new employer, Intel Corporation, add Intel copyright notices where appropriate. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--com32/LICENCE1
-rw-r--r--com32/MCONFIG3
-rw-r--r--com32/cmenu/Makefile1
-rw-r--r--com32/hdt/Makefile3
-rw-r--r--com32/include/com32.h27
-rw-r--r--com32/include/syslinux/config.h1
-rw-r--r--com32/include/syslinux/keyboard.h2
-rw-r--r--com32/include/syslinux/memscan.h1
-rw-r--r--com32/lib/sys/ansicon_write.c1
-rw-r--r--com32/lib/sys/argv.c1
-rw-r--r--com32/lib/sys/vesacon_write.c1
-rw-r--r--com32/lib/syslinux/dsinfo.c1
-rw-r--r--com32/lib/syslinux/keyboard.c2
-rw-r--r--com32/lib/syslinux/load_linux.c1
-rw-r--r--com32/lib/syslinux/memmap.c3
-rw-r--r--com32/lib/syslinux/memscan.c1
-rw-r--r--com32/lib/syslinux/shuffle.c1
-rw-r--r--com32/menu/readconfig.c3
-rw-r--r--com32/modules/Makefile1
-rw-r--r--com32/modules/kbdmap.c2
-rw-r--r--core/Makefile1
-rw-r--r--core/abort.inc3
-rw-r--r--core/bootsect.inc1
-rw-r--r--core/comboot.inc1
-rw-r--r--core/extlinux.asm3
-rw-r--r--core/getc.inc3
-rw-r--r--core/isolinux.asm1
-rw-r--r--core/ldlinux.asm1
-rw-r--r--core/loadhigh.inc3
-rw-r--r--core/parsecmd.inc1
-rw-r--r--core/parseconfig.inc1
-rw-r--r--core/pxelinux.asm1
-rw-r--r--core/runkernel.inc1
-rw-r--r--core/ui.inc3
-rw-r--r--gpxe/Makefile1
-rw-r--r--mbr/isohdpfx.S3
-rw-r--r--memdisk/Makefile3
-rw-r--r--memdisk/memdisk.inc1
-rw-r--r--memdisk/memdisk.ld12
-rw-r--r--memdisk/setup.c1
-rw-r--r--memdisk/start32.S21
41 files changed, 103 insertions, 20 deletions
diff --git a/com32/LICENCE b/com32/LICENCE
index 8934e8fb..7eec7862 100644
--- a/com32/LICENCE
+++ b/com32/LICENCE
@@ -3,6 +3,7 @@ libcom32 and libutil are licensed under the MIT license:
## -----------------------------------------------------------------------
##
## Copyright 2004-2009 H. Peter Anvin - All Rights Reserved
+## Portions Copyright 2009 Intel Corporation; author: H. Peter Anvin
##
## Permission is hereby granted, free of charge, to any person
## obtaining a copy of this software and associated documentation
diff --git a/com32/MCONFIG b/com32/MCONFIG
index d1af9455..641111ab 100644
--- a/com32/MCONFIG
+++ b/com32/MCONFIG
@@ -1,6 +1,7 @@
## -*- makefile -*- -------------------------------------------------------
##
-## Copyright 2008 H. Peter Anvin - All Rights Reserved
+## Copyright 2008-2009 H. Peter Anvin - All Rights Reserved
+## Copyright 2009 Intel Corporation; author: 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
diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile
index 010fa122..db896e52 100644
--- a/com32/cmenu/Makefile
+++ b/com32/cmenu/Makefile
@@ -1,6 +1,7 @@
## -----------------------------------------------------------------------
##
## Copyright 2001-2009 H. Peter Anvin - All Rights Reserved
+## Copyright 2009 Intel Corporation; author: 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
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 787a845b..4056c76c 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -1,6 +1,7 @@
## -----------------------------------------------------------------------
##
-## Copyright 2001-2008 H. Peter Anvin - All Rights Reserved
+## Copyright 2001-2009 H. Peter Anvin - All Rights Reserved
+## Copyright 2009 Intel Corporation; author: 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
diff --git a/com32/include/com32.h b/com32/include/com32.h
index 5c031ffb..44cd5732 100644
--- a/com32/include/com32.h
+++ b/com32/include/com32.h
@@ -1,6 +1,29 @@
/* ----------------------------------------------------------------------- *
- * Not Copyright 2002-2008 H. Peter Anvin
- * This file is in the public domain.
+ *
+ * Copyright 2002-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom
+ * the Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall
+ * be included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ *
* ----------------------------------------------------------------------- */
/*
diff --git a/com32/include/syslinux/config.h b/com32/include/syslinux/config.h
index ed4bf247..ade2c4b1 100644
--- a/com32/include/syslinux/config.h
+++ b/com32/include/syslinux/config.h
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2007-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/include/syslinux/keyboard.h b/com32/include/syslinux/keyboard.h
index 9d4f1409..8f21ad07 100644
--- a/com32/include/syslinux/keyboard.h
+++ b/com32/include/syslinux/keyboard.h
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/include/syslinux/memscan.h b/com32/include/syslinux/memscan.h
index 98ed806f..24c4edaf 100644
--- a/com32/include/syslinux/memscan.h
+++ b/com32/include/syslinux/memscan.h
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2007-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/sys/ansicon_write.c b/com32/lib/sys/ansicon_write.c
index 01d69da1..7bdc8cbd 100644
--- a/com32/lib/sys/ansicon_write.c
+++ b/com32/lib/sys/ansicon_write.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2004-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/sys/argv.c b/com32/lib/sys/argv.c
index 8b55d940..b405a8d7 100644
--- a/com32/lib/sys/argv.c
+++ b/com32/lib/sys/argv.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2004-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/sys/vesacon_write.c b/com32/lib/sys/vesacon_write.c
index 48c1ed44..7ca25ac7 100644
--- a/com32/lib/sys/vesacon_write.c
+++ b/com32/lib/sys/vesacon_write.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2004-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/syslinux/dsinfo.c b/com32/lib/syslinux/dsinfo.c
index b3d3b3cd..60f7e998 100644
--- a/com32/lib/syslinux/dsinfo.c
+++ b/com32/lib/syslinux/dsinfo.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2008-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/syslinux/keyboard.c b/com32/lib/syslinux/keyboard.c
index 2635dfb9..f4510e61 100644
--- a/com32/lib/syslinux/keyboard.c
+++ b/com32/lib/syslinux/keyboard.c
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/syslinux/load_linux.c b/com32/lib/syslinux/load_linux.c
index daea1266..41ebcb70 100644
--- a/com32/lib/syslinux/load_linux.c
+++ b/com32/lib/syslinux/load_linux.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2007-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 H. Peter Anvin - All Rights Reserved
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/syslinux/memmap.c b/com32/lib/syslinux/memmap.c
index f2538030..a5fdea3e 100644
--- a/com32/lib/syslinux/memmap.c
+++ b/com32/lib/syslinux/memmap.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved
+ * Copyright 2007-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 H. Peter Anvin - All Rights Reserved
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/syslinux/memscan.c b/com32/lib/syslinux/memscan.c
index 01ac6948..69f8a189 100644
--- a/com32/lib/syslinux/memscan.c
+++ b/com32/lib/syslinux/memscan.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2007-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 H. Peter Anvin - All Rights Reserved
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/lib/syslinux/shuffle.c b/com32/lib/syslinux/shuffle.c
index b891722d..d8079986 100644
--- a/com32/lib/syslinux/shuffle.c
+++ b/com32/lib/syslinux/shuffle.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2007-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/menu/readconfig.c b/com32/menu/readconfig.c
index 01dadff9..c276c0bf 100644
--- a/com32/menu/readconfig.c
+++ b/com32/menu/readconfig.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved
+ * Copyright 2004-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: 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
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 5a8a88c4..764737d1 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -1,6 +1,7 @@
## -----------------------------------------------------------------------
##
## Copyright 2001-2009 H. Peter Anvin - All Rights Reserved
+## Copyright 2009 Intel Corporation; author: 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
diff --git a/com32/modules/kbdmap.c b/com32/modules/kbdmap.c
index 866acfc2..7e36a35d 100644
--- a/com32/modules/kbdmap.c
+++ b/com32/modules/kbdmap.c
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: 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
diff --git a/core/Makefile b/core/Makefile
index ce9fd453..14bb6d0b 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1,6 +1,7 @@
## -----------------------------------------------------------------------
##
## Copyright 1998-2009 H. Peter Anvin - All Rights Reserved
+## Copyright 2009 Intel Corporation; author: 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
diff --git a/core/abort.inc b/core/abort.inc
index 19cc6419..d8cd7f24 100644
--- a/core/abort.inc
+++ b/core/abort.inc
@@ -1,6 +1,7 @@
; -----------------------------------------------------------------------
;
-; Copyright 2005-2008 H. Peter Anvin - All Rights Reserved
+; Copyright 2005-2009 H. Peter Anvin - All Rights Reserved
+; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/bootsect.inc b/core/bootsect.inc
index 45fb7a80..27809586 100644
--- a/core/bootsect.inc
+++ b/core/bootsect.inc
@@ -1,6 +1,7 @@
;; -----------------------------------------------------------------------
;;
;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+;; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/comboot.inc b/core/comboot.inc
index 2ff5f33e..a9760f83 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -1,6 +1,7 @@
;; -----------------------------------------------------------------------
;;
;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+;; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/extlinux.asm b/core/extlinux.asm
index 963dd8b8..833cb2b0 100644
--- a/core/extlinux.asm
+++ b/core/extlinux.asm
@@ -5,7 +5,8 @@
;
; A program to boot Linux kernels off an ext2/ext3 filesystem.
;
-; Copyright 1994-2008 H. Peter Anvin - All Rights Reserved
+; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/getc.inc b/core/getc.inc
index 3fb88566..bb12047b 100644
--- a/core/getc.inc
+++ b/core/getc.inc
@@ -1,6 +1,7 @@
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2008 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+;; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/isolinux.asm b/core/isolinux.asm
index f87176b5..e3599d9c 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -9,6 +9,7 @@
; floppies.
;
; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/ldlinux.asm b/core/ldlinux.asm
index 7e67da14..72a6d15d 100644
--- a/core/ldlinux.asm
+++ b/core/ldlinux.asm
@@ -12,6 +12,7 @@
; umsdos filesystem.
;
; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/loadhigh.inc b/core/loadhigh.inc
index 21d4cc6f..8ff9da1c 100644
--- a/core/loadhigh.inc
+++ b/core/loadhigh.inc
@@ -1,6 +1,7 @@
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2008 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+;; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/parsecmd.inc b/core/parsecmd.inc
index a7a00d5a..e63c205e 100644
--- a/core/parsecmd.inc
+++ b/core/parsecmd.inc
@@ -1,6 +1,7 @@
;; -----------------------------------------------------------------------
;;
;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+;; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/parseconfig.inc b/core/parseconfig.inc
index 37fe97fe..0ea1f137 100644
--- a/core/parseconfig.inc
+++ b/core/parseconfig.inc
@@ -1,6 +1,7 @@
;; -----------------------------------------------------------------------
;;
;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+;; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/pxelinux.asm b/core/pxelinux.asm
index 5c3de48d..82240226 100644
--- a/core/pxelinux.asm
+++ b/core/pxelinux.asm
@@ -8,6 +8,7 @@
; MS-DOS floppies.
;
; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/runkernel.inc b/core/runkernel.inc
index d068aa56..e74e7a6e 100644
--- a/core/runkernel.inc
+++ b/core/runkernel.inc
@@ -1,6 +1,7 @@
;; -----------------------------------------------------------------------
;;
;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+;; Copyright 2009 Intel Corporation; author: 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
diff --git a/core/ui.inc b/core/ui.inc
index 937dd526..d59143bb 100644
--- a/core/ui.inc
+++ b/core/ui.inc
@@ -1,6 +1,7 @@
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2008 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
+;; Copyright 2009 Intel Corporation; author: 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
diff --git a/gpxe/Makefile b/gpxe/Makefile
index 7a34f8a7..b079d532 100644
--- a/gpxe/Makefile
+++ b/gpxe/Makefile
@@ -1,6 +1,7 @@
## -----------------------------------------------------------------------
##
## Copyright 2008-2009 H. Peter Anvin - All Rights Reserved
+## Copyright 2009 Intel Corporation; author: 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
diff --git a/mbr/isohdpfx.S b/mbr/isohdpfx.S
index 9e9d55c3..4da49468 100644
--- a/mbr/isohdpfx.S
+++ b/mbr/isohdpfx.S
@@ -1,6 +1,7 @@
/* -----------------------------------------------------------------------
*
- * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved
+ * Copyright 2007-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/memdisk/Makefile b/memdisk/Makefile
index d9c16206..7b557e11 100644
--- a/memdisk/Makefile
+++ b/memdisk/Makefile
@@ -1,6 +1,7 @@
## -----------------------------------------------------------------------
##
-## Copyright 2001-2008 H. Peter Anvin - All Rights Reserved
+## Copyright 2001-2009 H. Peter Anvin - All Rights Reserved
+## Copyright 2009 Intel Corporation; author: 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
diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc
index d53b7781..27e9fdb1 100644
--- a/memdisk/memdisk.inc
+++ b/memdisk/memdisk.inc
@@ -7,6 +7,7 @@
; memory.
;
; Copyright 2001-2009 H. Peter Anvin - All Rights Reserved
+; Copyright 2009 Intel Corporation; author: 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
diff --git a/memdisk/memdisk.ld b/memdisk/memdisk.ld
index 5b833c2a..747270fb 100644
--- a/memdisk/memdisk.ld
+++ b/memdisk/memdisk.ld
@@ -1,3 +1,15 @@
+## -----------------------------------------------------------------------
+##
+## Copyright 2009 Intel Corporation; author: 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
+## the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+## Boston MA 02110-1301, USA; either version 2 of the License, or
+## (at your option) any later version; incorporated herein by reference.
+##
+## -----------------------------------------------------------------------
+
/*
* Linker script for MEMDISK
*/
diff --git a/memdisk/setup.c b/memdisk/setup.c
index 8765fd71..0fee9820 100644
--- a/memdisk/setup.c
+++ b/memdisk/setup.c
@@ -1,6 +1,7 @@
/* ----------------------------------------------------------------------- *
*
* Copyright 2001-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: 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
diff --git a/memdisk/start32.S b/memdisk/start32.S
index 073d049c..6c88d462 100644
--- a/memdisk/start32.S
+++ b/memdisk/start32.S
@@ -1,7 +1,20 @@
-#
-# Simple stub to get us to the right point in the 32-bit code;
-# this module must be linked first
-#
+/* -----------------------------------------------------------------------
+ *
+ * Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: 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
+ * the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston MA 02110-1301, USA; either version 2 of the License, or
+ * (at your option) any later version; incorporated herein by reference.
+ *
+ * ----------------------------------------------------------------------- */
+
+/*
+ * Simple stub to get us to the right point in the 32-bit code;
+ * this module must be linked first
+ */
.section ".init", "ax"
.globl _start
_start: