* Copyright lines not being updated!
@ 2009-05-04 16:10 Robert Millan
2009-05-04 17:40 ` Bean
0 siblings, 1 reply; 12+ messages in thread
From: Robert Millan @ 2009-05-04 16:10 UTC (permalink / raw)
To: grub-devel
Hi all,
Please remember to update copyright lines in files when you commit
copyright significant changes. As a general rule of thumb, if your
commit modifies/adds more than 10 lines of code it's likely going to
be copyright-significant. And if in doubt, it's better to err on the
safe side and update it anyway.
It becomes a PITA at the end of each year when the full list of modified
files needs to be checked manually.
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 16:10 Copyright lines not being updated! Robert Millan
@ 2009-05-04 17:40 ` Bean
2009-05-04 17:52 ` Vladimir 'phcoder' Serbinenko
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Bean @ 2009-05-04 17:40 UTC (permalink / raw)
To: The development of GRUB 2
Hi,
Well, I just write a small script to detect files that needs updating.
BTW, I use git to access the svn repository:
grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" `git diff
--stat @{2009-01-01}..HEAD 2>/dev/null | grep '|' | cut -d\ -f2`
2>/dev/null
Here are the result:
Makefile.in
boot/i386/pc/boot.S
bus/usb/ohci.c
bus/usb/uhci.c
bus/usb/usb.c
bus/usb/usbhub.c
bus/usb/usbtrans.c
commands/blocklist.c
commands/cat.c
commands/cmp.c
commands/crc.c
commands/date.c
commands/echo.c
commands/halt.c
commands/help.c
commands/hexdump.c
commands/i386/cpuid.c
commands/i386/pc/halt.c
commands/i386/pc/play.c
commands/i386/pc/pxecmd.c
commands/i386/pc/vbeinfo.c
commands/i386/pc/vbetest.c
commands/ieee1275/suspend.c
commands/ls.c
commands/lsmmap.c
commands/read.c
commands/reboot.c
commands/search.c
commands/sleep.c
commands/test.c
commands/usbtest.c
configure
disk/efi/efidisk.c
disk/fs_uuid.c
disk/i386/pc/biosdisk.c
disk/ieee1275/nand.c
disk/ieee1275/ofdisk.c
disk/loopback.c
disk/lvm.c
disk/raid.c
disk/scsi.c
disk/usbms.c
fs/affs.c
fs/afs.c
fs/cpio.c
fs/ext2.c
fs/fshelp.c
fs/hfs.c
fs/hfsplus.c
fs/i386/pc/pxe.c
fs/iso9660.c
fs/jfs.c
fs/minix.c
fs/ntfs.c
fs/reiserfs.c
fs/sfs.c
fs/udf.c
fs/ufs.c
fs/xfs.c
gencmdlist.sh
genfslist.sh
genkernsyms.sh.in
genmk.rb
gensymlist.sh.in
hello/hello.c
hook/datehook.c
include/grub/datetime.h
include/grub/disk.h
include/grub/dl.h
include/grub/efi/api.h
include/grub/efi/efi.h
include/grub/efi/pe32.h
include/grub/elf.h
include/grub/err.h
include/grub/fs.h
include/grub/fshelp.h
include/grub/gpt_partition.h
include/grub/i386/bsd.h
include/grub/i386/efi/loader.h
include/grub/i386/ieee1275/loader.h
include/grub/i386/linux.h
include/grub/i386/pc/biosdisk.h
include/grub/i386/pc/chainloader.h
include/grub/i386/pc/init.h
include/grub/i386/pc/memory.h
include/grub/i386/pci.h
include/grub/i386/pit.h
include/grub/ieee1275/ieee1275.h
include/grub/lib/arg.h
include/grub/memory.h
include/grub/misc.h
include/grub/pci.h
include/grub/powerpc/ieee1275/memory.h
include/grub/sparc64/ieee1275/ieee1275.h
include/grub/sparc64/kernel.h
include/grub/sparc64/libgcc.h
include/grub/symbol.h
include/grub/term.h
include/grub/types.h
include/grub/usb.h
include/grub/usbdesc.h
include/grub/usbtrans.h
include/grub/util/misc.h
include/grub/x86_64/efi/loader.h
kern/device.c
kern/disk.c
kern/dl.c
kern/efi/efi.c
kern/efi/mm.c
kern/fs.c
kern/i386/coreboot/init.c
kern/i386/coreboot/startup.S
kern/i386/efi/startup.S
kern/i386/ieee1275/startup.S
kern/i386/loader.S
kern/i386/pc/init.c
kern/i386/pc/startup.S
kern/ieee1275/ieee1275.c
kern/ieee1275/init.c
kern/ieee1275/mmap.c
kern/ieee1275/openfw.c
kern/main.c
kern/mm.c
kern/powerpc/ieee1275/startup.S
kern/sparc64/dl.c
kern/x86_64/dl.c
lib/arg.c
lib/efi/datetime.c
lib/hexdump.c
lib/i386/datetime.c
loader/efi/appleloader.c
loader/efi/chainloader.c
loader/i386/bsd.c
loader/i386/ieee1275/linux.c
loader/i386/pc/chainloader.c
loader/i386/pc/linux.c
loader/i386/pc/multiboot2.c
loader/multiboot2.c
loader/multiboot_loader.c
loader/powerpc/ieee1275/linux.c
normal/cmdline.c
normal/completion.c
normal/datetime.c
normal/menu_entry.c
normal/misc.c
term/efi/console.c
term/i386/pc/at_keyboard.c
term/i386/pc/console.c
term/i386/pc/serial.c
term/i386/pc/vga_text.c
term/ieee1275/ofconsole.c
term/terminfo.c
util/console.c
util/deviceiter.c
util/elf/grub-mkimage.c
util/grub-emu.c
util/grub-fstest.c
util/grub-mkconfig.in
util/grub-mkdevicemap.c
util/grub-pe2elf.c
util/grub.d/30_os-prober.in
util/hostfs.c
util/i386/pc/grub-install.in
util/i386/pc/grub-mkrescue.in
util/i386/pc/grub-setup.c
util/lvm.c
util/raid.c
util/usb.c
video/readers/jpeg.c
video/readers/png.c
video/readers/tga.c
On Tue, May 5, 2009 at 12:10 AM, Robert Millan <rmh@aybabtu.com> wrote:
>
> Hi all,
>
> Please remember to update copyright lines in files when you commit
> copyright significant changes. As a general rule of thumb, if your
> commit modifies/adds more than 10 lines of code it's likely going to
> be copyright-significant. And if in doubt, it's better to err on the
> safe side and update it anyway.
>
> It becomes a PITA at the end of each year when the full list of modified
> files needs to be checked manually.
>
> --
> Robert Millan
>
> The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
> how) you may access your data; but nobody's threatening your freedom: we
> still allow you to remove your data and not access it at all."
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Bean
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 17:40 ` Bean
@ 2009-05-04 17:52 ` Vladimir 'phcoder' Serbinenko
2009-05-04 17:59 ` Vladimir 'phcoder' Serbinenko
2009-05-04 18:00 ` Robert Millan
2009-05-04 17:58 ` Robert Millan
2009-05-04 17:58 ` Felix Zielcke
2 siblings, 2 replies; 12+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2009-05-04 17:52 UTC (permalink / raw)
To: The development of GRUB 2
[-- Attachment #1.1: Type: text/plain, Size: 5432 bytes --]
On Mon, May 4, 2009 at 7:40 PM, Bean <bean123ch@gmail.com> wrote:
> Hi,
>
> Well, I just write a small script to detect files that needs updating.
> BTW, I use git to access the svn repository:
>
With the following script :
sed "s/ Free/,2009 Free/g;" < $1 > ./tmp
cp ./tmp $1
xargs and this list I generated a patch to update all these files
>
> grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" `git diff
> --stat @{2009-01-01}..HEAD 2>/dev/null | grep '|' | cut -d\ -f2`
> 2>/dev/null
>
> Here are the result:
> Makefile.in
> boot/i386/pc/boot.S
> bus/usb/ohci.c
> bus/usb/uhci.c
> bus/usb/usb.c
> bus/usb/usbhub.c
> bus/usb/usbtrans.c
> commands/blocklist.c
> commands/cat.c
> commands/cmp.c
> commands/crc.c
> commands/date.c
> commands/echo.c
> commands/halt.c
> commands/help.c
> commands/hexdump.c
> commands/i386/cpuid.c
> commands/i386/pc/halt.c
> commands/i386/pc/play.c
> commands/i386/pc/pxecmd.c
> commands/i386/pc/vbeinfo.c
> commands/i386/pc/vbetest.c
> commands/ieee1275/suspend.c
> commands/ls.c
> commands/lsmmap.c
> commands/read.c
> commands/reboot.c
> commands/search.c
> commands/sleep.c
> commands/test.c
> commands/usbtest.c
> configure
> disk/efi/efidisk.c
> disk/fs_uuid.c
> disk/i386/pc/biosdisk.c
> disk/ieee1275/nand.c
> disk/ieee1275/ofdisk.c
> disk/loopback.c
> disk/lvm.c
> disk/raid.c
> disk/scsi.c
> disk/usbms.c
> fs/affs.c
> fs/afs.c
> fs/cpio.c
> fs/ext2.c
> fs/fshelp.c
> fs/hfs.c
> fs/hfsplus.c
> fs/i386/pc/pxe.c
> fs/iso9660.c
> fs/jfs.c
> fs/minix.c
> fs/ntfs.c
> fs/reiserfs.c
> fs/sfs.c
> fs/udf.c
> fs/ufs.c
> fs/xfs.c
> gencmdlist.sh
> genfslist.sh
> genkernsyms.sh.in
> genmk.rb
> gensymlist.sh.in
> hello/hello.c
> hook/datehook.c
> include/grub/datetime.h
> include/grub/disk.h
> include/grub/dl.h
> include/grub/efi/api.h
> include/grub/efi/efi.h
> include/grub/efi/pe32.h
> include/grub/elf.h
> include/grub/err.h
> include/grub/fs.h
> include/grub/fshelp.h
> include/grub/gpt_partition.h
> include/grub/i386/bsd.h
> include/grub/i386/efi/loader.h
> include/grub/i386/ieee1275/loader.h
> include/grub/i386/linux.h
> include/grub/i386/pc/biosdisk.h
> include/grub/i386/pc/chainloader.h
> include/grub/i386/pc/init.h
> include/grub/i386/pc/memory.h
> include/grub/i386/pci.h
> include/grub/i386/pit.h
> include/grub/ieee1275/ieee1275.h
> include/grub/lib/arg.h
> include/grub/memory.h
> include/grub/misc.h
> include/grub/pci.h
> include/grub/powerpc/ieee1275/memory.h
> include/grub/sparc64/ieee1275/ieee1275.h
> include/grub/sparc64/kernel.h
> include/grub/sparc64/libgcc.h
> include/grub/symbol.h
> include/grub/term.h
> include/grub/types.h
> include/grub/usb.h
> include/grub/usbdesc.h
> include/grub/usbtrans.h
> include/grub/util/misc.h
> include/grub/x86_64/efi/loader.h
> kern/device.c
> kern/disk.c
> kern/dl.c
> kern/efi/efi.c
> kern/efi/mm.c
> kern/fs.c
> kern/i386/coreboot/init.c
> kern/i386/coreboot/startup.S
> kern/i386/efi/startup.S
> kern/i386/ieee1275/startup.S
> kern/i386/loader.S
> kern/i386/pc/init.c
> kern/i386/pc/startup.S
> kern/ieee1275/ieee1275.c
> kern/ieee1275/init.c
> kern/ieee1275/mmap.c
> kern/ieee1275/openfw.c
> kern/main.c
> kern/mm.c
> kern/powerpc/ieee1275/startup.S
> kern/sparc64/dl.c
> kern/x86_64/dl.c
> lib/arg.c
> lib/efi/datetime.c
> lib/hexdump.c
> lib/i386/datetime.c
> loader/efi/appleloader.c
> loader/efi/chainloader.c
> loader/i386/bsd.c
> loader/i386/ieee1275/linux.c
> loader/i386/pc/chainloader.c
> loader/i386/pc/linux.c
> loader/i386/pc/multiboot2.c
> loader/multiboot2.c
> loader/multiboot_loader.c
> loader/powerpc/ieee1275/linux.c
> normal/cmdline.c
> normal/completion.c
> normal/datetime.c
> normal/menu_entry.c
> normal/misc.c
> term/efi/console.c
> term/i386/pc/at_keyboard.c
> term/i386/pc/console.c
> term/i386/pc/serial.c
> term/i386/pc/vga_text.c
> term/ieee1275/ofconsole.c
> term/terminfo.c
> util/console.c
> util/deviceiter.c
> util/elf/grub-mkimage.c
> util/grub-emu.c
> util/grub-fstest.c
> util/grub-mkconfig.in
> util/grub-mkdevicemap.c
> util/grub-pe2elf.c
> util/grub.d/30_os-prober.in
> util/hostfs.c
> util/i386/pc/grub-install.in
> util/i386/pc/grub-mkrescue.in
> util/i386/pc/grub-setup.c
> util/lvm.c
> util/raid.c
> util/usb.c
> video/readers/jpeg.c
> video/readers/png.c
> video/readers/tga.c
>
>
> On Tue, May 5, 2009 at 12:10 AM, Robert Millan <rmh@aybabtu.com> wrote:
> >
> > Hi all,
> >
> > Please remember to update copyright lines in files when you commit
> > copyright significant changes. As a general rule of thumb, if your
> > commit modifies/adds more than 10 lines of code it's likely going to
> > be copyright-significant. And if in doubt, it's better to err on the
> > safe side and update it anyway.
> >
> > It becomes a PITA at the end of each year when the full list of modified
> > files needs to be checked manually.
> >
> > --
> > Robert Millan
> >
> > The DRM opt-in fallacy: "Your data belongs to us. We will decide when
> (and
> > how) you may access your data; but nobody's threatening your freedom: we
> > still allow you to remove your data and not access it at all."
> >
> >
> > _______________________________________________
> > Grub-devel mailing list
> > Grub-devel@gnu.org
> > http://lists.gnu.org/mailman/listinfo/grub-devel
> >
>
>
>
> --
> Bean
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Regards
Vladimir 'phcoder' Serbinenko
[-- Attachment #1.2: Type: text/html, Size: 7418 bytes --]
[-- Attachment #2: copy2009.diff --]
[-- Type: text/x-diff, Size: 78557 bytes --]
diff --git a/boot/i386/pc/boot.S b/boot/i386/pc/boot.S
index 8056731..8412948 100644
--- a/boot/i386/pc/boot.S
+++ b/boot/i386/pc/boot.S
@@ -1,7 +1,7 @@
/* -*-Asm-*- */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2005,2006,2007,2008,2009 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
diff --git a/bus/usb/ohci.c b/bus/usb/ohci.c
index 6ffa84b..635ac96 100644
--- a/bus/usb/ohci.c
+++ b/bus/usb/ohci.c
@@ -1,7 +1,7 @@
/* ohci.c - OHCI Support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/bus/usb/uhci.c b/bus/usb/uhci.c
index 8406aed..ee178eb 100644
--- a/bus/usb/uhci.c
+++ b/bus/usb/uhci.c
@@ -1,7 +1,7 @@
/* uhci.c - UHCI Support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/bus/usb/usb.c b/bus/usb/usb.c
index a30598f..f878665 100644
--- a/bus/usb/usb.c
+++ b/bus/usb/usb.c
@@ -1,7 +1,7 @@
/* usb.c - Generic USB interfaces. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/bus/usb/usbhub.c b/bus/usb/usbhub.c
index ba0925a..188d21c 100644
--- a/bus/usb/usbhub.c
+++ b/bus/usb/usbhub.c
@@ -1,7 +1,7 @@
/* usb.c - USB Hub Support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/bus/usb/usbtrans.c b/bus/usb/usbtrans.c
index fd82957..d16b480 100644
--- a/bus/usb/usbtrans.c
+++ b/bus/usb/usbtrans.c
@@ -1,7 +1,7 @@
/* usbtrans.c - USB Transfers and Transactions. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/blocklist.c b/commands/blocklist.c
index 2057291..1ade8a4 100644
--- a/commands/blocklist.c
+++ b/commands/blocklist.c
@@ -1,7 +1,7 @@
/* blocklist.c - print the block list of a file */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2009 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
diff --git a/commands/cat.c b/commands/cat.c
index f2d5f1c..c90d78b 100644
--- a/commands/cat.c
+++ b/commands/cat.c
@@ -1,7 +1,7 @@
/* cat.c - command to show the contents of a file */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008,2009 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
diff --git a/commands/cmp.c b/commands/cmp.c
index b5d4f8d..75b5a26 100644
--- a/commands/cmp.c
+++ b/commands/cmp.c
@@ -1,7 +1,7 @@
/* cmd.c - command to cmp an operating system */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2006,2007,2009 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
diff --git a/commands/crc.c b/commands/crc.c
index 6b4b1d1..7b192ea 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -1,7 +1,7 @@
/* crc.c - command to calculate the crc32 checksum of a file */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/date.c b/commands/date.c
index 1d60964..c36a7b4 100644
--- a/commands/date.c
+++ b/commands/date.c
@@ -1,7 +1,7 @@
/* date.c - command to display/set current datetime. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/echo.c b/commands/echo.c
index f3b5f87..ba06644 100644
--- a/commands/echo.c
+++ b/commands/echo.c
@@ -1,7 +1,7 @@
/* echo.c - Command to display a line of text */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2009 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
diff --git a/commands/halt.c b/commands/halt.c
index b902418..6b0352e 100644
--- a/commands/halt.c
+++ b/commands/halt.c
@@ -1,7 +1,7 @@
/* halt.c - command to halt the computer. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/help.c b/commands/help.c
index 6159a63..7b1977e 100644
--- a/commands/help.c
+++ b/commands/help.c
@@ -1,7 +1,7 @@
/* help.c - command to show a help text. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/hexdump.c b/commands/hexdump.c
index 0e560c0..124d91b 100644
--- a/commands/hexdump.c
+++ b/commands/hexdump.c
@@ -1,7 +1,7 @@
/* hexdump.c - command to dump the contents of a file or memory */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/commands/i386/cpuid.c b/commands/i386/cpuid.c
index b80b14c..0adcb49 100644
--- a/commands/i386/cpuid.c
+++ b/commands/i386/cpuid.c
@@ -1,7 +1,7 @@
/* cpuid.c - test for CPU features */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2007,2009 Free Software Foundation, Inc.
* Based on gcc/gcc/config/i386/driver-i386.c
*
* GRUB is free software: you can redistribute it and/or modify
diff --git a/commands/i386/pc/halt.c b/commands/i386/pc/halt.c
index add8631..8b1c1ae 100644
--- a/commands/i386/pc/halt.c
+++ b/commands/i386/pc/halt.c
@@ -1,7 +1,7 @@
/* halt.c - command to halt the computer. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/i386/pc/play.c b/commands/i386/pc/play.c
index f9512ce..1835b8f 100644
--- a/commands/i386/pc/play.c
+++ b/commands/i386/pc/play.c
@@ -1,7 +1,7 @@
/* play.c - command to play a tune */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/i386/pc/pxecmd.c b/commands/i386/pc/pxecmd.c
index df53870..8ed8d1c 100644
--- a/commands/i386/pc/pxecmd.c
+++ b/commands/i386/pc/pxecmd.c
@@ -1,7 +1,7 @@
/* pxe.c - command to control the pxe driver */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/i386/pc/vbeinfo.c b/commands/i386/pc/vbeinfo.c
index 3c397a1..5a03a4d 100644
--- a/commands/i386/pc/vbeinfo.c
+++ b/commands/i386/pc/vbeinfo.c
@@ -1,7 +1,7 @@
/* vbeinfo.c - command to list compatible VBE video modes. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/i386/pc/vbetest.c b/commands/i386/pc/vbetest.c
index bfcf215..4aca97d 100644
--- a/commands/i386/pc/vbetest.c
+++ b/commands/i386/pc/vbetest.c
@@ -1,7 +1,7 @@
/* vbetest.c - command to test VESA BIOS Extension 2.0+ support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/ieee1275/suspend.c b/commands/ieee1275/suspend.c
index 028dd3c..886dbac 100644
--- a/commands/ieee1275/suspend.c
+++ b/commands/ieee1275/suspend.c
@@ -1,7 +1,7 @@
/* suspend.c - command to suspend GRUB and return to Open Firmware */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/ls.c b/commands/ls.c
index fb38fab..f64ce14 100644
--- a/commands/ls.c
+++ b/commands/ls.c
@@ -1,7 +1,7 @@
/* ls.c - command to list files and devices */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008,2009 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
diff --git a/commands/lsmmap.c b/commands/lsmmap.c
index 09f141e..96a2662 100644
--- a/commands/lsmmap.c
+++ b/commands/lsmmap.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/read.c b/commands/read.c
index 82b30b4..6b7a0eb 100644
--- a/commands/read.c
+++ b/commands/read.c
@@ -1,7 +1,7 @@
/* read.c - Command to read variables from user. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/commands/reboot.c b/commands/reboot.c
index 11bceeb..f1ff863 100644
--- a/commands/reboot.c
+++ b/commands/reboot.c
@@ -1,7 +1,7 @@
/* reboot.c - command to reboot the computer. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/search.c b/commands/search.c
index 03884a9..6ab4ed5 100644
--- a/commands/search.c
+++ b/commands/search.c
@@ -1,7 +1,7 @@
/* search.c - search devices based on a file or a filesystem label */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/sleep.c b/commands/sleep.c
index c9d5333..802cae5 100644
--- a/commands/sleep.c
+++ b/commands/sleep.c
@@ -1,7 +1,7 @@
/* sleep.c - Command to wait a specified number of seconds. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/commands/test.c b/commands/test.c
index 68b5efe..3c706bc 100644
--- a/commands/test.c
+++ b/commands/test.c
@@ -1,7 +1,7 @@
/* test.c -- The test command.. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/usbtest.c b/commands/usbtest.c
index 019d3fe..f04942a 100644
--- a/commands/usbtest.c
+++ b/commands/usbtest.c
@@ -1,7 +1,7 @@
/* usbtest.c - test module for USB */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/disk/efi/efidisk.c b/disk/efi/efidisk.c
index 767ebf8..e5fb414 100644
--- a/disk/efi/efidisk.c
+++ b/disk/efi/efidisk.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/disk/fs_uuid.c b/disk/fs_uuid.c
index e9888a7..0159260 100644
--- a/disk/fs_uuid.c
+++ b/disk/fs_uuid.c
@@ -1,7 +1,7 @@
/* fs_uuid.c - Access disks by their filesystem UUID. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/disk/i386/pc/biosdisk.c b/disk/i386/pc/biosdisk.c
index ba1eb77..be8e648 100644
--- a/disk/i386/pc/biosdisk.c
+++ b/disk/i386/pc/biosdisk.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/disk/ieee1275/ofdisk.c b/disk/ieee1275/ofdisk.c
index e2c7867..5ba5057 100644
--- a/disk/ieee1275/ofdisk.c
+++ b/disk/ieee1275/ofdisk.c
@@ -1,7 +1,7 @@
/* ofdisk.c - Open Firmware disk access. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2006,2007,2008,2009 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
diff --git a/disk/loopback.c b/disk/loopback.c
index 3cb2bf0..57d2c72 100644
--- a/disk/loopback.c
+++ b/disk/loopback.c
@@ -1,7 +1,7 @@
/* loopback.c - command to add loopback devices. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2009 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
diff --git a/disk/lvm.c b/disk/lvm.c
index 9f6c197..8e30664 100644
--- a/disk/lvm.c
+++ b/disk/lvm.c
@@ -1,7 +1,7 @@
/* lvm.c - module to read Logical Volumes. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/disk/raid.c b/disk/raid.c
index 2b3130b..f10dbc7 100644
--- a/disk/raid.c
+++ b/disk/raid.c
@@ -1,7 +1,7 @@
/* raid.c - module to read RAID arrays. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/disk/scsi.c b/disk/scsi.c
index 081d9c6..95a010e 100644
--- a/disk/scsi.c
+++ b/disk/scsi.c
@@ -1,7 +1,7 @@
/* scsi.c - scsi support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/disk/usbms.c b/disk/usbms.c
index d08256b..4d8e550 100644
--- a/disk/usbms.c
+++ b/disk/usbms.c
@@ -1,7 +1,7 @@
/* usbms.c - USB Mass Storage Support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/fs/affs.c b/fs/affs.c
index 4ddc347..45d078b 100644
--- a/fs/affs.c
+++ b/fs/affs.c
@@ -1,7 +1,7 @@
/* affs.c - Amiga Fast FileSystem. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/fs/afs.c b/fs/afs.c
index 90d8864..c92aeba 100644
--- a/fs/afs.c
+++ b/fs/afs.c
@@ -1,7 +1,7 @@
/* afs.c - The native AtheOS file-system. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/fs/ext2.c b/fs/ext2.c
index ab50db0..0be431a 100644
--- a/fs/ext2.c
+++ b/fs/ext2.c
@@ -1,7 +1,7 @@
/* ext2.c - Second Extended filesystem */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/fs/fshelp.c b/fs/fshelp.c
index 89b6238..21054de 100644
--- a/fs/fshelp.c
+++ b/fs/fshelp.c
@@ -1,7 +1,7 @@
/* fshelp.c -- Filesystem helper functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/hfs.c b/fs/hfs.c
index 283c6bc..2f73228 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/hfsplus.c b/fs/hfsplus.c
index 82ec880..222d61f 100644
--- a/fs/hfsplus.c
+++ b/fs/hfsplus.c
@@ -1,7 +1,7 @@
/* hfsplus.c - HFS+ Filesystem. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/fs/i386/pc/pxe.c b/fs/i386/pc/pxe.c
index 9676be4..d28483f 100644
--- a/fs/i386/pc/pxe.c
+++ b/fs/i386/pc/pxe.c
@@ -1,7 +1,7 @@
/* pxe.c - Driver to provide access to the pxe filesystem */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/fs/iso9660.c b/fs/iso9660.c
index 2278fdc..2ccc7ba 100644
--- a/fs/iso9660.c
+++ b/fs/iso9660.c
@@ -2,7 +2,7 @@
SUSP, Rock Ridge. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/jfs.c b/fs/jfs.c
index 3b5520f..d61a910 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/minix.c b/fs/minix.c
index 0789718..1d18b76 100644
--- a/fs/minix.c
+++ b/fs/minix.c
@@ -1,7 +1,7 @@
/* minix.c - The minix filesystem, version 1 and 2. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/reiserfs.c b/fs/reiserfs.c
index 433e89b..4397bfb 100644
--- a/fs/reiserfs.c
+++ b/fs/reiserfs.c
@@ -1,7 +1,7 @@
/* reiserfs.c - ReiserFS versions up to 3.6 */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2008,2009 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
diff --git a/fs/sfs.c b/fs/sfs.c
index 314a6fd..69b8184 100644
--- a/fs/sfs.c
+++ b/fs/sfs.c
@@ -1,7 +1,7 @@
/* sfs.c - Amiga Smart FileSystem. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/fs/udf.c b/fs/udf.c
index abe992e..fe12604 100644
--- a/fs/udf.c
+++ b/fs/udf.c
@@ -1,7 +1,7 @@
/* udf.c - Universal Disk Format filesystem. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/fs/ufs.c b/fs/ufs.c
index b799449..ea31604 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2007,2008,2009 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
diff --git a/fs/xfs.c b/fs/xfs.c
index a5c2d42..b287e0d 100644
--- a/fs/xfs.c
+++ b/fs/xfs.c
@@ -1,7 +1,7 @@
/* xfs.c - XFS. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/gencmdlist.sh b/gencmdlist.sh
index 5d3897c..5427461 100644
--- a/gencmdlist.sh
+++ b/gencmdlist.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005,2009 Free Software Foundation, Inc.
#
# This gensymlist.sh is free software; the author
# gives unlimited permission to copy and/or distribute it,
diff --git a/genfslist.sh b/genfslist.sh
index 6fa7e92..8fa7ecb 100644
--- a/genfslist.sh
+++ b/genfslist.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2005,2008 Free Software Foundation, Inc.
+# Copyright (C) 2005,2008,2009 Free Software Foundation, Inc.
#
# This gensymlist.sh is free software; the author
# gives unlimited permission to copy and/or distribute it,
diff --git a/genkernsyms.sh.in b/genkernsyms.sh.in
index 3dec582..dc63c71 100644
--- a/genkernsyms.sh.in
+++ b/genkernsyms.sh.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002,2006,2008 Free Software Foundation, Inc.
+# Copyright (C) 2002,2006,2008,2009 Free Software Foundation, Inc.
#
# This gensymlist.sh is free software; the author
# gives unlimited permission to copy and/or distribute it,
diff --git a/genmk.rb b/genmk.rb
index 3532cd8..d748a48 100644
--- a/genmk.rb
+++ b/genmk.rb
@@ -1,6 +1,6 @@
#! /usr/bin/ruby -w
#
-# Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc.
#
# This genmk.rb is free software; the author
# gives unlimited permission to copy and/or distribute it,
diff --git a/gensymlist.sh.in b/gensymlist.sh.in
index 8f50b99..0e695e6 100644
--- a/gensymlist.sh.in
+++ b/gensymlist.sh.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002,2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2002,2006,2007,2008,2009 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2006,2007,2008,2009 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
diff --git a/hello/hello.c b/hello/hello.c
index be60761..419e431 100644
--- a/hello/hello.c
+++ b/hello/hello.c
@@ -1,7 +1,7 @@
/* hello.c - test module for dynamic loading */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2007,2009 Free Software Foundation, Inc.
* Copyright (C) 2003 NIIBE Yutaka <gniibe@m17n.org>
*
* GRUB is free software: you can redistribute it and/or modify
diff --git a/hook/datehook.c b/hook/datehook.c
index b7663cc..4bcaac3 100644
--- a/hook/datehook.c
+++ b/hook/datehook.c
@@ -1,7 +1,7 @@
/* datehook.c - Module to install datetime hooks. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/datetime.h b/include/grub/datetime.h
index f4bdae2..dfa1f17 100644
--- a/include/grub/datetime.h
+++ b/include/grub/datetime.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/disk.h b/include/grub/disk.h
index 1e8046a..2d4b848 100644
--- a/include/grub/disk.h
+++ b/include/grub/disk.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/include/grub/dl.h b/include/grub/dl.h
index 5e46374..4b0979d 100644
--- a/include/grub/dl.h
+++ b/include/grub/dl.h
@@ -1,7 +1,7 @@
/* dl.h - types and prototypes for loadable module support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2005,2007,2008,2009 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
diff --git a/include/grub/efi/api.h b/include/grub/efi/api.h
index 432266b..e3ee981 100644
--- a/include/grub/efi/api.h
+++ b/include/grub/efi/api.h
@@ -1,7 +1,7 @@
/* efi.h - declare EFI types and functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/include/grub/efi/efi.h b/include/grub/efi/efi.h
index 916f9d6..74f178e 100644
--- a/include/grub/efi/efi.h
+++ b/include/grub/efi/efi.h
@@ -1,7 +1,7 @@
/* efi.h - declare variables and functions for EFI support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/include/grub/efi/pe32.h b/include/grub/efi/pe32.h
index 15de790..c652740 100644
--- a/include/grub/efi/pe32.h
+++ b/include/grub/efi/pe32.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/include/grub/fs.h b/include/grub/fs.h
index fa2c070..803b31c 100644
--- a/include/grub/fs.h
+++ b/include/grub/fs.h
@@ -1,7 +1,7 @@
/* fs.h - filesystem manager */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2007,2008,2009 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
diff --git a/include/grub/fshelp.h b/include/grub/fshelp.h
index 42d8da5..1725829 100644
--- a/include/grub/fshelp.h
+++ b/include/grub/fshelp.h
@@ -1,7 +1,7 @@
/* fshelp.h -- Filesystem helper functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/include/grub/gpt_partition.h b/include/grub/gpt_partition.h
index 428ceb1..e8c9989 100644
--- a/include/grub/gpt_partition.h
+++ b/include/grub/gpt_partition.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2006,2007,2008,2009 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
diff --git a/include/grub/i386/bsd.h b/include/grub/i386/bsd.h
index 321b31f..bdabb91 100644
--- a/include/grub/i386/bsd.h
+++ b/include/grub/i386/bsd.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/i386/efi/loader.h b/include/grub/i386/efi/loader.h
index 222dae8..0a1b6da 100644
--- a/include/grub/i386/efi/loader.h
+++ b/include/grub/i386/efi/loader.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2006,2007,2009 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
diff --git a/include/grub/i386/ieee1275/loader.h b/include/grub/i386/ieee1275/loader.h
index 20df2e1..d348504 100644
--- a/include/grub/i386/ieee1275/loader.h
+++ b/include/grub/i386/ieee1275/loader.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2007,2008,2009 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
diff --git a/include/grub/i386/linux.h b/include/grub/i386/linux.h
index dad38e5..9aaee21 100644
--- a/include/grub/i386/linux.h
+++ b/include/grub/i386/linux.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2007,2008,2009 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
diff --git a/include/grub/i386/pc/biosdisk.h b/include/grub/i386/pc/biosdisk.h
index 64d4f21..82aea22 100644
--- a/include/grub/i386/pc/biosdisk.h
+++ b/include/grub/i386/pc/biosdisk.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2008,2009 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
diff --git a/include/grub/i386/pc/chainloader.h b/include/grub/i386/pc/chainloader.h
index ca1da23..e946a8e 100644
--- a/include/grub/i386/pc/chainloader.h
+++ b/include/grub/i386/pc/chainloader.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2007,2009 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
diff --git a/include/grub/i386/pc/init.h b/include/grub/i386/pc/init.h
index 0029959..19ddcd3 100644
--- a/include/grub/i386/pc/init.h
+++ b/include/grub/i386/pc/init.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2005,2007,2008,2009 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
diff --git a/include/grub/i386/pc/memory.h b/include/grub/i386/pc/memory.h
index c95eae0..5e2467e 100644
--- a/include/grub/i386/pc/memory.h
+++ b/include/grub/i386/pc/memory.h
@@ -1,7 +1,7 @@
/* memory.h - describe the memory map */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2007,2008,2009 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
diff --git a/include/grub/i386/pci.h b/include/grub/i386/pci.h
index 996f642..5ee1b61 100644
--- a/include/grub/i386/pci.h
+++ b/include/grub/i386/pci.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/i386/pit.h b/include/grub/i386/pit.h
index ff9b9a6..e50cd66 100644
--- a/include/grub/i386/pit.h
+++ b/include/grub/i386/pit.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/ieee1275/ieee1275.h b/include/grub/ieee1275/ieee1275.h
index 751055f..3929c00 100644
--- a/include/grub/ieee1275/ieee1275.h
+++ b/include/grub/ieee1275/ieee1275.h
@@ -1,7 +1,7 @@
/* ieee1275.h - Access the Open Firmware client interface. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/include/grub/lib/arg.h b/include/grub/lib/arg.h
index e6af60c..8263dbf 100644
--- a/include/grub/lib/arg.h
+++ b/include/grub/lib/arg.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2009 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
diff --git a/include/grub/memory.h b/include/grub/memory.h
index f7fe2be..2e85787 100644
--- a/include/grub/memory.h
+++ b/include/grub/memory.h
@@ -1,7 +1,7 @@
/* memory.h - describe the memory map */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2007,2008,2009 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
diff --git a/include/grub/misc.h b/include/grub/misc.h
index 3490db0..dc83c9a 100644
--- a/include/grub/misc.h
+++ b/include/grub/misc.h
@@ -1,7 +1,7 @@
/* misc.h - prototypes for misc functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2006,2007,2008,2009,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2006,2007,2008,2009,2008,2009 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
diff --git a/include/grub/pci.h b/include/grub/pci.h
index 7c8b505..03c9d6b 100644
--- a/include/grub/pci.h
+++ b/include/grub/pci.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/sparc64/ieee1275/ieee1275.h b/include/grub/sparc64/ieee1275/ieee1275.h
index 7626e93..b25e98a 100644
--- a/include/grub/sparc64/ieee1275/ieee1275.h
+++ b/include/grub/sparc64/ieee1275/ieee1275.h
@@ -1,7 +1,7 @@
/* ieee1275.h - Access the Open Firmware client interface. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2009 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
diff --git a/include/grub/sparc64/kernel.h b/include/grub/sparc64/kernel.h
index 9f404b0..d9dfa7a 100644
--- a/include/grub/sparc64/kernel.h
+++ b/include/grub/sparc64/kernel.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/include/grub/sparc64/libgcc.h b/include/grub/sparc64/libgcc.h
index 4a6b619..7cea07d 100644
--- a/include/grub/sparc64/libgcc.h
+++ b/include/grub/sparc64/libgcc.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2007,2009 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
diff --git a/include/grub/symbol.h b/include/grub/symbol.h
index ef19a73..4ea46b6 100644
--- a/include/grub/symbol.h
+++ b/include/grub/symbol.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2006,2007,2008,2009 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
diff --git a/include/grub/term.h b/include/grub/term.h
index d12d0f0..3985c7e 100644
--- a/include/grub/term.h
+++ b/include/grub/term.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2007,2008,2009 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
diff --git a/include/grub/types.h b/include/grub/types.h
index 114b456..9796119 100644
--- a/include/grub/types.h
+++ b/include/grub/types.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2006,2007,2008,2009 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
diff --git a/include/grub/usb.h b/include/grub/usb.h
index 9c9e58b..b1eb184 100644
--- a/include/grub/usb.h
+++ b/include/grub/usb.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/usbdesc.h b/include/grub/usbdesc.h
index 97947dc..85be489 100644
--- a/include/grub/usbdesc.h
+++ b/include/grub/usbdesc.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/usbtrans.h b/include/grub/usbtrans.h
index 7e4a9d7..d5b0f3d 100644
--- a/include/grub/usbtrans.h
+++ b/include/grub/usbtrans.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/util/misc.h b/include/grub/util/misc.h
index 9eaef88..9c41e7e 100644
--- a/include/grub/util/misc.h
+++ b/include/grub/util/misc.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2006,2007,2008,2009 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
diff --git a/include/grub/x86_64/efi/loader.h b/include/grub/x86_64/efi/loader.h
index fac6746..1929aaf 100644
--- a/include/grub/x86_64/efi/loader.h
+++ b/include/grub/x86_64/efi/loader.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2006,2007,2009 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
diff --git a/kern/device.c b/kern/device.c
index 184c3a2..15b3a25 100644
--- a/kern/device.c
+++ b/kern/device.c
@@ -1,7 +1,7 @@
/* device.c - device manager */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2008,2009 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
diff --git a/kern/disk.c b/kern/disk.c
index 8a92989..8b05d74 100644
--- a/kern/disk.c
+++ b/kern/disk.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2006,2007,2008,2009 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
diff --git a/kern/dl.c b/kern/dl.c
index 458ad58..b82768d 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2007,2008,2009 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
diff --git a/kern/efi/efi.c b/kern/efi/efi.c
index 25007e3..87235a4 100644
--- a/kern/efi/efi.c
+++ b/kern/efi/efi.c
@@ -1,7 +1,7 @@
/* efi.c - generic EFI support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/kern/efi/mm.c b/kern/efi/mm.c
index 4635776..5693de2 100644
--- a/kern/efi/mm.c
+++ b/kern/efi/mm.c
@@ -1,7 +1,7 @@
/* mm.c - generic EFI memory management */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/kern/fs.c b/kern/fs.c
index e2e4300..07b77c4 100644
--- a/kern/fs.c
+++ b/kern/fs.c
@@ -1,7 +1,7 @@
/* fs.c - filesystem manager */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2009 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
diff --git a/kern/i386/coreboot/init.c b/kern/i386/coreboot/init.c
index c12af2c..92745eb 100644
--- a/kern/i386/coreboot/init.c
+++ b/kern/i386/coreboot/init.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/kern/i386/efi/startup.S b/kern/i386/efi/startup.S
index b886280..6fbb6a7 100644
--- a/kern/i386/efi/startup.S
+++ b/kern/i386/efi/startup.S
@@ -1,7 +1,7 @@
/* startup.S - bootstrap GRUB itself */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2009 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
diff --git a/kern/i386/pc/init.c b/kern/i386/pc/init.c
index c64497e..e019b66 100644
--- a/kern/i386/pc/init.c
+++ b/kern/i386/pc/init.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/kern/ieee1275/ieee1275.c b/kern/ieee1275/ieee1275.c
index f537b11..d010eef 100644
--- a/kern/ieee1275/ieee1275.c
+++ b/kern/ieee1275/ieee1275.c
@@ -1,7 +1,7 @@
/* of.c - Access the Open Firmware client interface. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/kern/main.c b/kern/main.c
index 1d88b60..b97e611 100644
--- a/kern/main.c
+++ b/kern/main.c
@@ -1,7 +1,7 @@
/* main.c - the kernel main routine */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2006,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2006,2008,2009 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
diff --git a/kern/mm.c b/kern/mm.c
index a31dc2e..6ef978d 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2008,2009 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
@@ -47,7 +47,7 @@
before the returned pointer, that is, the header resides at the previous
cell.
- Free blocks constitutes a ring, using a singly linked list. The first free
+,2009 Free blocks constitutes a ring, using a singly linked list. The first free
block is pointed to by the meta information of a region. The allocator
attempts to pick up the second block instead of the first one. This is
a typical optimization against defragmentation, and makes the
diff --git a/kern/powerpc/ieee1275/startup.S b/kern/powerpc/ieee1275/startup.S
index 75e1ed8..41776ba 100644
--- a/kern/powerpc/ieee1275/startup.S
+++ b/kern/powerpc/ieee1275/startup.S
@@ -1,7 +1,7 @@
/* startup.S - Startup code for the PowerPC. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/kern/sparc64/dl.c b/kern/sparc64/dl.c
index 29b8c8a..96abdc2 100644
--- a/kern/sparc64/dl.c
+++ b/kern/sparc64/dl.c
@@ -1,7 +1,7 @@
/* dl.c - arch-dependent part of loadable module support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2005,2007,2009 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
diff --git a/kern/x86_64/dl.c b/kern/x86_64/dl.c
index a606901..f68a78f 100644
--- a/kern/x86_64/dl.c
+++ b/kern/x86_64/dl.c
@@ -1,7 +1,7 @@
/* dl-x86_64.c - arch-dependent part of loadable module support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2009 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
diff --git a/lib/arg.c b/lib/arg.c
index e614048..257e5b3 100644
--- a/lib/arg.c
+++ b/lib/arg.c
@@ -1,7 +1,7 @@
/* arg.c - argument parser */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/lib/efi/datetime.c b/lib/efi/datetime.c
index 0a91c34..de06856 100644
--- a/lib/efi/datetime.c
+++ b/lib/efi/datetime.c
@@ -1,7 +1,7 @@
/* kern/efi/datetime.c - efi datetime function.
*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/lib/hexdump.c b/lib/hexdump.c
index c69cb09..800beb2 100644
--- a/lib/hexdump.c
+++ b/lib/hexdump.c
@@ -1,7 +1,7 @@
/* hexdump.c - hexdump function */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/lib/i386/datetime.c b/lib/i386/datetime.c
index 63858ed..0c28b71 100644
--- a/lib/i386/datetime.c
+++ b/lib/i386/datetime.c
@@ -1,7 +1,7 @@
/* kern/i386/datetime.c - x86 CMOS datetime function.
*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/loader/efi/appleloader.c b/loader/efi/appleloader.c
index 94d501b..28a9493 100644
--- a/loader/efi/appleloader.c
+++ b/loader/efi/appleloader.c
@@ -1,7 +1,7 @@
/* appleloader.c - apple legacy boot loader. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/loader/efi/chainloader.c b/loader/efi/chainloader.c
index a467ea3..5755350 100644
--- a/loader/efi/chainloader.c
+++ b/loader/efi/chainloader.c
@@ -1,7 +1,7 @@
/* chainloader.c - boot another boot loader */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2006,2007,2008,2009 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
diff --git a/loader/i386/bsd.c b/loader/i386/bsd.c
index db76399..0a50029 100644
--- a/loader/i386/bsd.c
+++ b/loader/i386/bsd.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2009,2009 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
diff --git a/loader/i386/ieee1275/linux.c b/loader/i386/ieee1275/linux.c
index a563577..25120af 100644
--- a/loader/i386/ieee1275/linux.c
+++ b/loader/i386/ieee1275/linux.c
@@ -1,7 +1,7 @@
/* linux.c - boot Linux zImage or bzImage */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009 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
diff --git a/loader/i386/pc/chainloader.c b/loader/i386/pc/chainloader.c
index 60a4884..b5f75c5 100644
--- a/loader/i386/pc/chainloader.c
+++ b/loader/i386/pc/chainloader.c
@@ -1,7 +1,7 @@
/* chainloader.c - boot another boot loader */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2007,2009 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
diff --git a/loader/i386/pc/linux.c b/loader/i386/pc/linux.c
index 34a4ebc..3a06dbe 100644
--- a/loader/i386/pc/linux.c
+++ b/loader/i386/pc/linux.c
@@ -1,7 +1,7 @@
/* linux.c - boot Linux zImage or bzImage */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009 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
diff --git a/loader/i386/pc/multiboot2.c b/loader/i386/pc/multiboot2.c
index d5fe8e3..65fa5d8 100644
--- a/loader/i386/pc/multiboot2.c
+++ b/loader/i386/pc/multiboot2.c
@@ -1,7 +1,7 @@
/* multiboot2.c - boot a multiboot 2 OS image. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/loader/multiboot2.c b/loader/multiboot2.c
index fd82828..43f4817 100644
--- a/loader/multiboot2.c
+++ b/loader/multiboot2.c
@@ -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,2009 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
diff --git a/loader/multiboot_loader.c b/loader/multiboot_loader.c
index 11ba666..24fda19 100644
--- a/loader/multiboot_loader.c
+++ b/loader/multiboot_loader.c
@@ -1,7 +1,7 @@
/* multiboot_loader.c - boot multiboot 1 or 2 OS image */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/loader/powerpc/ieee1275/linux.c b/loader/powerpc/ieee1275/linux.c
index 80d8b03..a688396 100644
--- a/loader/powerpc/ieee1275/linux.c
+++ b/loader/powerpc/ieee1275/linux.c
@@ -1,7 +1,7 @@
/* linux.c - boot Linux */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007,2009 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
diff --git a/normal/cmdline.c b/normal/cmdline.c
index 4ef8890..9930b46 100644
--- a/normal/cmdline.c
+++ b/normal/cmdline.c
@@ -1,6 +1,6 @@
/*
* 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,2009 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
diff --git a/normal/completion.c b/normal/completion.c
index 03effd8..34fbd16 100644
--- a/normal/completion.c
+++ b/normal/completion.c
@@ -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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009 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
diff --git a/normal/datetime.c b/normal/datetime.c
index 272b716..687996a 100644
--- a/normal/datetime.c
+++ b/normal/datetime.c
@@ -1,7 +1,7 @@
/* datetime.c - Module for common datetime function. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/normal/menu_entry.c b/normal/menu_entry.c
index 6ec0d63..3a9cb08 100644
--- a/normal/menu_entry.c
+++ b/normal/menu_entry.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/normal/misc.c b/normal/misc.c
index bf677db..456d51d 100644
--- a/normal/misc.c
+++ b/normal/misc.c
@@ -1,7 +1,7 @@
/* misc.c - miscellaneous functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/term/efi/console.c b/term/efi/console.c
index 3322b8f..09e5035 100644
--- a/term/efi/console.c
+++ b/term/efi/console.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/term/i386/pc/at_keyboard.c b/term/i386/pc/at_keyboard.c
index 0b2a06d..22e26c2 100644
--- a/term/i386/pc/at_keyboard.c
+++ b/term/i386/pc/at_keyboard.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/term/i386/pc/console.c b/term/i386/pc/console.c
index c880595..b33b59a 100644
--- a/term/i386/pc/console.c
+++ b/term/i386/pc/console.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2007,2008,2009 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
diff --git a/term/i386/pc/serial.c b/term/i386/pc/serial.c
index ec4d615..2fef26f 100644
--- a/term/i386/pc/serial.c
+++ b/term/i386/pc/serial.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2000,2001,2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2007,2008,2009 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
diff --git a/term/i386/pc/vga_text.c b/term/i386/pc/vga_text.c
index 170f74d..768f3b8 100644
--- a/term/i386/pc/vga_text.c
+++ b/term/i386/pc/vga_text.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2008,2009 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
diff --git a/term/ieee1275/ofconsole.c b/term/ieee1275/ofconsole.c
index 0cc0924..7dd7217 100644
--- a/term/ieee1275/ofconsole.c
+++ b/term/ieee1275/ofconsole.c
@@ -1,7 +1,7 @@
/* ofconsole.c -- Open Firmware console for GRUB. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/term/terminfo.c b/term/terminfo.c
index f18be9e..3a8e3fc 100644
--- a/term/terminfo.c
+++ b/term/terminfo.c
@@ -1,7 +1,7 @@
/* terminfo.c - simple terminfo module */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2009 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
diff --git a/util/console.c b/util/console.c
index 70b0440..a13855c 100644
--- a/util/console.c
+++ b/util/console.c
@@ -1,7 +1,7 @@
/* console.c -- Ncurses console for GRUB. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008,2009 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
diff --git a/util/elf/grub-mkimage.c b/util/elf/grub-mkimage.c
index f841035..33c82f7 100644
--- a/util/elf/grub-mkimage.c
+++ b/util/elf/grub-mkimage.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/util/grub-emu.c b/util/grub-emu.c
index addbc08..5fdb16c 100644
--- a/util/grub-emu.c
+++ b/util/grub-emu.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2006,2007,2008,2009 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
diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
index 1064763..563f872 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -1,7 +1,7 @@
#! /bin/sh -e
# Generate grub.cfg by inspecting /boot contents.
-# Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2006,2007,2008,2009 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
diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
index a145277..03b4dc5 100644
--- a/util/grub.d/30_os-prober.in
+++ b/util/grub.d/30_os-prober.in
@@ -1,7 +1,7 @@
#! /bin/sh -e
# update-grub helper script.
-# Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2006,2007,2008,2009 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
diff --git a/util/hostfs.c b/util/hostfs.c
index de3bcd6..7d156ec 100644
--- a/util/hostfs.c
+++ b/util/hostfs.c
@@ -1,7 +1,7 @@
/* hostfs.c - Dummy filesystem to provide access to the hosts filesystem */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/util/i386/pc/grub-install.in b/util/i386/pc/grub-install.in
index e4724f9..d817a17 100644
--- a/util/i386/pc/grub-install.in
+++ b/util/i386/pc/grub-install.in
@@ -1,7 +1,7 @@
#! /bin/sh
# Install GRUB on your drive.
-# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/util/i386/pc/grub-mkrescue.in b/util/i386/pc/grub-mkrescue.in
index da93776..e72d75d 100644
--- a/util/i386/pc/grub-mkrescue.in
+++ b/util/i386/pc/grub-mkrescue.in
@@ -1,7 +1,7 @@
#! /bin/sh -e
# Make GRUB rescue image
-# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/util/i386/pc/grub-setup.c b/util/i386/pc/grub-setup.c
index 1421297..df4e51b 100644
--- a/util/i386/pc/grub-setup.c
+++ b/util/i386/pc/grub-setup.c
@@ -1,7 +1,7 @@
/* grub-setup.c - make GRUB usable */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/util/lvm.c b/util/lvm.c
index edd31b0..7e3f270 100644
--- a/util/lvm.c
+++ b/util/lvm.c
@@ -1,7 +1,7 @@
/* lvm.c - LVM support for GRUB utils. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/util/raid.c b/util/raid.c
index ad6e407..9926ff4 100644
--- a/util/raid.c
+++ b/util/raid.c
@@ -1,7 +1,7 @@
/* raid.c - RAID support for GRUB utils. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/util/usb.c b/util/usb.c
index 744ad86..3b4204a 100644
--- a/util/usb.c
+++ b/util/usb.c
@@ -1,7 +1,7 @@
/* usb.c -- libusb USB support for GRUB. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/video/readers/jpeg.c b/video/readers/jpeg.c
index 45a54c4..024d5e3 100644
--- a/video/readers/jpeg.c
+++ b/video/readers/jpeg.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/video/readers/png.c b/video/readers/png.c
index f9247b1..575f131 100644
--- a/video/readers/png.c
+++ b/video/readers/png.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/video/readers/tga.c b/video/readers/tga.c
index cdaa7dd..4d11766 100644
--- a/video/readers/tga.c
+++ b/video/readers/tga.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2009 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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 17:40 ` Bean
2009-05-04 17:52 ` Vladimir 'phcoder' Serbinenko
@ 2009-05-04 17:58 ` Robert Millan
2009-05-04 17:58 ` Felix Zielcke
2 siblings, 0 replies; 12+ messages in thread
From: Robert Millan @ 2009-05-04 17:58 UTC (permalink / raw)
To: The development of GRUB 2
On Tue, May 05, 2009 at 01:40:02AM +0800, Bean wrote:
> Hi,
>
> Well, I just write a small script to detect files that needs updating.
> BTW, I use git to access the svn repository:
>
> grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" `git diff
> --stat @{2009-01-01}..HEAD 2>/dev/null | grep '|' | cut -d\ -f2`
> 2>/dev/null
>
> Here are the result:
> [...]
Scary... well, unless someone wants to review all of them, I suggest we
just try to keep this in mind. Hopefully by the end of the year the list
will be shorter :-)
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 17:40 ` Bean
2009-05-04 17:52 ` Vladimir 'phcoder' Serbinenko
2009-05-04 17:58 ` Robert Millan
@ 2009-05-04 17:58 ` Felix Zielcke
2 siblings, 0 replies; 12+ messages in thread
From: Felix Zielcke @ 2009-05-04 17:58 UTC (permalink / raw)
To: The development of GRUB 2
Am Dienstag, den 05.05.2009, 01:40 +0800 schrieb Bean:
> Here are the result:
> Makefile.in
Makefile.in had curiously 2008,2009,2008.
I just fixed this.
--
Felix Zielcke
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 17:52 ` Vladimir 'phcoder' Serbinenko
@ 2009-05-04 17:59 ` Vladimir 'phcoder' Serbinenko
2009-05-04 18:00 ` Robert Millan
1 sibling, 0 replies; 12+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2009-05-04 17:59 UTC (permalink / raw)
To: The development of GRUB 2
[-- Attachment #1.1: Type: text/plain, Size: 6010 bytes --]
Corrected a false positive and generated changelog with the following
command:
git diff --stat | gawk '{ print " * " $1 ": Likewise." ; }' >
changelog.add
And some manual editing
On Mon, May 4, 2009 at 7:52 PM, Vladimir 'phcoder' Serbinenko <
phcoder@gmail.com> wrote:
>
>
> On Mon, May 4, 2009 at 7:40 PM, Bean <bean123ch@gmail.com> wrote:
>
>> Hi,
>>
>> Well, I just write a small script to detect files that needs updating.
>> BTW, I use git to access the svn repository:
>>
> With the following script :
> sed "s/ Free/,2009 Free/g;" < $1 > ./tmp
> cp ./tmp $1
>
> xargs and this list I generated a patch to update all these files
>
>>
>> grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" `git diff
>> --stat @{2009-01-01}..HEAD 2>/dev/null | grep '|' | cut -d\ -f2`
>> 2>/dev/null
>>
>> Here are the result:
>> Makefile.in
>> boot/i386/pc/boot.S
>> bus/usb/ohci.c
>> bus/usb/uhci.c
>> bus/usb/usb.c
>> bus/usb/usbhub.c
>> bus/usb/usbtrans.c
>> commands/blocklist.c
>> commands/cat.c
>> commands/cmp.c
>> commands/crc.c
>> commands/date.c
>> commands/echo.c
>> commands/halt.c
>> commands/help.c
>> commands/hexdump.c
>> commands/i386/cpuid.c
>> commands/i386/pc/halt.c
>> commands/i386/pc/play.c
>> commands/i386/pc/pxecmd.c
>> commands/i386/pc/vbeinfo.c
>> commands/i386/pc/vbetest.c
>> commands/ieee1275/suspend.c
>> commands/ls.c
>> commands/lsmmap.c
>> commands/read.c
>> commands/reboot.c
>> commands/search.c
>> commands/sleep.c
>> commands/test.c
>> commands/usbtest.c
>> configure
>> disk/efi/efidisk.c
>> disk/fs_uuid.c
>> disk/i386/pc/biosdisk.c
>> disk/ieee1275/nand.c
>> disk/ieee1275/ofdisk.c
>> disk/loopback.c
>> disk/lvm.c
>> disk/raid.c
>> disk/scsi.c
>> disk/usbms.c
>> fs/affs.c
>> fs/afs.c
>> fs/cpio.c
>> fs/ext2.c
>> fs/fshelp.c
>> fs/hfs.c
>> fs/hfsplus.c
>> fs/i386/pc/pxe.c
>> fs/iso9660.c
>> fs/jfs.c
>> fs/minix.c
>> fs/ntfs.c
>> fs/reiserfs.c
>> fs/sfs.c
>> fs/udf.c
>> fs/ufs.c
>> fs/xfs.c
>> gencmdlist.sh
>> genfslist.sh
>> genkernsyms.sh.in
>> genmk.rb
>> gensymlist.sh.in
>> hello/hello.c
>> hook/datehook.c
>> include/grub/datetime.h
>> include/grub/disk.h
>> include/grub/dl.h
>> include/grub/efi/api.h
>> include/grub/efi/efi.h
>> include/grub/efi/pe32.h
>> include/grub/elf.h
>> include/grub/err.h
>> include/grub/fs.h
>> include/grub/fshelp.h
>> include/grub/gpt_partition.h
>> include/grub/i386/bsd.h
>> include/grub/i386/efi/loader.h
>> include/grub/i386/ieee1275/loader.h
>> include/grub/i386/linux.h
>> include/grub/i386/pc/biosdisk.h
>> include/grub/i386/pc/chainloader.h
>> include/grub/i386/pc/init.h
>> include/grub/i386/pc/memory.h
>> include/grub/i386/pci.h
>> include/grub/i386/pit.h
>> include/grub/ieee1275/ieee1275.h
>> include/grub/lib/arg.h
>> include/grub/memory.h
>> include/grub/misc.h
>> include/grub/pci.h
>> include/grub/powerpc/ieee1275/memory.h
>> include/grub/sparc64/ieee1275/ieee1275.h
>> include/grub/sparc64/kernel.h
>> include/grub/sparc64/libgcc.h
>> include/grub/symbol.h
>> include/grub/term.h
>> include/grub/types.h
>> include/grub/usb.h
>> include/grub/usbdesc.h
>> include/grub/usbtrans.h
>> include/grub/util/misc.h
>> include/grub/x86_64/efi/loader.h
>> kern/device.c
>> kern/disk.c
>> kern/dl.c
>> kern/efi/efi.c
>> kern/efi/mm.c
>> kern/fs.c
>> kern/i386/coreboot/init.c
>> kern/i386/coreboot/startup.S
>> kern/i386/efi/startup.S
>> kern/i386/ieee1275/startup.S
>> kern/i386/loader.S
>> kern/i386/pc/init.c
>> kern/i386/pc/startup.S
>> kern/ieee1275/ieee1275.c
>> kern/ieee1275/init.c
>> kern/ieee1275/mmap.c
>> kern/ieee1275/openfw.c
>> kern/main.c
>> kern/mm.c
>> kern/powerpc/ieee1275/startup.S
>> kern/sparc64/dl.c
>> kern/x86_64/dl.c
>> lib/arg.c
>> lib/efi/datetime.c
>> lib/hexdump.c
>> lib/i386/datetime.c
>> loader/efi/appleloader.c
>> loader/efi/chainloader.c
>> loader/i386/bsd.c
>> loader/i386/ieee1275/linux.c
>> loader/i386/pc/chainloader.c
>> loader/i386/pc/linux.c
>> loader/i386/pc/multiboot2.c
>> loader/multiboot2.c
>> loader/multiboot_loader.c
>> loader/powerpc/ieee1275/linux.c
>> normal/cmdline.c
>> normal/completion.c
>> normal/datetime.c
>> normal/menu_entry.c
>> normal/misc.c
>> term/efi/console.c
>> term/i386/pc/at_keyboard.c
>> term/i386/pc/console.c
>> term/i386/pc/serial.c
>> term/i386/pc/vga_text.c
>> term/ieee1275/ofconsole.c
>> term/terminfo.c
>> util/console.c
>> util/deviceiter.c
>> util/elf/grub-mkimage.c
>> util/grub-emu.c
>> util/grub-fstest.c
>> util/grub-mkconfig.in
>> util/grub-mkdevicemap.c
>> util/grub-pe2elf.c
>> util/grub.d/30_os-prober.in
>> util/hostfs.c
>> util/i386/pc/grub-install.in
>> util/i386/pc/grub-mkrescue.in
>> util/i386/pc/grub-setup.c
>> util/lvm.c
>> util/raid.c
>> util/usb.c
>> video/readers/jpeg.c
>> video/readers/png.c
>> video/readers/tga.c
>>
>>
>> On Tue, May 5, 2009 at 12:10 AM, Robert Millan <rmh@aybabtu.com> wrote:
>> >
>> > Hi all,
>> >
>> > Please remember to update copyright lines in files when you commit
>> > copyright significant changes. As a general rule of thumb, if your
>> > commit modifies/adds more than 10 lines of code it's likely going to
>> > be copyright-significant. And if in doubt, it's better to err on the
>> > safe side and update it anyway.
>> >
>> > It becomes a PITA at the end of each year when the full list of modified
>> > files needs to be checked manually.
>> >
>> > --
>> > Robert Millan
>> >
>> > The DRM opt-in fallacy: "Your data belongs to us. We will decide when
>> (and
>> > how) you may access your data; but nobody's threatening your freedom:
>> we
>> > still allow you to remove your data and not access it at all."
>> >
>> >
>> > _______________________________________________
>> > Grub-devel mailing list
>> > Grub-devel@gnu.org
>> > http://lists.gnu.org/mailman/listinfo/grub-devel
>> >
>>
>>
>>
>> --
>> Bean
>>
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> http://lists.gnu.org/mailman/listinfo/grub-devel
>>
>
>
>
> --
> Regards
> Vladimir 'phcoder' Serbinenko
>
--
Regards
Vladimir 'phcoder' Serbinenko
[-- Attachment #1.2: Type: text/html, Size: 8227 bytes --]
[-- Attachment #2: copy2009.diff --]
[-- Type: text/x-diff, Size: 84757 bytes --]
diff --git a/ChangeLog b/ChangeLog
index 2f7d790..2c002b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,160 @@
+2009-05-04 Bean <bean123ch@gmail.com> Vladimir Serbinenko <phcoder@gmail.com>
+
+ Update copyright years
+
+ * boot/i386/pc/boot.S: Update copyright year
+ * bus/usb/ohci.c: Likewise.
+ * bus/usb/uhci.c: Likewise.
+ * bus/usb/usb.c: Likewise.
+ * bus/usb/usbhub.c: Likewise.
+ * bus/usb/usbtrans.c: Likewise.
+ * commands/blocklist.c: Likewise.
+ * commands/cat.c: Likewise.
+ * commands/cmp.c: Likewise.
+ * commands/crc.c: Likewise.
+ * commands/date.c: Likewise.
+ * commands/echo.c: Likewise.
+ * commands/halt.c: Likewise.
+ * commands/help.c: Likewise.
+ * commands/hexdump.c: Likewise.
+ * commands/i386/cpuid.c: Likewise.
+ * commands/i386/pc/halt.c: Likewise.
+ * commands/i386/pc/play.c: Likewise.
+ * commands/i386/pc/pxecmd.c: Likewise.
+ * commands/i386/pc/vbeinfo.c: Likewise.
+ * commands/i386/pc/vbetest.c: Likewise.
+ * commands/ieee1275/suspend.c: Likewise.
+ * commands/ls.c: Likewise.
+ * commands/lsmmap.c: Likewise.
+ * commands/read.c: Likewise.
+ * commands/reboot.c: Likewise.
+ * commands/search.c: Likewise.
+ * commands/sleep.c: Likewise.
+ * commands/test.c: Likewise.
+ * commands/usbtest.c: Likewise.
+ * disk/efi/efidisk.c: Likewise.
+ * disk/fs_uuid.c: Likewise.
+ * disk/i386/pc/biosdisk.c: Likewise.
+ * disk/ieee1275/ofdisk.c: Likewise.
+ * disk/loopback.c: Likewise.
+ * disk/lvm.c: Likewise.
+ * disk/raid.c: Likewise.
+ * disk/scsi.c: Likewise.
+ * disk/usbms.c: Likewise.
+ * fs/affs.c: Likewise.
+ * fs/afs.c: Likewise.
+ * fs/ext2.c: Likewise.
+ * fs/fshelp.c: Likewise.
+ * fs/hfs.c: Likewise.
+ * fs/hfsplus.c: Likewise.
+ * fs/i386/pc/pxe.c: Likewise.
+ * fs/iso9660.c: Likewise.
+ * fs/jfs.c: Likewise.
+ * fs/minix.c: Likewise.
+ * fs/reiserfs.c: Likewise.
+ * fs/sfs.c: Likewise.
+ * fs/udf.c: Likewise.
+ * fs/ufs.c: Likewise.
+ * fs/xfs.c: Likewise.
+ * gencmdlist.sh: Likewise.
+ * genfslist.sh: Likewise.
+ * genkernsyms.sh.in: Likewise.
+ * genmk.rb: Likewise.
+ * gensymlist.sh.in: Likewise.
+ * hello/hello.c: Likewise.
+ * hook/datehook.c: Likewise.
+ * include/grub/datetime.h: Likewise.
+ * include/grub/disk.h: Likewise.
+ * include/grub/dl.h: Likewise.
+ * include/grub/efi/api.h: Likewise.
+ * include/grub/efi/efi.h: Likewise.
+ * include/grub/efi/pe32.h: Likewise.
+ * include/grub/fs.h: Likewise.
+ * include/grub/fshelp.h: Likewise.
+ * include/grub/gpt_partition.h: Likewise.
+ * include/grub/i386/bsd.h: Likewise.
+ * include/grub/i386/efi/loader.h: Likewise.
+ * include/grub/i386/ieee1275/loader.h: Likewise.
+ * include/grub/i386/linux.h: Likewise.
+ * include/grub/i386/pc/biosdisk.h: Likewise.
+ * include/grub/i386/pc/chainloader.h: Likewise.
+ * include/grub/i386/pc/init.h: Likewise.
+ * include/grub/i386/pc/memory.h: Likewise.
+ * include/grub/i386/pci.h: Likewise.
+ * include/grub/i386/pit.h: Likewise.
+ * include/grub/ieee1275/ieee1275.h: Likewise.
+ * include/grub/lib/arg.h: Likewise.
+ * include/grub/memory.h: Likewise.
+ * include/grub/misc.h: Likewise.
+ * include/grub/pci.h: Likewise.
+ * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
+ * include/grub/sparc64/kernel.h: Likewise.
+ * include/grub/sparc64/libgcc.h: Likewise.
+ * include/grub/symbol.h: Likewise.
+ * include/grub/term.h: Likewise.
+ * include/grub/types.h: Likewise.
+ * include/grub/usb.h: Likewise.
+ * include/grub/usbdesc.h: Likewise.
+ * include/grub/usbtrans.h: Likewise.
+ * include/grub/util/misc.h: Likewise.
+ * include/grub/x86_64/efi/loader.h: Likewise.
+ * kern/device.c: Likewise.
+ * kern/disk.c: Likewise.
+ * kern/dl.c: Likewise.
+ * kern/efi/efi.c: Likewise.
+ * kern/efi/mm.c: Likewise.
+ * kern/fs.c: Likewise.
+ * kern/i386/coreboot/init.c: Likewise.
+ * kern/i386/efi/startup.S: Likewise.
+ * kern/i386/pc/init.c: Likewise.
+ * kern/ieee1275/ieee1275.c: Likewise.
+ * kern/main.c: Likewise.
+ * kern/mm.c: Likewise.
+ * kern/powerpc/ieee1275/startup.S: Likewise.
+ * kern/sparc64/dl.c: Likewise.
+ * kern/x86_64/dl.c: Likewise.
+ * lib/arg.c: Likewise.
+ * lib/efi/datetime.c: Likewise.
+ * lib/hexdump.c: Likewise.
+ * lib/i386/datetime.c: Likewise.
+ * loader/efi/appleloader.c: Likewise.
+ * loader/efi/chainloader.c: Likewise.
+ * loader/i386/bsd.c: Likewise.
+ * loader/i386/ieee1275/linux.c: Likewise.
+ * loader/i386/pc/chainloader.c: Likewise.
+ * loader/i386/pc/linux.c: Likewise.
+ * loader/i386/pc/multiboot2.c: Likewise.
+ * loader/multiboot2.c: Likewise.
+ * loader/multiboot_loader.c: Likewise.
+ * loader/powerpc/ieee1275/linux.c: Likewise.
+ * normal/cmdline.c: Likewise.
+ * normal/completion.c: Likewise.
+ * normal/datetime.c: Likewise.
+ * normal/menu_entry.c: Likewise.
+ * normal/misc.c: Likewise.
+ * term/efi/console.c: Likewise.
+ * term/i386/pc/at_keyboard.c: Likewise.
+ * term/i386/pc/console.c: Likewise.
+ * term/i386/pc/serial.c: Likewise.
+ * term/i386/pc/vga_text.c: Likewise.
+ * term/ieee1275/ofconsole.c: Likewise.
+ * term/terminfo.c: Likewise.
+ * util/console.c: Likewise.
+ * util/elf/grub-mkimage.c: Likewise.
+ * util/grub-emu.c: Likewise.
+ * util/grub-mkconfig.in: Likewise.
+ * util/grub.d/30_os-prober.in: Likewise.
+ * util/hostfs.c: Likewise.
+ * util/i386/pc/grub-install.in: Likewise.
+ * util/i386/pc/grub-mkrescue.in: Likewise.
+ * util/i386/pc/grub-setup.c: Likewise.
+ * util/lvm.c: Likewise.
+ * util/raid.c: Likewise.
+ * util/usb.c: Likewise.
+ * video/readers/jpeg.c: Likewise.
+ * video/readers/png.c: Likewise.
+ * video/readers/tga.c: Likewise.
+
2009-05-03 Pavel Roskin <proski@gnu.org>
* disk/ata.c: Don't cast mod to void in GRUB_MOD_INIT to
diff --git a/boot/i386/pc/boot.S b/boot/i386/pc/boot.S
index 8056731..8412948 100644
--- a/boot/i386/pc/boot.S
+++ b/boot/i386/pc/boot.S
@@ -1,7 +1,7 @@
/* -*-Asm-*- */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2005,2006,2007,2008,2009 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
diff --git a/bus/usb/ohci.c b/bus/usb/ohci.c
index 6ffa84b..635ac96 100644
--- a/bus/usb/ohci.c
+++ b/bus/usb/ohci.c
@@ -1,7 +1,7 @@
/* ohci.c - OHCI Support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/bus/usb/uhci.c b/bus/usb/uhci.c
index 8406aed..ee178eb 100644
--- a/bus/usb/uhci.c
+++ b/bus/usb/uhci.c
@@ -1,7 +1,7 @@
/* uhci.c - UHCI Support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/bus/usb/usb.c b/bus/usb/usb.c
index a30598f..f878665 100644
--- a/bus/usb/usb.c
+++ b/bus/usb/usb.c
@@ -1,7 +1,7 @@
/* usb.c - Generic USB interfaces. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/bus/usb/usbhub.c b/bus/usb/usbhub.c
index ba0925a..188d21c 100644
--- a/bus/usb/usbhub.c
+++ b/bus/usb/usbhub.c
@@ -1,7 +1,7 @@
/* usb.c - USB Hub Support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/bus/usb/usbtrans.c b/bus/usb/usbtrans.c
index fd82957..d16b480 100644
--- a/bus/usb/usbtrans.c
+++ b/bus/usb/usbtrans.c
@@ -1,7 +1,7 @@
/* usbtrans.c - USB Transfers and Transactions. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/blocklist.c b/commands/blocklist.c
index 2057291..1ade8a4 100644
--- a/commands/blocklist.c
+++ b/commands/blocklist.c
@@ -1,7 +1,7 @@
/* blocklist.c - print the block list of a file */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2009 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
diff --git a/commands/cat.c b/commands/cat.c
index f2d5f1c..c90d78b 100644
--- a/commands/cat.c
+++ b/commands/cat.c
@@ -1,7 +1,7 @@
/* cat.c - command to show the contents of a file */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008,2009 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
diff --git a/commands/cmp.c b/commands/cmp.c
index b5d4f8d..75b5a26 100644
--- a/commands/cmp.c
+++ b/commands/cmp.c
@@ -1,7 +1,7 @@
/* cmd.c - command to cmp an operating system */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2006,2007,2009 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
diff --git a/commands/crc.c b/commands/crc.c
index 6b4b1d1..7b192ea 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -1,7 +1,7 @@
/* crc.c - command to calculate the crc32 checksum of a file */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/date.c b/commands/date.c
index 1d60964..c36a7b4 100644
--- a/commands/date.c
+++ b/commands/date.c
@@ -1,7 +1,7 @@
/* date.c - command to display/set current datetime. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/echo.c b/commands/echo.c
index f3b5f87..ba06644 100644
--- a/commands/echo.c
+++ b/commands/echo.c
@@ -1,7 +1,7 @@
/* echo.c - Command to display a line of text */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2009 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
diff --git a/commands/halt.c b/commands/halt.c
index b902418..6b0352e 100644
--- a/commands/halt.c
+++ b/commands/halt.c
@@ -1,7 +1,7 @@
/* halt.c - command to halt the computer. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/help.c b/commands/help.c
index 6159a63..7b1977e 100644
--- a/commands/help.c
+++ b/commands/help.c
@@ -1,7 +1,7 @@
/* help.c - command to show a help text. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/hexdump.c b/commands/hexdump.c
index 0e560c0..124d91b 100644
--- a/commands/hexdump.c
+++ b/commands/hexdump.c
@@ -1,7 +1,7 @@
/* hexdump.c - command to dump the contents of a file or memory */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/commands/i386/cpuid.c b/commands/i386/cpuid.c
index b80b14c..0adcb49 100644
--- a/commands/i386/cpuid.c
+++ b/commands/i386/cpuid.c
@@ -1,7 +1,7 @@
/* cpuid.c - test for CPU features */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2007,2009 Free Software Foundation, Inc.
* Based on gcc/gcc/config/i386/driver-i386.c
*
* GRUB is free software: you can redistribute it and/or modify
diff --git a/commands/i386/pc/halt.c b/commands/i386/pc/halt.c
index add8631..8b1c1ae 100644
--- a/commands/i386/pc/halt.c
+++ b/commands/i386/pc/halt.c
@@ -1,7 +1,7 @@
/* halt.c - command to halt the computer. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/i386/pc/play.c b/commands/i386/pc/play.c
index f9512ce..1835b8f 100644
--- a/commands/i386/pc/play.c
+++ b/commands/i386/pc/play.c
@@ -1,7 +1,7 @@
/* play.c - command to play a tune */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/i386/pc/pxecmd.c b/commands/i386/pc/pxecmd.c
index df53870..8ed8d1c 100644
--- a/commands/i386/pc/pxecmd.c
+++ b/commands/i386/pc/pxecmd.c
@@ -1,7 +1,7 @@
/* pxe.c - command to control the pxe driver */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/i386/pc/vbeinfo.c b/commands/i386/pc/vbeinfo.c
index 3c397a1..5a03a4d 100644
--- a/commands/i386/pc/vbeinfo.c
+++ b/commands/i386/pc/vbeinfo.c
@@ -1,7 +1,7 @@
/* vbeinfo.c - command to list compatible VBE video modes. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/i386/pc/vbetest.c b/commands/i386/pc/vbetest.c
index bfcf215..4aca97d 100644
--- a/commands/i386/pc/vbetest.c
+++ b/commands/i386/pc/vbetest.c
@@ -1,7 +1,7 @@
/* vbetest.c - command to test VESA BIOS Extension 2.0+ support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/ieee1275/suspend.c b/commands/ieee1275/suspend.c
index 028dd3c..886dbac 100644
--- a/commands/ieee1275/suspend.c
+++ b/commands/ieee1275/suspend.c
@@ -1,7 +1,7 @@
/* suspend.c - command to suspend GRUB and return to Open Firmware */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/ls.c b/commands/ls.c
index fb38fab..f64ce14 100644
--- a/commands/ls.c
+++ b/commands/ls.c
@@ -1,7 +1,7 @@
/* ls.c - command to list files and devices */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008,2009 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
diff --git a/commands/lsmmap.c b/commands/lsmmap.c
index 09f141e..96a2662 100644
--- a/commands/lsmmap.c
+++ b/commands/lsmmap.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/commands/read.c b/commands/read.c
index 82b30b4..6b7a0eb 100644
--- a/commands/read.c
+++ b/commands/read.c
@@ -1,7 +1,7 @@
/* read.c - Command to read variables from user. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/commands/reboot.c b/commands/reboot.c
index 11bceeb..f1ff863 100644
--- a/commands/reboot.c
+++ b/commands/reboot.c
@@ -1,7 +1,7 @@
/* reboot.c - command to reboot the computer. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/search.c b/commands/search.c
index 03884a9..6ab4ed5 100644
--- a/commands/search.c
+++ b/commands/search.c
@@ -1,7 +1,7 @@
/* search.c - search devices based on a file or a filesystem label */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/commands/sleep.c b/commands/sleep.c
index c9d5333..802cae5 100644
--- a/commands/sleep.c
+++ b/commands/sleep.c
@@ -1,7 +1,7 @@
/* sleep.c - Command to wait a specified number of seconds. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/commands/test.c b/commands/test.c
index 68b5efe..3c706bc 100644
--- a/commands/test.c
+++ b/commands/test.c
@@ -1,7 +1,7 @@
/* test.c -- The test command.. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2009 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
diff --git a/commands/usbtest.c b/commands/usbtest.c
index 019d3fe..f04942a 100644
--- a/commands/usbtest.c
+++ b/commands/usbtest.c
@@ -1,7 +1,7 @@
/* usbtest.c - test module for USB */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/disk/efi/efidisk.c b/disk/efi/efidisk.c
index 767ebf8..e5fb414 100644
--- a/disk/efi/efidisk.c
+++ b/disk/efi/efidisk.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/disk/fs_uuid.c b/disk/fs_uuid.c
index e9888a7..0159260 100644
--- a/disk/fs_uuid.c
+++ b/disk/fs_uuid.c
@@ -1,7 +1,7 @@
/* fs_uuid.c - Access disks by their filesystem UUID. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/disk/i386/pc/biosdisk.c b/disk/i386/pc/biosdisk.c
index ba1eb77..be8e648 100644
--- a/disk/i386/pc/biosdisk.c
+++ b/disk/i386/pc/biosdisk.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/disk/ieee1275/ofdisk.c b/disk/ieee1275/ofdisk.c
index e2c7867..5ba5057 100644
--- a/disk/ieee1275/ofdisk.c
+++ b/disk/ieee1275/ofdisk.c
@@ -1,7 +1,7 @@
/* ofdisk.c - Open Firmware disk access. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2006,2007,2008,2009 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
diff --git a/disk/loopback.c b/disk/loopback.c
index 3cb2bf0..57d2c72 100644
--- a/disk/loopback.c
+++ b/disk/loopback.c
@@ -1,7 +1,7 @@
/* loopback.c - command to add loopback devices. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2009 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
diff --git a/disk/lvm.c b/disk/lvm.c
index 9f6c197..8e30664 100644
--- a/disk/lvm.c
+++ b/disk/lvm.c
@@ -1,7 +1,7 @@
/* lvm.c - module to read Logical Volumes. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/disk/raid.c b/disk/raid.c
index 2b3130b..f10dbc7 100644
--- a/disk/raid.c
+++ b/disk/raid.c
@@ -1,7 +1,7 @@
/* raid.c - module to read RAID arrays. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/disk/scsi.c b/disk/scsi.c
index 081d9c6..95a010e 100644
--- a/disk/scsi.c
+++ b/disk/scsi.c
@@ -1,7 +1,7 @@
/* scsi.c - scsi support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/disk/usbms.c b/disk/usbms.c
index d08256b..4d8e550 100644
--- a/disk/usbms.c
+++ b/disk/usbms.c
@@ -1,7 +1,7 @@
/* usbms.c - USB Mass Storage Support. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/fs/affs.c b/fs/affs.c
index 4ddc347..45d078b 100644
--- a/fs/affs.c
+++ b/fs/affs.c
@@ -1,7 +1,7 @@
/* affs.c - Amiga Fast FileSystem. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/fs/afs.c b/fs/afs.c
index 90d8864..c92aeba 100644
--- a/fs/afs.c
+++ b/fs/afs.c
@@ -1,7 +1,7 @@
/* afs.c - The native AtheOS file-system. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/fs/ext2.c b/fs/ext2.c
index ab50db0..0be431a 100644
--- a/fs/ext2.c
+++ b/fs/ext2.c
@@ -1,7 +1,7 @@
/* ext2.c - Second Extended filesystem */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/fs/fshelp.c b/fs/fshelp.c
index 89b6238..21054de 100644
--- a/fs/fshelp.c
+++ b/fs/fshelp.c
@@ -1,7 +1,7 @@
/* fshelp.c -- Filesystem helper functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/hfs.c b/fs/hfs.c
index 283c6bc..2f73228 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/hfsplus.c b/fs/hfsplus.c
index 82ec880..222d61f 100644
--- a/fs/hfsplus.c
+++ b/fs/hfsplus.c
@@ -1,7 +1,7 @@
/* hfsplus.c - HFS+ Filesystem. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/fs/i386/pc/pxe.c b/fs/i386/pc/pxe.c
index 9676be4..d28483f 100644
--- a/fs/i386/pc/pxe.c
+++ b/fs/i386/pc/pxe.c
@@ -1,7 +1,7 @@
/* pxe.c - Driver to provide access to the pxe filesystem */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/fs/iso9660.c b/fs/iso9660.c
index 2278fdc..2ccc7ba 100644
--- a/fs/iso9660.c
+++ b/fs/iso9660.c
@@ -2,7 +2,7 @@
SUSP, Rock Ridge. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/jfs.c b/fs/jfs.c
index 3b5520f..d61a910 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/minix.c b/fs/minix.c
index 0789718..1d18b76 100644
--- a/fs/minix.c
+++ b/fs/minix.c
@@ -1,7 +1,7 @@
/* minix.c - The minix filesystem, version 1 and 2. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/fs/reiserfs.c b/fs/reiserfs.c
index 433e89b..4397bfb 100644
--- a/fs/reiserfs.c
+++ b/fs/reiserfs.c
@@ -1,7 +1,7 @@
/* reiserfs.c - ReiserFS versions up to 3.6 */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2008,2009 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
diff --git a/fs/sfs.c b/fs/sfs.c
index 314a6fd..69b8184 100644
--- a/fs/sfs.c
+++ b/fs/sfs.c
@@ -1,7 +1,7 @@
/* sfs.c - Amiga Smart FileSystem. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/fs/udf.c b/fs/udf.c
index abe992e..fe12604 100644
--- a/fs/udf.c
+++ b/fs/udf.c
@@ -1,7 +1,7 @@
/* udf.c - Universal Disk Format filesystem. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/fs/ufs.c b/fs/ufs.c
index b799449..ea31604 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2007,2008,2009 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
diff --git a/fs/xfs.c b/fs/xfs.c
index a5c2d42..b287e0d 100644
--- a/fs/xfs.c
+++ b/fs/xfs.c
@@ -1,7 +1,7 @@
/* xfs.c - XFS. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/gencmdlist.sh b/gencmdlist.sh
index 5d3897c..5427461 100644
--- a/gencmdlist.sh
+++ b/gencmdlist.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005,2009 Free Software Foundation, Inc.
#
# This gensymlist.sh is free software; the author
# gives unlimited permission to copy and/or distribute it,
diff --git a/genfslist.sh b/genfslist.sh
index 6fa7e92..8fa7ecb 100644
--- a/genfslist.sh
+++ b/genfslist.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2005,2008 Free Software Foundation, Inc.
+# Copyright (C) 2005,2008,2009 Free Software Foundation, Inc.
#
# This gensymlist.sh is free software; the author
# gives unlimited permission to copy and/or distribute it,
diff --git a/genkernsyms.sh.in b/genkernsyms.sh.in
index 3dec582..dc63c71 100644
--- a/genkernsyms.sh.in
+++ b/genkernsyms.sh.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002,2006,2008 Free Software Foundation, Inc.
+# Copyright (C) 2002,2006,2008,2009 Free Software Foundation, Inc.
#
# This gensymlist.sh is free software; the author
# gives unlimited permission to copy and/or distribute it,
diff --git a/genmk.rb b/genmk.rb
index 3532cd8..d748a48 100644
--- a/genmk.rb
+++ b/genmk.rb
@@ -1,6 +1,6 @@
#! /usr/bin/ruby -w
#
-# Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc.
#
# This genmk.rb is free software; the author
# gives unlimited permission to copy and/or distribute it,
diff --git a/gensymlist.sh.in b/gensymlist.sh.in
index 8f50b99..0e695e6 100644
--- a/gensymlist.sh.in
+++ b/gensymlist.sh.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002,2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2002,2006,2007,2008,2009 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2006,2007,2008,2009 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
diff --git a/hello/hello.c b/hello/hello.c
index be60761..419e431 100644
--- a/hello/hello.c
+++ b/hello/hello.c
@@ -1,7 +1,7 @@
/* hello.c - test module for dynamic loading */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2007,2009 Free Software Foundation, Inc.
* Copyright (C) 2003 NIIBE Yutaka <gniibe@m17n.org>
*
* GRUB is free software: you can redistribute it and/or modify
diff --git a/hook/datehook.c b/hook/datehook.c
index b7663cc..4bcaac3 100644
--- a/hook/datehook.c
+++ b/hook/datehook.c
@@ -1,7 +1,7 @@
/* datehook.c - Module to install datetime hooks. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/datetime.h b/include/grub/datetime.h
index f4bdae2..dfa1f17 100644
--- a/include/grub/datetime.h
+++ b/include/grub/datetime.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/disk.h b/include/grub/disk.h
index 1e8046a..2d4b848 100644
--- a/include/grub/disk.h
+++ b/include/grub/disk.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/include/grub/dl.h b/include/grub/dl.h
index 5e46374..4b0979d 100644
--- a/include/grub/dl.h
+++ b/include/grub/dl.h
@@ -1,7 +1,7 @@
/* dl.h - types and prototypes for loadable module support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2005,2007,2008,2009 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
diff --git a/include/grub/efi/api.h b/include/grub/efi/api.h
index 432266b..e3ee981 100644
--- a/include/grub/efi/api.h
+++ b/include/grub/efi/api.h
@@ -1,7 +1,7 @@
/* efi.h - declare EFI types and functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/include/grub/efi/efi.h b/include/grub/efi/efi.h
index 916f9d6..74f178e 100644
--- a/include/grub/efi/efi.h
+++ b/include/grub/efi/efi.h
@@ -1,7 +1,7 @@
/* efi.h - declare variables and functions for EFI support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/include/grub/efi/pe32.h b/include/grub/efi/pe32.h
index 15de790..c652740 100644
--- a/include/grub/efi/pe32.h
+++ b/include/grub/efi/pe32.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/include/grub/fs.h b/include/grub/fs.h
index fa2c070..803b31c 100644
--- a/include/grub/fs.h
+++ b/include/grub/fs.h
@@ -1,7 +1,7 @@
/* fs.h - filesystem manager */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2007,2008,2009 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
diff --git a/include/grub/fshelp.h b/include/grub/fshelp.h
index 42d8da5..1725829 100644
--- a/include/grub/fshelp.h
+++ b/include/grub/fshelp.h
@@ -1,7 +1,7 @@
/* fshelp.h -- Filesystem helper functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/include/grub/gpt_partition.h b/include/grub/gpt_partition.h
index 428ceb1..e8c9989 100644
--- a/include/grub/gpt_partition.h
+++ b/include/grub/gpt_partition.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2006,2007,2008,2009 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
diff --git a/include/grub/i386/bsd.h b/include/grub/i386/bsd.h
index 321b31f..bdabb91 100644
--- a/include/grub/i386/bsd.h
+++ b/include/grub/i386/bsd.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/i386/efi/loader.h b/include/grub/i386/efi/loader.h
index 222dae8..0a1b6da 100644
--- a/include/grub/i386/efi/loader.h
+++ b/include/grub/i386/efi/loader.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2006,2007,2009 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
diff --git a/include/grub/i386/ieee1275/loader.h b/include/grub/i386/ieee1275/loader.h
index 20df2e1..d348504 100644
--- a/include/grub/i386/ieee1275/loader.h
+++ b/include/grub/i386/ieee1275/loader.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2007,2008,2009 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
diff --git a/include/grub/i386/linux.h b/include/grub/i386/linux.h
index dad38e5..9aaee21 100644
--- a/include/grub/i386/linux.h
+++ b/include/grub/i386/linux.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2007,2008,2009 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
diff --git a/include/grub/i386/pc/biosdisk.h b/include/grub/i386/pc/biosdisk.h
index 64d4f21..82aea22 100644
--- a/include/grub/i386/pc/biosdisk.h
+++ b/include/grub/i386/pc/biosdisk.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2008,2009 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
diff --git a/include/grub/i386/pc/chainloader.h b/include/grub/i386/pc/chainloader.h
index ca1da23..e946a8e 100644
--- a/include/grub/i386/pc/chainloader.h
+++ b/include/grub/i386/pc/chainloader.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2007,2009 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
diff --git a/include/grub/i386/pc/init.h b/include/grub/i386/pc/init.h
index 0029959..19ddcd3 100644
--- a/include/grub/i386/pc/init.h
+++ b/include/grub/i386/pc/init.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2005,2007,2008,2009 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
diff --git a/include/grub/i386/pc/memory.h b/include/grub/i386/pc/memory.h
index c95eae0..5e2467e 100644
--- a/include/grub/i386/pc/memory.h
+++ b/include/grub/i386/pc/memory.h
@@ -1,7 +1,7 @@
/* memory.h - describe the memory map */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2007,2008,2009 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
diff --git a/include/grub/i386/pci.h b/include/grub/i386/pci.h
index 996f642..5ee1b61 100644
--- a/include/grub/i386/pci.h
+++ b/include/grub/i386/pci.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/i386/pit.h b/include/grub/i386/pit.h
index ff9b9a6..e50cd66 100644
--- a/include/grub/i386/pit.h
+++ b/include/grub/i386/pit.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/ieee1275/ieee1275.h b/include/grub/ieee1275/ieee1275.h
index 751055f..3929c00 100644
--- a/include/grub/ieee1275/ieee1275.h
+++ b/include/grub/ieee1275/ieee1275.h
@@ -1,7 +1,7 @@
/* ieee1275.h - Access the Open Firmware client interface. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/include/grub/lib/arg.h b/include/grub/lib/arg.h
index e6af60c..8263dbf 100644
--- a/include/grub/lib/arg.h
+++ b/include/grub/lib/arg.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2009 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
diff --git a/include/grub/memory.h b/include/grub/memory.h
index f7fe2be..2e85787 100644
--- a/include/grub/memory.h
+++ b/include/grub/memory.h
@@ -1,7 +1,7 @@
/* memory.h - describe the memory map */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2007,2008,2009 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
diff --git a/include/grub/misc.h b/include/grub/misc.h
index 3490db0..dc83c9a 100644
--- a/include/grub/misc.h
+++ b/include/grub/misc.h
@@ -1,7 +1,7 @@
/* misc.h - prototypes for misc functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2006,2007,2008,2009,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2006,2007,2008,2009,2008,2009 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
diff --git a/include/grub/pci.h b/include/grub/pci.h
index 7c8b505..03c9d6b 100644
--- a/include/grub/pci.h
+++ b/include/grub/pci.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/sparc64/ieee1275/ieee1275.h b/include/grub/sparc64/ieee1275/ieee1275.h
index 7626e93..b25e98a 100644
--- a/include/grub/sparc64/ieee1275/ieee1275.h
+++ b/include/grub/sparc64/ieee1275/ieee1275.h
@@ -1,7 +1,7 @@
/* ieee1275.h - Access the Open Firmware client interface. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2009 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
diff --git a/include/grub/sparc64/kernel.h b/include/grub/sparc64/kernel.h
index 9f404b0..d9dfa7a 100644
--- a/include/grub/sparc64/kernel.h
+++ b/include/grub/sparc64/kernel.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/include/grub/sparc64/libgcc.h b/include/grub/sparc64/libgcc.h
index 4a6b619..7cea07d 100644
--- a/include/grub/sparc64/libgcc.h
+++ b/include/grub/sparc64/libgcc.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2007,2009 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
diff --git a/include/grub/symbol.h b/include/grub/symbol.h
index ef19a73..4ea46b6 100644
--- a/include/grub/symbol.h
+++ b/include/grub/symbol.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2006,2007,2008,2009 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
diff --git a/include/grub/term.h b/include/grub/term.h
index d12d0f0..3985c7e 100644
--- a/include/grub/term.h
+++ b/include/grub/term.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2007,2008,2009 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
diff --git a/include/grub/types.h b/include/grub/types.h
index 114b456..9796119 100644
--- a/include/grub/types.h
+++ b/include/grub/types.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2006,2007,2008,2009 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
diff --git a/include/grub/usb.h b/include/grub/usb.h
index 9c9e58b..b1eb184 100644
--- a/include/grub/usb.h
+++ b/include/grub/usb.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/usbdesc.h b/include/grub/usbdesc.h
index 97947dc..85be489 100644
--- a/include/grub/usbdesc.h
+++ b/include/grub/usbdesc.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/usbtrans.h b/include/grub/usbtrans.h
index 7e4a9d7..d5b0f3d 100644
--- a/include/grub/usbtrans.h
+++ b/include/grub/usbtrans.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/include/grub/util/misc.h b/include/grub/util/misc.h
index 9eaef88..9c41e7e 100644
--- a/include/grub/util/misc.h
+++ b/include/grub/util/misc.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2006,2007,2008,2009 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
diff --git a/include/grub/x86_64/efi/loader.h b/include/grub/x86_64/efi/loader.h
index fac6746..1929aaf 100644
--- a/include/grub/x86_64/efi/loader.h
+++ b/include/grub/x86_64/efi/loader.h
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2006,2007,2009 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
diff --git a/kern/device.c b/kern/device.c
index 184c3a2..15b3a25 100644
--- a/kern/device.c
+++ b/kern/device.c
@@ -1,7 +1,7 @@
/* device.c - device manager */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2008,2009 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
diff --git a/kern/disk.c b/kern/disk.c
index 8a92989..8b05d74 100644
--- a/kern/disk.c
+++ b/kern/disk.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2006,2007,2008,2009 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
diff --git a/kern/dl.c b/kern/dl.c
index 458ad58..b82768d 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2007,2008,2009 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
diff --git a/kern/efi/efi.c b/kern/efi/efi.c
index 25007e3..87235a4 100644
--- a/kern/efi/efi.c
+++ b/kern/efi/efi.c
@@ -1,7 +1,7 @@
/* efi.c - generic EFI support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/kern/efi/mm.c b/kern/efi/mm.c
index 4635776..5693de2 100644
--- a/kern/efi/mm.c
+++ b/kern/efi/mm.c
@@ -1,7 +1,7 @@
/* mm.c - generic EFI memory management */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/kern/fs.c b/kern/fs.c
index e2e4300..07b77c4 100644
--- a/kern/fs.c
+++ b/kern/fs.c
@@ -1,7 +1,7 @@
/* fs.c - filesystem manager */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2009 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
diff --git a/kern/i386/coreboot/init.c b/kern/i386/coreboot/init.c
index c12af2c..92745eb 100644
--- a/kern/i386/coreboot/init.c
+++ b/kern/i386/coreboot/init.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/kern/i386/efi/startup.S b/kern/i386/efi/startup.S
index b886280..6fbb6a7 100644
--- a/kern/i386/efi/startup.S
+++ b/kern/i386/efi/startup.S
@@ -1,7 +1,7 @@
/* startup.S - bootstrap GRUB itself */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2009 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
diff --git a/kern/i386/pc/init.c b/kern/i386/pc/init.c
index c64497e..e019b66 100644
--- a/kern/i386/pc/init.c
+++ b/kern/i386/pc/init.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/kern/ieee1275/ieee1275.c b/kern/ieee1275/ieee1275.c
index f537b11..d010eef 100644
--- a/kern/ieee1275/ieee1275.c
+++ b/kern/ieee1275/ieee1275.c
@@ -1,7 +1,7 @@
/* of.c - Access the Open Firmware client interface. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/kern/main.c b/kern/main.c
index 1d88b60..b97e611 100644
--- a/kern/main.c
+++ b/kern/main.c
@@ -1,7 +1,7 @@
/* main.c - the kernel main routine */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2006,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2006,2008,2009 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
diff --git a/kern/mm.c b/kern/mm.c
index a31dc2e..12f567f 100644
--- 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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2008,2009 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
diff --git a/kern/powerpc/ieee1275/startup.S b/kern/powerpc/ieee1275/startup.S
index 75e1ed8..41776ba 100644
--- a/kern/powerpc/ieee1275/startup.S
+++ b/kern/powerpc/ieee1275/startup.S
@@ -1,7 +1,7 @@
/* startup.S - Startup code for the PowerPC. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/kern/sparc64/dl.c b/kern/sparc64/dl.c
index 29b8c8a..96abdc2 100644
--- a/kern/sparc64/dl.c
+++ b/kern/sparc64/dl.c
@@ -1,7 +1,7 @@
/* dl.c - arch-dependent part of loadable module support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2005,2007,2009 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
diff --git a/kern/x86_64/dl.c b/kern/x86_64/dl.c
index a606901..f68a78f 100644
--- a/kern/x86_64/dl.c
+++ b/kern/x86_64/dl.c
@@ -1,7 +1,7 @@
/* dl-x86_64.c - arch-dependent part of loadable module support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2009 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
diff --git a/lib/arg.c b/lib/arg.c
index e614048..257e5b3 100644
--- a/lib/arg.c
+++ b/lib/arg.c
@@ -1,7 +1,7 @@
/* arg.c - argument parser */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/lib/efi/datetime.c b/lib/efi/datetime.c
index 0a91c34..de06856 100644
--- a/lib/efi/datetime.c
+++ b/lib/efi/datetime.c
@@ -1,7 +1,7 @@
/* kern/efi/datetime.c - efi datetime function.
*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/lib/hexdump.c b/lib/hexdump.c
index c69cb09..800beb2 100644
--- a/lib/hexdump.c
+++ b/lib/hexdump.c
@@ -1,7 +1,7 @@
/* hexdump.c - hexdump function */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/lib/i386/datetime.c b/lib/i386/datetime.c
index 63858ed..0c28b71 100644
--- a/lib/i386/datetime.c
+++ b/lib/i386/datetime.c
@@ -1,7 +1,7 @@
/* kern/i386/datetime.c - x86 CMOS datetime function.
*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/loader/efi/appleloader.c b/loader/efi/appleloader.c
index 94d501b..28a9493 100644
--- a/loader/efi/appleloader.c
+++ b/loader/efi/appleloader.c
@@ -1,7 +1,7 @@
/* appleloader.c - apple legacy boot loader. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/loader/efi/chainloader.c b/loader/efi/chainloader.c
index a467ea3..5755350 100644
--- a/loader/efi/chainloader.c
+++ b/loader/efi/chainloader.c
@@ -1,7 +1,7 @@
/* chainloader.c - boot another boot loader */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2006,2007,2008,2009 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
diff --git a/loader/i386/bsd.c b/loader/i386/bsd.c
index db76399..0a50029 100644
--- a/loader/i386/bsd.c
+++ b/loader/i386/bsd.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2009,2009 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
diff --git a/loader/i386/ieee1275/linux.c b/loader/i386/ieee1275/linux.c
index a563577..25120af 100644
--- a/loader/i386/ieee1275/linux.c
+++ b/loader/i386/ieee1275/linux.c
@@ -1,7 +1,7 @@
/* linux.c - boot Linux zImage or bzImage */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009 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
diff --git a/loader/i386/pc/chainloader.c b/loader/i386/pc/chainloader.c
index 60a4884..b5f75c5 100644
--- a/loader/i386/pc/chainloader.c
+++ b/loader/i386/pc/chainloader.c
@@ -1,7 +1,7 @@
/* chainloader.c - boot another boot loader */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2007,2009 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
diff --git a/loader/i386/pc/linux.c b/loader/i386/pc/linux.c
index 34a4ebc..3a06dbe 100644
--- a/loader/i386/pc/linux.c
+++ b/loader/i386/pc/linux.c
@@ -1,7 +1,7 @@
/* linux.c - boot Linux zImage or bzImage */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009 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
diff --git a/loader/i386/pc/multiboot2.c b/loader/i386/pc/multiboot2.c
index d5fe8e3..65fa5d8 100644
--- a/loader/i386/pc/multiboot2.c
+++ b/loader/i386/pc/multiboot2.c
@@ -1,7 +1,7 @@
/* multiboot2.c - boot a multiboot 2 OS image. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/loader/multiboot2.c b/loader/multiboot2.c
index fd82828..43f4817 100644
--- a/loader/multiboot2.c
+++ b/loader/multiboot2.c
@@ -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,2009 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
diff --git a/loader/multiboot_loader.c b/loader/multiboot_loader.c
index 11ba666..24fda19 100644
--- a/loader/multiboot_loader.c
+++ b/loader/multiboot_loader.c
@@ -1,7 +1,7 @@
/* multiboot_loader.c - boot multiboot 1 or 2 OS image */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/loader/powerpc/ieee1275/linux.c b/loader/powerpc/ieee1275/linux.c
index 80d8b03..a688396 100644
--- a/loader/powerpc/ieee1275/linux.c
+++ b/loader/powerpc/ieee1275/linux.c
@@ -1,7 +1,7 @@
/* linux.c - boot Linux */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007,2009 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
diff --git a/normal/cmdline.c b/normal/cmdline.c
index 4ef8890..9930b46 100644
--- a/normal/cmdline.c
+++ b/normal/cmdline.c
@@ -1,6 +1,6 @@
/*
* 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,2009 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
diff --git a/normal/completion.c b/normal/completion.c
index 03effd8..34fbd16 100644
--- a/normal/completion.c
+++ b/normal/completion.c
@@ -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,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009 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
diff --git a/normal/datetime.c b/normal/datetime.c
index 272b716..687996a 100644
--- a/normal/datetime.c
+++ b/normal/datetime.c
@@ -1,7 +1,7 @@
/* datetime.c - Module for common datetime function. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/normal/menu_entry.c b/normal/menu_entry.c
index 6ec0d63..3a9cb08 100644
--- a/normal/menu_entry.c
+++ b/normal/menu_entry.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008,2009 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
diff --git a/normal/misc.c b/normal/misc.c
index bf677db..456d51d 100644
--- a/normal/misc.c
+++ b/normal/misc.c
@@ -1,7 +1,7 @@
/* misc.c - miscellaneous functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008,2009 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
diff --git a/term/efi/console.c b/term/efi/console.c
index 3322b8f..09e5035 100644
--- a/term/efi/console.c
+++ b/term/efi/console.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/term/i386/pc/at_keyboard.c b/term/i386/pc/at_keyboard.c
index 0b2a06d..22e26c2 100644
--- a/term/i386/pc/at_keyboard.c
+++ b/term/i386/pc/at_keyboard.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/term/i386/pc/console.c b/term/i386/pc/console.c
index c880595..b33b59a 100644
--- a/term/i386/pc/console.c
+++ b/term/i386/pc/console.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2007,2008,2009 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
diff --git a/term/i386/pc/serial.c b/term/i386/pc/serial.c
index ec4d615..2fef26f 100644
--- a/term/i386/pc/serial.c
+++ b/term/i386/pc/serial.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2000,2001,2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2007,2008,2009 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
diff --git a/term/i386/pc/vga_text.c b/term/i386/pc/vga_text.c
index 170f74d..768f3b8 100644
--- a/term/i386/pc/vga_text.c
+++ b/term/i386/pc/vga_text.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2008,2009 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
diff --git a/term/ieee1275/ofconsole.c b/term/ieee1275/ofconsole.c
index 0cc0924..7dd7217 100644
--- a/term/ieee1275/ofconsole.c
+++ b/term/ieee1275/ofconsole.c
@@ -1,7 +1,7 @@
/* ofconsole.c -- Open Firmware console for GRUB. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008,2009 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
diff --git a/term/terminfo.c b/term/terminfo.c
index f18be9e..3a8e3fc 100644
--- a/term/terminfo.c
+++ b/term/terminfo.c
@@ -1,7 +1,7 @@
/* terminfo.c - simple terminfo module */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2009 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
diff --git a/util/console.c b/util/console.c
index 70b0440..a13855c 100644
--- a/util/console.c
+++ b/util/console.c
@@ -1,7 +1,7 @@
/* console.c -- Ncurses console for GRUB. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008,2009 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
diff --git a/util/elf/grub-mkimage.c b/util/elf/grub-mkimage.c
index f841035..33c82f7 100644
--- a/util/elf/grub-mkimage.c
+++ b/util/elf/grub-mkimage.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008,2009 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
diff --git a/util/grub-emu.c b/util/grub-emu.c
index addbc08..5fdb16c 100644
--- a/util/grub-emu.c
+++ b/util/grub-emu.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2006,2007,2008,2009 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
diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
index 1064763..563f872 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -1,7 +1,7 @@
#! /bin/sh -e
# Generate grub.cfg by inspecting /boot contents.
-# Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2006,2007,2008,2009 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
diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
index a145277..03b4dc5 100644
--- a/util/grub.d/30_os-prober.in
+++ b/util/grub.d/30_os-prober.in
@@ -1,7 +1,7 @@
#! /bin/sh -e
# update-grub helper script.
-# Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2006,2007,2008,2009 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
diff --git a/util/hostfs.c b/util/hostfs.c
index de3bcd6..7d156ec 100644
--- a/util/hostfs.c
+++ b/util/hostfs.c
@@ -1,7 +1,7 @@
/* hostfs.c - Dummy filesystem to provide access to the hosts filesystem */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008,2009 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
diff --git a/util/i386/pc/grub-install.in b/util/i386/pc/grub-install.in
index e4724f9..d817a17 100644
--- a/util/i386/pc/grub-install.in
+++ b/util/i386/pc/grub-install.in
@@ -1,7 +1,7 @@
#! /bin/sh
# Install GRUB on your drive.
-# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/util/i386/pc/grub-mkrescue.in b/util/i386/pc/grub-mkrescue.in
index da93776..e72d75d 100644
--- a/util/i386/pc/grub-mkrescue.in
+++ b/util/i386/pc/grub-mkrescue.in
@@ -1,7 +1,7 @@
#! /bin/sh -e
# Make GRUB rescue image
-# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/util/i386/pc/grub-setup.c b/util/i386/pc/grub-setup.c
index 1421297..df4e51b 100644
--- a/util/i386/pc/grub-setup.c
+++ b/util/i386/pc/grub-setup.c
@@ -1,7 +1,7 @@
/* grub-setup.c - make GRUB usable */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 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
diff --git a/util/lvm.c b/util/lvm.c
index edd31b0..7e3f270 100644
--- a/util/lvm.c
+++ b/util/lvm.c
@@ -1,7 +1,7 @@
/* lvm.c - LVM support for GRUB utils. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/util/raid.c b/util/raid.c
index ad6e407..9926ff4 100644
--- a/util/raid.c
+++ b/util/raid.c
@@ -1,7 +1,7 @@
/* raid.c - RAID support for GRUB utils. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009 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
diff --git a/util/usb.c b/util/usb.c
index 744ad86..3b4204a 100644
--- a/util/usb.c
+++ b/util/usb.c
@@ -1,7 +1,7 @@
/* usb.c -- libusb USB support for GRUB. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/video/readers/jpeg.c b/video/readers/jpeg.c
index 45a54c4..024d5e3 100644
--- a/video/readers/jpeg.c
+++ b/video/readers/jpeg.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/video/readers/png.c b/video/readers/png.c
index f9247b1..575f131 100644
--- a/video/readers/png.c
+++ b/video/readers/png.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008,2009 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
diff --git a/video/readers/tga.c b/video/readers/tga.c
index cdaa7dd..4d11766 100644
--- a/video/readers/tga.c
+++ b/video/readers/tga.c
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2009 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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 17:52 ` Vladimir 'phcoder' Serbinenko
2009-05-04 17:59 ` Vladimir 'phcoder' Serbinenko
@ 2009-05-04 18:00 ` Robert Millan
2009-05-04 19:00 ` Bean
1 sibling, 1 reply; 12+ messages in thread
From: Robert Millan @ 2009-05-04 18:00 UTC (permalink / raw)
To: The development of GRUB 2
On Mon, May 04, 2009 at 07:52:39PM +0200, Vladimir 'phcoder' Serbinenko wrote:
> On Mon, May 4, 2009 at 7:40 PM, Bean <bean123ch@gmail.com> wrote:
>
> > Hi,
> >
> > Well, I just write a small script to detect files that needs updating.
> > BTW, I use git to access the svn repository:
> >
> With the following script :
> sed "s/ Free/,2009 Free/g;" < $1 > ./tmp
> cp ./tmp $1
>
> xargs and this list I generated a patch to update all these files
Unfortunately they can't be automagically updated. Technically it has to
be done only when we check-in copyright-significant changes, and there's no
automated way to test that.
It's not such a big deal, but it's good to send a reminder from time to time,
so people (me included! ;-)) keep it in mind.
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 18:00 ` Robert Millan
@ 2009-05-04 19:00 ` Bean
2009-05-04 19:15 ` Bean
0 siblings, 1 reply; 12+ messages in thread
From: Bean @ 2009-05-04 19:00 UTC (permalink / raw)
To: The development of GRUB 2
Hi,
I make some improvement to the script, now it only print files that
contains more than 5 lines of changes, which should be qualified as
significant.
grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" `git diff
--stat @{2009-01-01}..HEAD 2>/dev/null | gawk '{ if (($2 == "|") &&
($3 > 5)) print $1}'` 2>/dev/null
The list:
Makefile.in
bus/usb/ohci.c
bus/usb/uhci.c
bus/usb/usb.c
bus/usb/usbhub.c
bus/usb/usbtrans.c
commands/blocklist.c
commands/cat.c
commands/cmp.c
commands/crc.c
commands/date.c
commands/echo.c
commands/halt.c
commands/help.c
commands/hexdump.c
commands/i386/cpuid.c
commands/i386/pc/halt.c
commands/i386/pc/play.c
commands/i386/pc/pxecmd.c
commands/i386/pc/vbeinfo.c
commands/i386/pc/vbetest.c
commands/ieee1275/suspend.c
commands/ls.c
commands/lsmmap.c
commands/read.c
commands/reboot.c
commands/search.c
commands/sleep.c
commands/test.c
commands/usbtest.c
configure
disk/fs_uuid.c
disk/ieee1275/nand.c
disk/ieee1275/ofdisk.c
disk/loopback.c
disk/lvm.c
disk/raid.c
disk/scsi.c
disk/usbms.c
fs/affs.c
fs/afs.c
fs/cpio.c
fs/ext2.c
fs/hfs.c
fs/hfsplus.c
fs/i386/pc/pxe.c
fs/iso9660.c
fs/jfs.c
fs/minix.c
fs/ntfs.c
fs/reiserfs.c
fs/sfs.c
fs/udf.c
fs/ufs.c
fs/xfs.c
genmk.rb
hello/hello.c
include/grub/datetime.h
include/grub/disk.h
include/grub/efi/api.h
include/grub/efi/pe32.h
include/grub/fs.h
include/grub/i386/bsd.h
include/grub/i386/pc/memory.h
include/grub/i386/pci.h
include/grub/ieee1275/ieee1275.h
include/grub/lib/arg.h
include/grub/memory.h
include/grub/misc.h
include/grub/sparc64/ieee1275/ieee1275.h
include/grub/sparc64/kernel.h
include/grub/sparc64/libgcc.h
include/grub/term.h
include/grub/types.h
include/grub/usb.h
include/grub/usbdesc.h
include/grub/usbtrans.h
kern/device.c
kern/disk.c
kern/dl.c
kern/efi/efi.c
kern/i386/coreboot/init.c
kern/i386/efi/startup.S
kern/i386/loader.S
kern/i386/pc/init.c
kern/i386/pc/startup.S
kern/ieee1275/ieee1275.c
kern/ieee1275/openfw.c
kern/main.c
kern/mm.c
kern/sparc64/dl.c
kern/x86_64/dl.c
lib/arg.c
lib/hexdump.c
loader/efi/appleloader.c
loader/efi/chainloader.c
loader/i386/bsd.c
loader/i386/ieee1275/linux.c
loader/i386/pc/chainloader.c
loader/i386/pc/linux.c
loader/multiboot_loader.c
loader/powerpc/ieee1275/linux.c
normal/cmdline.c
normal/completion.c
normal/datetime.c
normal/menu_entry.c
normal/misc.c
term/efi/console.c
term/i386/pc/serial.c
term/terminfo.c
util/console.c
util/deviceiter.c
util/elf/grub-mkimage.c
util/grub-emu.c
util/grub-fstest.c
util/grub-mkdevicemap.c
util/grub-pe2elf.c
util/grub.d/30_os-prober.in
util/hostfs.c
util/i386/pc/grub-install.in
util/i386/pc/grub-setup.c
util/usb.c
On Tue, May 5, 2009 at 2:00 AM, Robert Millan <rmh@aybabtu.com> wrote:
> On Mon, May 04, 2009 at 07:52:39PM +0200, Vladimir 'phcoder' Serbinenko wrote:
>> On Mon, May 4, 2009 at 7:40 PM, Bean <bean123ch@gmail.com> wrote:
>>
>> > Hi,
>> >
>> > Well, I just write a small script to detect files that needs updating.
>> > BTW, I use git to access the svn repository:
>> >
>> With the following script :
>> sed "s/ Free/,2009 Free/g;" < $1 > ./tmp
>> cp ./tmp $1
>>
>> xargs and this list I generated a patch to update all these files
>
> Unfortunately they can't be automagically updated. Technically it has to
> be done only when we check-in copyright-significant changes, and there's no
> automated way to test that.
>
> It's not such a big deal, but it's good to send a reminder from time to time,
> so people (me included! ;-)) keep it in mind.
>
> --
> Robert Millan
>
> The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
> how) you may access your data; but nobody's threatening your freedom: we
> still allow you to remove your data and not access it at all."
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Bean
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 19:00 ` Bean
@ 2009-05-04 19:15 ` Bean
2009-05-04 19:44 ` Bean
0 siblings, 1 reply; 12+ messages in thread
From: Bean @ 2009-05-04 19:15 UTC (permalink / raw)
To: The development of GRUB 2
Hi,
This new script list more information, it helps to decide whether it
need update.
L1=`git diff --stat @{2009-01-01}..HEAD 2>/dev/null | gawk '{ if (($2
== "|") && ($3 > 5)) print $1}'`
L2=`grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" $L1 2>/dev/null`
git diff --stat @{2009-01-01}..HEAD $L2 2>/dev/null
result:
Makefile.in | 48 +-
bus/usb/ohci.c | 609 ++
bus/usb/uhci.c | 676 +++
bus/usb/usb.c | 263 +
bus/usb/usbhub.c | 193 +
bus/usb/usbtrans.c | 212 +
commands/blocklist.c | 14 +-
commands/cat.c | 12 +-
commands/cmp.c | 12 +-
commands/crc.c | 14 +-
commands/date.c | 19 +-
commands/echo.c | 16 +-
commands/halt.c | 13 +-
commands/help.c | 60 +-
commands/hexdump.c | 19 +-
commands/i386/cpuid.c | 19 +-
commands/i386/pc/halt.c | 17 +-
commands/i386/pc/play.c | 12 +-
commands/i386/pc/pxecmd.c | 17 +-
commands/i386/pc/vbeinfo.c | 24 +-
commands/i386/pc/vbetest.c | 15 +-
commands/ieee1275/suspend.c | 11 +-
commands/ls.c | 64 +-
commands/lsmmap.c | 17 +-
commands/read.c | 13 +-
commands/reboot.c | 11 +-
commands/search.c | 32 +-
commands/sleep.c | 14 +-
commands/test.c | 420 ++-
commands/usbtest.c | 162 +
configure | 9612 ------------------------------
disk/fs_uuid.c | 26 +-
disk/ieee1275/nand.c | 17 +-
disk/ieee1275/ofdisk.c | 102 +-
disk/loopback.c | 18 +-
disk/lvm.c | 9 +-
disk/raid.c | 15 +-
disk/scsi.c | 46 +-
disk/usbms.c | 393 ++
fs/affs.c | 14 +-
fs/afs.c | 14 +-
fs/cpio.c | 56 +-
fs/ext2.c | 123 +-
fs/hfs.c | 265 +-
fs/hfsplus.c | 63 +-
fs/i386/pc/pxe.c | 10 +-
fs/iso9660.c | 16 +-
fs/jfs.c | 14 +-
fs/minix.c | 13 +-
fs/ntfs.c | 16 +-
fs/reiserfs.c | 12 +-
fs/sfs.c | 26 +-
fs/udf.c | 16 +-
fs/ufs.c | 161 +-
fs/xfs.c | 14 +-
genmk.rb | 25 +-
hello/hello.c | 12 +-
include/grub/datetime.h | 48 +
include/grub/disk.h | 13 +-
include/grub/efi/api.h | 82 +-
include/grub/efi/pe32.h | 11 +-
include/grub/fs.h | 14 +-
include/grub/i386/bsd.h | 9 +-
include/grub/i386/pc/memory.h | 40 +-
include/grub/i386/pci.h | 35 +
include/grub/ieee1275/ieee1275.h | 11 +-
include/grub/lib/arg.h | 72 +
include/grub/memory.h | 52 +
include/grub/misc.h | 6 +-
include/grub/sparc64/ieee1275/ieee1275.h | 22 +
include/grub/sparc64/kernel.h | 30 +
include/grub/sparc64/libgcc.h | 12 +
include/grub/term.h | 78 +-
include/grub/types.h | 22 +-
include/grub/usb.h | 207 +
include/grub/usbdesc.h | 119 +
include/grub/usbtrans.h | 107 +
kern/device.c | 58 +-
kern/disk.c | 11 +-
kern/dl.c | 30 +-
kern/efi/efi.c | 23 +
kern/i386/coreboot/init.c | 17 +-
kern/i386/efi/startup.S | 6 +-
kern/i386/loader.S | 103 +-
kern/i386/pc/init.c | 9 +-
kern/i386/pc/startup.S | 18 +-
kern/ieee1275/ieee1275.c | 50 +-
kern/ieee1275/openfw.c | 113 +-
kern/main.c | 16 +-
kern/mm.c | 99 +-
kern/sparc64/dl.c | 12 +-
kern/x86_64/dl.c | 6 +-
lib/arg.c | 418 ++
lib/hexdump.c | 16 +
loader/efi/appleloader.c | 26 +-
loader/efi/chainloader.c | 28 +-
loader/i386/bsd.c | 148 +-
loader/i386/ieee1275/linux.c | 34 +-
loader/i386/pc/chainloader.c | 22 +-
loader/i386/pc/linux.c | 50 +-
loader/multiboot_loader.c | 58 +-
loader/powerpc/ieee1275/linux.c | 30 +-
normal/cmdline.c | 31 -
normal/completion.c | 22 +-
normal/datetime.c | 100 +
normal/menu_entry.c | 23 +-
normal/misc.c | 20 +-
term/efi/console.c | 6 +-
term/i386/pc/serial.c | 23 +-
term/terminfo.c | 14 +-
util/console.c | 6 +-
util/deviceiter.c | 621 ++
util/elf/grub-mkimage.c | 12 +-
util/grub-emu.c | 9 +
util/grub-fstest.c | 92 +-
util/grub-mkdevicemap.c | 589 +--
util/grub-pe2elf.c | 11 +-
util/grub.d/30_os-prober.in | 52 +
util/hostfs.c | 13 +-
util/i386/pc/grub-install.in | 8 +-
util/i386/pc/grub-setup.c | 15 +-
util/usb.c | 191 +
122 files changed, 7004 insertions(+), 11381 deletions(-)
--
Bean
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 19:15 ` Bean
@ 2009-05-04 19:44 ` Bean
2009-05-04 20:31 ` Robert Millan
0 siblings, 1 reply; 12+ messages in thread
From: Bean @ 2009-05-04 19:44 UTC (permalink / raw)
To: The development of GRUB 2
Hi,
git users can add this at the beginning of .git/hooks/pre-commit to
run the copyright update test before committing:
L1=`git diff --cached --stat 2>/dev/null | gawk '{ if (($2 == "|") &&
($3 > 5)) print $1}'`
L2=`grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" $L1 2>/dev/null`
if test ! -z $L2 ; then
echo You should update copyright information for the following files:
git diff --cached --stat $L2 2>/dev/null
exit 1
fi
On Tue, May 5, 2009 at 3:15 AM, Bean <bean123ch@gmail.com> wrote:
> Hi,
>
> This new script list more information, it helps to decide whether it
> need update.
>
> L1=`git diff --stat @{2009-01-01}..HEAD 2>/dev/null | gawk '{ if (($2
> == "|") && ($3 > 5)) print $1}'`
> L2=`grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" $L1 2>/dev/null`
>
> git diff --stat @{2009-01-01}..HEAD $L2 2>/dev/null
>
> result:
> Makefile.in | 48 +-
> bus/usb/ohci.c | 609 ++
> bus/usb/uhci.c | 676 +++
> bus/usb/usb.c | 263 +
> bus/usb/usbhub.c | 193 +
> bus/usb/usbtrans.c | 212 +
> commands/blocklist.c | 14 +-
> commands/cat.c | 12 +-
> commands/cmp.c | 12 +-
> commands/crc.c | 14 +-
> commands/date.c | 19 +-
> commands/echo.c | 16 +-
> commands/halt.c | 13 +-
> commands/help.c | 60 +-
> commands/hexdump.c | 19 +-
> commands/i386/cpuid.c | 19 +-
> commands/i386/pc/halt.c | 17 +-
> commands/i386/pc/play.c | 12 +-
> commands/i386/pc/pxecmd.c | 17 +-
> commands/i386/pc/vbeinfo.c | 24 +-
> commands/i386/pc/vbetest.c | 15 +-
> commands/ieee1275/suspend.c | 11 +-
> commands/ls.c | 64 +-
> commands/lsmmap.c | 17 +-
> commands/read.c | 13 +-
> commands/reboot.c | 11 +-
> commands/search.c | 32 +-
> commands/sleep.c | 14 +-
> commands/test.c | 420 ++-
> commands/usbtest.c | 162 +
> configure | 9612 ------------------------------
> disk/fs_uuid.c | 26 +-
> disk/ieee1275/nand.c | 17 +-
> disk/ieee1275/ofdisk.c | 102 +-
> disk/loopback.c | 18 +-
> disk/lvm.c | 9 +-
> disk/raid.c | 15 +-
> disk/scsi.c | 46 +-
> disk/usbms.c | 393 ++
> fs/affs.c | 14 +-
> fs/afs.c | 14 +-
> fs/cpio.c | 56 +-
> fs/ext2.c | 123 +-
> fs/hfs.c | 265 +-
> fs/hfsplus.c | 63 +-
> fs/i386/pc/pxe.c | 10 +-
> fs/iso9660.c | 16 +-
> fs/jfs.c | 14 +-
> fs/minix.c | 13 +-
> fs/ntfs.c | 16 +-
> fs/reiserfs.c | 12 +-
> fs/sfs.c | 26 +-
> fs/udf.c | 16 +-
> fs/ufs.c | 161 +-
> fs/xfs.c | 14 +-
> genmk.rb | 25 +-
> hello/hello.c | 12 +-
> include/grub/datetime.h | 48 +
> include/grub/disk.h | 13 +-
> include/grub/efi/api.h | 82 +-
> include/grub/efi/pe32.h | 11 +-
> include/grub/fs.h | 14 +-
> include/grub/i386/bsd.h | 9 +-
> include/grub/i386/pc/memory.h | 40 +-
> include/grub/i386/pci.h | 35 +
> include/grub/ieee1275/ieee1275.h | 11 +-
> include/grub/lib/arg.h | 72 +
> include/grub/memory.h | 52 +
> include/grub/misc.h | 6 +-
> include/grub/sparc64/ieee1275/ieee1275.h | 22 +
> include/grub/sparc64/kernel.h | 30 +
> include/grub/sparc64/libgcc.h | 12 +
> include/grub/term.h | 78 +-
> include/grub/types.h | 22 +-
> include/grub/usb.h | 207 +
> include/grub/usbdesc.h | 119 +
> include/grub/usbtrans.h | 107 +
> kern/device.c | 58 +-
> kern/disk.c | 11 +-
> kern/dl.c | 30 +-
> kern/efi/efi.c | 23 +
> kern/i386/coreboot/init.c | 17 +-
> kern/i386/efi/startup.S | 6 +-
> kern/i386/loader.S | 103 +-
> kern/i386/pc/init.c | 9 +-
> kern/i386/pc/startup.S | 18 +-
> kern/ieee1275/ieee1275.c | 50 +-
> kern/ieee1275/openfw.c | 113 +-
> kern/main.c | 16 +-
> kern/mm.c | 99 +-
> kern/sparc64/dl.c | 12 +-
> kern/x86_64/dl.c | 6 +-
> lib/arg.c | 418 ++
> lib/hexdump.c | 16 +
> loader/efi/appleloader.c | 26 +-
> loader/efi/chainloader.c | 28 +-
> loader/i386/bsd.c | 148 +-
> loader/i386/ieee1275/linux.c | 34 +-
> loader/i386/pc/chainloader.c | 22 +-
> loader/i386/pc/linux.c | 50 +-
> loader/multiboot_loader.c | 58 +-
> loader/powerpc/ieee1275/linux.c | 30 +-
> normal/cmdline.c | 31 -
> normal/completion.c | 22 +-
> normal/datetime.c | 100 +
> normal/menu_entry.c | 23 +-
> normal/misc.c | 20 +-
> term/efi/console.c | 6 +-
> term/i386/pc/serial.c | 23 +-
> term/terminfo.c | 14 +-
> util/console.c | 6 +-
> util/deviceiter.c | 621 ++
> util/elf/grub-mkimage.c | 12 +-
> util/grub-emu.c | 9 +
> util/grub-fstest.c | 92 +-
> util/grub-mkdevicemap.c | 589 +--
> util/grub-pe2elf.c | 11 +-
> util/grub.d/30_os-prober.in | 52 +
> util/hostfs.c | 13 +-
> util/i386/pc/grub-install.in | 8 +-
> util/i386/pc/grub-setup.c | 15 +-
> util/usb.c | 191 +
> 122 files changed, 7004 insertions(+), 11381 deletions(-)
>
> --
> Bean
>
--
Bean
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 19:44 ` Bean
@ 2009-05-04 20:31 ` Robert Millan
2009-06-03 16:07 ` Felix Zielcke
0 siblings, 1 reply; 12+ messages in thread
From: Robert Millan @ 2009-05-04 20:31 UTC (permalink / raw)
To: The development of GRUB 2
On Tue, May 05, 2009 at 03:44:27AM +0800, Bean wrote:
> Hi,
>
> git users can add this at the beginning of .git/hooks/pre-commit to
> run the copyright update test before committing:
>
> L1=`git diff --cached --stat 2>/dev/null | gawk '{ if (($2 == "|") &&
> ($3 > 5)) print $1}'`
> L2=`grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" $L1 2>/dev/null`
>
> if test ! -z $L2 ; then
> echo You should update copyright information for the following files:
> git diff --cached --stat $L2 2>/dev/null
> exit 1
> fi
Note that copyright lines don't _always_ have to be updated. It's
detrimental to do it when there's no need (bogus copyright assertions
weaken the legitimate ones).
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Copyright lines not being updated!
2009-05-04 20:31 ` Robert Millan
@ 2009-06-03 16:07 ` Felix Zielcke
0 siblings, 0 replies; 12+ messages in thread
From: Felix Zielcke @ 2009-06-03 16:07 UTC (permalink / raw)
To: The development of GRUB 2
Am Montag, den 04.05.2009, 22:31 +0200 schrieb Robert Millan:
> On Tue, May 05, 2009 at 03:44:27AM +0800, Bean wrote:
> > Hi,
> >
> > git users can add this at the beginning of .git/hooks/pre-commit to
> > run the copyright update test before committing:
> >
> > L1=`git diff --cached --stat 2>/dev/null | gawk '{ if (($2 == "|") &&
> > ($3 > 5)) print $1}'`
> > L2=`grep -lie "Copyright (C).*\(199[0-9]\|200[^9]\) *Free" $L1 2>/dev/null`
> >
> > if test ! -z $L2 ; then
> > echo You should update copyright information for the following files:
> > git diff --cached --stat $L2 2>/dev/null
> > exit 1
> > fi
>
> Note that copyright lines don't _always_ have to be updated. It's
> detrimental to do it when there's no need (bogus copyright assertions
> weaken the legitimate ones).
Well actually the FSF recommendes in the GNU maintainer docs [0] to
update it at the beginning of a year for all files and then be done with
it
By the way I just noticed that emacs has a feaure to update it
automatically on save.
With the GTK version it's at Options -> Customize Emacs -> Top-level
customization group
and then Files -> Before Save Hook -> copyright-update
[0] http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices
"To update the list of year numbers, add each year in which you have
made nontrivial changes to the package. (Here we assume you're using a
publicly accessible revision control server, so that every revision
installed is also immediately and automatically published.) When you add
the new year, it is not required to keep track of which files have seen
significant changes in the new year and which have not. It is
recommended and simpler to add the new year to all files in the package,
and be done with it for the rest of the year."
--
Felix Zielcke
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2009-06-03 16:07 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04 16:10 Copyright lines not being updated! Robert Millan
2009-05-04 17:40 ` Bean
2009-05-04 17:52 ` Vladimir 'phcoder' Serbinenko
2009-05-04 17:59 ` Vladimir 'phcoder' Serbinenko
2009-05-04 18:00 ` Robert Millan
2009-05-04 19:00 ` Bean
2009-05-04 19:15 ` Bean
2009-05-04 19:44 ` Bean
2009-05-04 20:31 ` Robert Millan
2009-06-03 16:07 ` Felix Zielcke
2009-05-04 17:58 ` Robert Millan
2009-05-04 17:58 ` Felix Zielcke
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.