]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-01-10 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sat, 10 Jan 2009 13:07:44 +0000 (13:07 +0000)
committerrobertmh <robertmh@localhost>
Sat, 10 Jan 2009 13:07:44 +0000 (13:07 +0000)
            Update a few copyright years which we forgot to do in 2008 (only for
            files whose changes made in 2008 were copyright-significant)

            * Makefile.in: Add 2008 to Copyright line.
            * disk/ieee1275/ofdisk.c: Likewise.
            * disk/efi/efidisk.c: Likewise.
            * kern/dl.c: Likewise.
            * kern/sparc64/ieee1275/init.c: Likewise.
            * kern/mm.c: Likewise.
            * kern/efi/mm.c: Likewise.
            * boot/i386/pc/boot.S: Likewise.
            * genfslist.sh: Likewise.
            * fs/iso9660.c: Likewise.
            * fs/hfs.c: Likewise.
            * fs/jfs.c: Likewise.
            * fs/minix.c: Likewise.
            * fs/ufs.c: Likewise.
            * gensymlist.sh.in: Likewise.
            * genkernsyms.sh.in: Likewise.
            * include/grub/misc.h: Likewise.
            * include/grub/types.h: Likewise.
            * include/grub/symbol.h: Likewise.
            * include/grub/elf.h: Likewise.
            * include/grub/kernel.h: Likewise.
            * include/grub/disk.h: Likewise.
            * include/grub/dl.h: Likewise.
            * include/grub/i386/linux.h: Likewise.
            * include/grub/i386/pc/biosdisk.h: Likewise.
            * include/grub/efi/api.h: Likewise.
            * include/grub/efi/pe32.h: Likewise.
            * include/grub/util/misc.h: Likewise.
            * normal/execute.c: Likewise.
            * normal/arg.c: Likewise.
            * normal/completion.c: Likewise.
            * normal/lexer.c: Likewise.
            * normal/parser.y: Likewise.
            * normal/misc.c: Likewise.
            * commands/i386/pc/vbeinfo.c: Likewise.
            * commands/hexdump.c: Likewise.
            * commands/terminal.c: Likewise.
            * commands/ls.c: Likewise.
            * commands/help.c: Likewise.
            * partmap/pc.c: Likewise.
            * loader/efi/chainloader.c: Likewise.
            * loader/multiboot_loader.c: Likewise.
            * loader/i386/pc/multiboot2.c: Likewise.
            * term/efi/console.c: Likewise.
            * term/i386/pc/serial.c: Likewise.
            * util/lvm.c: Likewise.
            * util/console.c: Likewise.
            * util/i386/efi/grub-mkimage.c: Likewise.
            * util/raid.c: Likewise.

50 files changed:
ChangeLog
Makefile.in
boot/i386/pc/boot.S
commands/help.c
commands/hexdump.c
commands/i386/pc/vbeinfo.c
commands/ls.c
commands/terminal.c
disk/efi/efidisk.c
disk/ieee1275/ofdisk.c
fs/hfs.c
fs/iso9660.c
fs/jfs.c
fs/minix.c
fs/ufs.c
genfslist.sh
genkernsyms.sh.in
gensymlist.sh.in
include/grub/disk.h
include/grub/dl.h
include/grub/efi/api.h
include/grub/efi/pe32.h
include/grub/elf.h
include/grub/i386/linux.h
include/grub/i386/pc/biosdisk.h
include/grub/kernel.h
include/grub/misc.h
include/grub/symbol.h
include/grub/types.h
include/grub/util/misc.h
kern/dl.c
kern/efi/mm.c
kern/mm.c
kern/sparc64/ieee1275/init.c
loader/efi/chainloader.c
loader/i386/pc/multiboot2.c
loader/multiboot_loader.c
normal/arg.c
normal/completion.c
normal/execute.c
normal/lexer.c
normal/misc.c
normal/parser.y
partmap/pc.c
term/efi/console.c
term/i386/pc/serial.c
util/console.c
util/i386/efi/grub-mkimage.c
util/lvm.c
util/raid.c

index f4c62de3b87771848cf2263524ff49bf7e92408a..d3329536cf846e9cc5ad70b35ded877cff48cc08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2009-01-10  Robert Millan  <rmh@aybabtu.com>
+
+       Update a few copyright years which we forgot to do in 2008 (only for
+       files whose changes made in 2008 were copyright-significant)
+
+       * Makefile.in: Add 2008 to Copyright line.
+       * disk/ieee1275/ofdisk.c: Likewise.
+       * disk/efi/efidisk.c: Likewise.
+       * kern/dl.c: Likewise.
+       * kern/sparc64/ieee1275/init.c: Likewise.
+       * kern/mm.c: Likewise.
+       * kern/efi/mm.c: Likewise.
+       * boot/i386/pc/boot.S: Likewise.
+       * genfslist.sh: Likewise.
+       * fs/iso9660.c: Likewise.
+       * fs/hfs.c: Likewise.
+       * fs/jfs.c: Likewise.
+       * fs/minix.c: Likewise.
+       * fs/ufs.c: Likewise.
+       * gensymlist.sh.in: Likewise.
+       * genkernsyms.sh.in: Likewise.
+       * include/grub/misc.h: Likewise.
+       * include/grub/types.h: Likewise.
+       * include/grub/symbol.h: Likewise.
+       * include/grub/elf.h: Likewise.
+       * include/grub/kernel.h: Likewise.
+       * include/grub/disk.h: Likewise.
+       * include/grub/dl.h: Likewise.
+       * include/grub/i386/linux.h: Likewise.
+       * include/grub/i386/pc/biosdisk.h: Likewise.
+       * include/grub/efi/api.h: Likewise.
+       * include/grub/efi/pe32.h: Likewise.
+       * include/grub/util/misc.h: Likewise.
+       * normal/execute.c: Likewise.
+       * normal/arg.c: Likewise.
+       * normal/completion.c: Likewise.
+       * normal/lexer.c: Likewise.
+       * normal/parser.y: Likewise.
+       * normal/misc.c: Likewise.
+       * commands/i386/pc/vbeinfo.c: Likewise.
+       * commands/hexdump.c: Likewise.
+       * commands/terminal.c: Likewise.
+       * commands/ls.c: Likewise.
+       * commands/help.c: Likewise.
+       * partmap/pc.c: Likewise.
+       * loader/efi/chainloader.c: Likewise.
+       * loader/multiboot_loader.c: Likewise.
+       * loader/i386/pc/multiboot2.c: Likewise.
+       * term/efi/console.c: Likewise.
+       * term/i386/pc/serial.c: Likewise.
+       * util/lvm.c: Likewise.
+       * util/console.c: Likewise.
+       * util/i386/efi/grub-mkimage.c: Likewise.
+       * util/raid.c: Likewise.
+
 2009-01-06  Vesa Jääskeläinen  <chaac@nic.fi>
 
        * commands/videotest.c: Removed include to grub/machine/memory.h.
index 8cc0f1afcde379ac500f76c25fdfe3dddab28bbb..dbc4588ad7201745e47ad5681071c39d288263b3 100644 (file)
@@ -1,6 +1,6 @@
 # -*- makefile -*-
 #
-# Copyright (C) 1994,1995,1996,1997,1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc.
+# Copyright (C) 1994,1995,1996,1997,1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2008 Free Software Foundation, Inc.
 #
 # This Makefile.in is free software; the author
 # gives unlimited permission to copy and/or distribute it,
index 64d40c8fba20d02758e2c6d0da468a44d7914c77..8056731213922d3dc03e2b6806abf804bf16ba4b 100644 (file)
@@ -1,7 +1,7 @@
 /* -*-Asm-*- */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 1999,2000,2001,2002,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 1999,2000,2001,2002,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 7f9ef6ab729b5aca31e58fd418230268278c6d58..3e78cb9c9d3b07965bf56f7ee7b65f78b51360ed 100644 (file)
@@ -1,7 +1,7 @@
 /* help.c - command to show a help text.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 5c0ddc08e649d115e24896d118b4889cc4232725..10b63201a428295b1b4e30eb4a11352e07f7ca0d 100644 (file)
@@ -1,7 +1,7 @@
 /* hexdump.c - command to dump the contents of a file or memory */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 305e69958c3f555fe7ce3776b4a30b5e0bc8367a..237ecdd44cd6855eae3a9fe31c2310711c6eeaff 100644 (file)
@@ -1,7 +1,7 @@
 /* vbeinfo.c - command to list compatible VBE video modes.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 4257e026f0a4f04ad94cea57137ef857ff8f91d4..7f5a60930b1d4df39f2d3a13803d6d3297720bfb 100644 (file)
@@ -1,7 +1,7 @@
 /* ls.c - command to list files and devices */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2003,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index fa73644561b385efef6b2ca87778f31673e547d9..98e6d1132f8038047b31175c18b9fa2765af0a15 100644 (file)
@@ -1,7 +1,7 @@
 /* terminal.c - command to show and select a terminal */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2003,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index d2f5ea2027495166ba0923977c435cdf11546c82..767ebf8ce97f8e5b16e1959bda98968c29f8e086 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 431ed96d5e381575dd4654f05eb35bc90abeefe8..fec56beabd539edc168d5f2d3580faf7001e8467 100644 (file)
@@ -1,7 +1,7 @@
 /* ofdisk.c - Open Firmware disk access.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 43f82eeebb9d374f7eecd46fe8c91bc271fec252..b01c42e81e324c2de5f80ee580999932dab4b8d2 100644 (file)
--- a/fs/hfs.c
+++ b/fs/hfs.c
@@ -1,7 +1,7 @@
 /* hfs.c - HFS.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index af5f62450395117d09aa54eeeaab5c3950b16e58..6db2283590aa7ab1230fb08bf4a6ce1b886bd5b0 100644 (file)
@@ -2,7 +2,7 @@
    SUSP, Rock Ridge.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index a4907ff5582c65f68a96c0d19c413d60452e71dd..fc9dab8f6530a59660054b1f7576c704e34d4afd 100644 (file)
--- a/fs/jfs.c
+++ b/fs/jfs.c
@@ -1,7 +1,7 @@
 /* jfs.c - JFS.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index aa8ffb17d8f4a6801acdd1e9d993ed99a3f3eebf..cc03d7d82795b0f3c5c45c6aee9d71b1cbc39ec8 100644 (file)
@@ -1,7 +1,7 @@
 /* minix.c - The minix filesystem, version 1 and 2.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ebb71987868e964b5c1a0d599b11c603ca0adb54..1f333b0c85fedcbffa4a99814355bd2884c22c7e 100644 (file)
--- a/fs/ufs.c
+++ b/fs/ufs.c
@@ -1,7 +1,7 @@
 /* ufs.c - Unix File System */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ec48e86edff40a76d9118a0c89f0ca33bdda4d0e..6fa7e927db799f5b6efd5be07bbfbf3c68b3f260 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2005  Free Software Foundation, Inc.
+# Copyright (C) 2005,2008  Free Software Foundation, Inc.
 #
 # This gensymlist.sh is free software; the author
 # gives unlimited permission to copy and/or distribute it,
index 0df0bbfe9b68ac6d6590dbc0ab393a1a7a7b8ab6..3dec5828d5478531cddcabd82c096f3be1362c3e 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002,2006  Free Software Foundation, Inc.
+# Copyright (C) 2002,2006,2008  Free Software Foundation, Inc.
 #
 # This gensymlist.sh is free software; the author
 # gives unlimited permission to copy and/or distribute it,
index d8b987157d814f50fb2b6ecd017580792d1566c3..8f50b99ea5683ab1194b9305eb058ac24645df61 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002,2006,2007  Free Software Foundation, Inc.
+# Copyright (C) 2002,2006,2007,2008  Free Software Foundation, Inc.
 #
 # This gensymlist.sh.in is free software; the author
 # gives unlimited permission to copy and/or distribute it,
@@ -21,7 +21,7 @@ cat <<EOF
 /* This file is automatically generated by gensymlist.sh. DO NOT EDIT! */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index a39afe2ff4093929d9d7097b843fb5faa7e9a3f2..f2fa421a5048358bf6d55f583e03f779b40236b2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2003,2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2003,2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index bdde089d162a27ef1a9f520fa7a6e7beaf3f8d9a..5e463747bed25f5f2d401aeb8680a7df439d4d29 100644 (file)
@@ -1,7 +1,7 @@
 /* dl.h - types and prototypes for loadable module support */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2004,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2004,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index d1e51709b63c5a8ca7e3a8b3091e82cb5b16f0d1..44b7d27e452a6fad1f1ede651b476ff9fb8a3c22 100644 (file)
@@ -1,7 +1,7 @@
 /* efi.h - declare EFI types and functions */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 6cfdeefbb185fb8132c6b4ae2049578d6a9a92fb..50b41028fed1c120594deccfee8f72c5451fb512 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 7b76f5839702fa0203f6f9408f2e6d89a922efbf..5d46daa0cd4eaef86046375bce5a7b9853a51dc3 100644 (file)
@@ -1,5 +1,5 @@
 /* This file defines standard ELF types, structures, and macros.
-   Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1995-1999, 2000, 2001, 2002,2008 Free Software Foundation, Inc.
    This file was part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index ae0de6d98aa3d3041070840fc17001e66dfabcb9..d5b520729d9fd39c59b2831162babf2abd1c6cea 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 1999,2000,2001,2002,2003,2004,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 1999,2000,2001,2002,2003,2004,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 05d5dc5714feb18299de71931fc3a63fcece3066..64d4f217f698fd43a898be38f3278297ac64f3fd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 0401c3aa2775a5316da9abbc1725b5e492714e8c..adaee582756eaca26d9469d527f5544c432ffd07 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 9c999487a9b7619c25fe5cde1aceb002b3f5b116..e37847ef053b551a9e0baddf5ae0ded940cb0275 100644 (file)
@@ -1,7 +1,7 @@
 /* misc.h - prototypes for misc functions */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2003,2005,2006,2007,2008,2009  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2003,2005,2006,2007,2008,2009,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index c662c14d332695370d04af2596744bf7ea13cdd3..ef19a739de9b5834b87c3c764c677eb59c352a86 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 1999,2000,2001,2002,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 1999,2000,2001,2002,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 6f256c1651d8fc06c386215165d7c3ea5d013983..8d51b66f7a29cde241103f66d7ee79dddb9fdaaa 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 52090b7019f2d6e2365a2b038c79de8248108199..2e920c1b4ef565859b589a57d4a46edf2c296239 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2003,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2003,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index b483134a8730b7f96d3a8cbf78513ae3dcfa8a51..bc21403a22f1de1fbde023d017b328597b36a500 100644 (file)
--- a/kern/dl.c
+++ b/kern/dl.c
@@ -1,7 +1,7 @@
 /* dl.c - loadable module support */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2003,2004,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2003,2004,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index d7363699864aee1bbbcad867941cd8ddfb9a587e..35b12abb0cf9f925cba2875147f7a941c836cb9f 100644 (file)
@@ -1,7 +1,7 @@
 /* mm.c - generic EFI memory management */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 1a18999e8ac6d0a25af2b8529a26f378bab0fe9e..e0cb9cd3cd526edf1318454e5cce0b49df974125 100644 (file)
--- a/kern/mm.c
+++ b/kern/mm.c
@@ -1,7 +1,7 @@
 /* mm.c - functions for memory manager */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 57ffc389808fdc801660faec444893039a1b3dcb..a342557afea1c6675b75312ac44d496fd2a2e7ff 100644 (file)
@@ -1,7 +1,7 @@
 /*  init.c -- Initialize GRUB on the Ultra Sprac (sparc64).  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2003,2004,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2004,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index a8b3322cc7462f20db4c8ceeb65f7379739ac411..1ca5f1dd60811b6e503e7735b3332cae91785ab2 100644 (file)
@@ -1,7 +1,7 @@
 /* chainloader.c - boot another boot loader */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2004,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2004,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 49917ada89ca5f4bfc5dbfb508c745af7850abec..d5fe8e38002b1575064d96be5b4c79c1828f82be 100644 (file)
@@ -1,7 +1,7 @@
 /* multiboot2.c - boot a multiboot 2 OS image. */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 53971dfeabb25d1edf27be79e8a870434d8e7275..abcad9bb68f6a85b1ee7e7af1dbb8f76e0a94a49 100644 (file)
@@ -1,7 +1,7 @@
 /* multiboot_loader.c - boot multiboot 1 or 2 OS image */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index bf5522928f0d4502b6f5c46cc969449e5d2ddf26..602f7eaff2a73b19f209893a904238c55e072c8c 100644 (file)
@@ -1,7 +1,7 @@
 /* arg.c - argument parser */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2003,2004,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2004,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 6f573a8e9911a389df7fd0c0f1e5e3f7725d68e6..fb38f28663c7759b4d1465318b91fa8bc8a53022 100644 (file)
@@ -1,7 +1,7 @@
 /* completion.c - complete a command, a disk, a partition or a file */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ab0897cca2fd4cc6fbcc4e4602e04ac10dd06964..4211cad9384eba76836b9851575e33dd1e6990e8 100644 (file)
@@ -1,7 +1,7 @@
 /* execute.c -- Execute a GRUB script.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index d66237c6eea9bb739190c24cb3a43d465b2c442b..f500374d572c3b62ca44cf358f7a5768330f20b2 100644 (file)
@@ -1,7 +1,7 @@
 /* lexer.c - The scripting lexer.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 83bf28fa8ce74eb2142b0f5cc65b23faaf1cb15a..e47ff8720e33a029ca92bc445920f3134f8624f9 100644 (file)
@@ -1,7 +1,7 @@
 /* misc.c - miscellaneous functions */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 4afd0c729c20274ca9b375ee42e742625feddcaf..f3525927b5443c200d456d1395f9e97cb2d7edd3 100644 (file)
@@ -1,7 +1,7 @@
 /* parser.y - The scripting parser.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 0aa1482a89f975afe5ae30ba97604e88f20228de..419775a21a9077f733682827819b4ffd260f12ed 100644 (file)
@@ -1,7 +1,7 @@
 /* pc.c - Read PC style partition tables.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ff842c0f3f90eddf1dd7fa3a0e3d872b9a230427..0bf24490105fdc5abcaab55c246213c5122cac51 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 4cca42f46786422b6f6e87af670767f1f118f95b..03a46ba10826a93bf85e331fd6f6246bc978f68c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2000,2001,2002,2003,2004,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2000,2001,2002,2003,2004,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index bc4414c8d114dec0f28e76710ef17e17e1be4d25..718afc19fa8215d06934c7331b01fdd7209a9eba 100644 (file)
@@ -1,7 +1,7 @@
 /*  console.c -- Ncurses console for GRUB.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2003,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index eac119b470acdebc43947bf0fe77a419ac7cda57..36ea31f67915059f2a5d6695e775a63ebe09d7bd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 7f85ccbb785504440976179d069b1e38b11c4008..edd31b0a4da22c3ec7b0487abc81022e0d1b9b6c 100644 (file)
@@ -1,7 +1,7 @@
 /* lvm.c - LVM support for GRUB utils.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 82ae413cff296941b0a84568facf7bceae5094b1..ad6e407f25c1f1b6932a8767999de3bcae87d5db 100644 (file)
@@ -1,7 +1,7 @@
 /* raid.c - RAID support for GRUB utils.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by