[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[1941] 2009-01-10 Robert Millan <address@hidden>
From: |
Robert Millan |
Subject: |
[1941] 2009-01-10 Robert Millan <address@hidden> |
Date: |
Sat, 10 Jan 2009 13:07:45 +0000 |
Revision: 1941
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1941
Author: robertmh
Date: 2009-01-10 13:07:44 +0000 (Sat, 10 Jan 2009)
Log Message:
-----------
2009-01-10 Robert Millan <address@hidden>
Update a few copyright years which we forgot to do in 2008 (only for
files whose changes made in 2008 were copyright-significant)
* Makefile.in: Add 2008 to Copyright line.
* disk/ieee1275/ofdisk.c: Likewise.
* disk/efi/efidisk.c: Likewise.
* kern/dl.c: Likewise.
* kern/sparc64/ieee1275/init.c: Likewise.
* kern/mm.c: Likewise.
* kern/efi/mm.c: Likewise.
* boot/i386/pc/boot.S: Likewise.
* genfslist.sh: Likewise.
* fs/iso9660.c: Likewise.
* fs/hfs.c: Likewise.
* fs/jfs.c: Likewise.
* fs/minix.c: Likewise.
* fs/ufs.c: Likewise.
* gensymlist.sh.in: Likewise.
* genkernsyms.sh.in: Likewise.
* include/grub/misc.h: Likewise.
* include/grub/types.h: Likewise.
* include/grub/symbol.h: Likewise.
* include/grub/elf.h: Likewise.
* include/grub/kernel.h: Likewise.
* include/grub/disk.h: Likewise.
* include/grub/dl.h: Likewise.
* include/grub/i386/linux.h: Likewise.
* include/grub/i386/pc/biosdisk.h: Likewise.
* include/grub/efi/api.h: Likewise.
* include/grub/efi/pe32.h: Likewise.
* include/grub/util/misc.h: Likewise.
* normal/execute.c: Likewise.
* normal/arg.c: Likewise.
* normal/completion.c: Likewise.
* normal/lexer.c: Likewise.
* normal/parser.y: Likewise.
* normal/misc.c: Likewise.
* commands/i386/pc/vbeinfo.c: Likewise.
* commands/hexdump.c: Likewise.
* commands/terminal.c: Likewise.
* commands/ls.c: Likewise.
* commands/help.c: Likewise.
* partmap/pc.c: Likewise.
* loader/efi/chainloader.c: Likewise.
* loader/multiboot_loader.c: Likewise.
* loader/i386/pc/multiboot2.c: Likewise.
* term/efi/console.c: Likewise.
* term/i386/pc/serial.c: Likewise.
* util/lvm.c: Likewise.
* util/console.c: Likewise.
* util/i386/efi/grub-mkimage.c: Likewise.
* util/raid.c: Likewise.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/Makefile.in
trunk/grub2/boot/i386/pc/boot.S
trunk/grub2/commands/help.c
trunk/grub2/commands/hexdump.c
trunk/grub2/commands/i386/pc/vbeinfo.c
trunk/grub2/commands/ls.c
trunk/grub2/commands/terminal.c
trunk/grub2/disk/efi/efidisk.c
trunk/grub2/disk/ieee1275/ofdisk.c
trunk/grub2/fs/hfs.c
trunk/grub2/fs/iso9660.c
trunk/grub2/fs/jfs.c
trunk/grub2/fs/minix.c
trunk/grub2/fs/ufs.c
trunk/grub2/genfslist.sh
trunk/grub2/genkernsyms.sh.in
trunk/grub2/gensymlist.sh.in
trunk/grub2/include/grub/disk.h
trunk/grub2/include/grub/dl.h
trunk/grub2/include/grub/efi/api.h
trunk/grub2/include/grub/efi/pe32.h
trunk/grub2/include/grub/elf.h
trunk/grub2/include/grub/i386/linux.h
trunk/grub2/include/grub/i386/pc/biosdisk.h
trunk/grub2/include/grub/kernel.h
trunk/grub2/include/grub/misc.h
trunk/grub2/include/grub/symbol.h
trunk/grub2/include/grub/types.h
trunk/grub2/include/grub/util/misc.h
trunk/grub2/kern/dl.c
trunk/grub2/kern/efi/mm.c
trunk/grub2/kern/mm.c
trunk/grub2/kern/sparc64/ieee1275/init.c
trunk/grub2/loader/efi/chainloader.c
trunk/grub2/loader/i386/pc/multiboot2.c
trunk/grub2/loader/multiboot_loader.c
trunk/grub2/normal/arg.c
trunk/grub2/normal/completion.c
trunk/grub2/normal/execute.c
trunk/grub2/normal/lexer.c
trunk/grub2/normal/misc.c
trunk/grub2/normal/parser.y
trunk/grub2/partmap/pc.c
trunk/grub2/term/efi/console.c
trunk/grub2/term/i386/pc/serial.c
trunk/grub2/util/console.c
trunk/grub2/util/i386/efi/grub-mkimage.c
trunk/grub2/util/lvm.c
trunk/grub2/util/raid.c
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/ChangeLog 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,3 +1,58 @@
+2009-01-10 Robert Millan <address@hidden>
+
+ Update a few copyright years which we forgot to do in 2008 (only for
+ files whose changes made in 2008 were copyright-significant)
+
+ * Makefile.in: Add 2008 to Copyright line.
+ * disk/ieee1275/ofdisk.c: Likewise.
+ * disk/efi/efidisk.c: Likewise.
+ * kern/dl.c: Likewise.
+ * kern/sparc64/ieee1275/init.c: Likewise.
+ * kern/mm.c: Likewise.
+ * kern/efi/mm.c: Likewise.
+ * boot/i386/pc/boot.S: Likewise.
+ * genfslist.sh: Likewise.
+ * fs/iso9660.c: Likewise.
+ * fs/hfs.c: Likewise.
+ * fs/jfs.c: Likewise.
+ * fs/minix.c: Likewise.
+ * fs/ufs.c: Likewise.
+ * gensymlist.sh.in: Likewise.
+ * genkernsyms.sh.in: Likewise.
+ * include/grub/misc.h: Likewise.
+ * include/grub/types.h: Likewise.
+ * include/grub/symbol.h: Likewise.
+ * include/grub/elf.h: Likewise.
+ * include/grub/kernel.h: Likewise.
+ * include/grub/disk.h: Likewise.
+ * include/grub/dl.h: Likewise.
+ * include/grub/i386/linux.h: Likewise.
+ * include/grub/i386/pc/biosdisk.h: Likewise.
+ * include/grub/efi/api.h: Likewise.
+ * include/grub/efi/pe32.h: Likewise.
+ * include/grub/util/misc.h: Likewise.
+ * normal/execute.c: Likewise.
+ * normal/arg.c: Likewise.
+ * normal/completion.c: Likewise.
+ * normal/lexer.c: Likewise.
+ * normal/parser.y: Likewise.
+ * normal/misc.c: Likewise.
+ * commands/i386/pc/vbeinfo.c: Likewise.
+ * commands/hexdump.c: Likewise.
+ * commands/terminal.c: Likewise.
+ * commands/ls.c: Likewise.
+ * commands/help.c: Likewise.
+ * partmap/pc.c: Likewise.
+ * loader/efi/chainloader.c: Likewise.
+ * loader/multiboot_loader.c: Likewise.
+ * loader/i386/pc/multiboot2.c: Likewise.
+ * term/efi/console.c: Likewise.
+ * term/i386/pc/serial.c: Likewise.
+ * util/lvm.c: Likewise.
+ * util/console.c: Likewise.
+ * util/i386/efi/grub-mkimage.c: Likewise.
+ * util/raid.c: Likewise.
+
2009-01-06 Vesa Jääskeläinen <address@hidden>
* commands/videotest.c: Removed include to grub/machine/memory.h.
Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/Makefile.in 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
# -*- makefile -*-
#
-# Copyright (C)
1994,1995,1996,1997,1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009 Free
Software Foundation, Inc.
+# Copyright (C)
1994,1995,1996,1997,1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2008
Free Software Foundation, Inc.
#
# This Makefile.in is free software; the author
# gives unlimited permission to copy and/or distribute it,
Modified: trunk/grub2/boot/i386/pc/boot.S
===================================================================
--- trunk/grub2/boot/i386/pc/boot.S 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/boot/i386/pc/boot.S 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* -*-Asm-*- */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2005,2006,2007 Free Software
Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2005,2006,2007,2008 Free Software
Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/commands/help.c
===================================================================
--- trunk/grub2/commands/help.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/commands/help.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* help.c - command to show a help text. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/commands/hexdump.c
===================================================================
--- trunk/grub2/commands/hexdump.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/commands/hexdump.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* hexdump.c - command to dump the contents of a file or memory */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/commands/i386/pc/vbeinfo.c
===================================================================
--- trunk/grub2/commands/i386/pc/vbeinfo.c 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/commands/i386/pc/vbeinfo.c 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,7 +1,7 @@
/* vbeinfo.c - command to list compatible VBE video modes. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/commands/ls.c
===================================================================
--- trunk/grub2/commands/ls.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/commands/ls.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* ls.c - command to list files and devices */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/commands/terminal.c
===================================================================
--- trunk/grub2/commands/terminal.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/commands/terminal.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* terminal.c - command to show and select a terminal */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/disk/efi/efidisk.c
===================================================================
--- trunk/grub2/disk/efi/efidisk.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/disk/efi/efidisk.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/disk/ieee1275/ofdisk.c
===================================================================
--- trunk/grub2/disk/ieee1275/ofdisk.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/disk/ieee1275/ofdisk.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* ofdisk.c - Open Firmware disk access. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/fs/hfs.c
===================================================================
--- trunk/grub2/fs/hfs.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/fs/hfs.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* hfs.c - HFS. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/fs/iso9660.c
===================================================================
--- trunk/grub2/fs/iso9660.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/fs/iso9660.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -2,7 +2,7 @@
SUSP, Rock Ridge. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/fs/jfs.c
===================================================================
--- trunk/grub2/fs/jfs.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/fs/jfs.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* jfs.c - JFS. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/fs/minix.c
===================================================================
--- trunk/grub2/fs/minix.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/fs/minix.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* minix.c - The minix filesystem, version 1 and 2. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/fs/ufs.c
===================================================================
--- trunk/grub2/fs/ufs.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/fs/ufs.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* ufs.c - Unix File System */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/genfslist.sh
===================================================================
--- trunk/grub2/genfslist.sh 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/genfslist.sh 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005,2008 Free Software Foundation, Inc.
#
# This gensymlist.sh is free software; the author
# gives unlimited permission to copy and/or distribute it,
Modified: trunk/grub2/genkernsyms.sh.in
===================================================================
--- trunk/grub2/genkernsyms.sh.in 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/genkernsyms.sh.in 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002,2006 Free Software Foundation, Inc.
+# Copyright (C) 2002,2006,2008 Free Software Foundation, Inc.
#
# This gensymlist.sh is free software; the author
# gives unlimited permission to copy and/or distribute it,
Modified: trunk/grub2/gensymlist.sh.in
===================================================================
--- trunk/grub2/gensymlist.sh.in 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/gensymlist.sh.in 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002,2006,2007 Free Software Foundation, Inc.
+# Copyright (C) 2002,2006,2007,2008 Free Software Foundation, Inc.
#
# This gensymlist.sh.in is free software; the author
# gives unlimited permission to copy and/or distribute it,
@@ -21,7 +21,7 @@
/* This file is automatically generated by gensymlist.sh. DO NOT EDIT! */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/disk.h
===================================================================
--- trunk/grub2/include/grub/disk.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/disk.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Free Software
Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/dl.h
===================================================================
--- trunk/grub2/include/grub/dl.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/dl.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* dl.h - types and prototypes for loadable module support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/efi/api.h
===================================================================
--- trunk/grub2/include/grub/efi/api.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/efi/api.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* efi.h - declare EFI types and functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/efi/pe32.h
===================================================================
--- trunk/grub2/include/grub/efi/pe32.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/efi/pe32.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/elf.h
===================================================================
--- trunk/grub2/include/grub/elf.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/elf.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,5 +1,5 @@
/* This file defines standard ELF types, structures, and macros.
- Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999, 2000, 2001, 2002,2008 Free Software Foundation,
Inc.
This file was part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Modified: trunk/grub2/include/grub/i386/linux.h
===================================================================
--- trunk/grub2/include/grub/i386/linux.h 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/include/grub/i386/linux.h 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2007 Free Software
Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2007,2008 Free Software
Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/i386/pc/biosdisk.h
===================================================================
--- trunk/grub2/include/grub/i386/pc/biosdisk.h 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/include/grub/i386/pc/biosdisk.h 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/kernel.h
===================================================================
--- trunk/grub2/include/grub/kernel.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/kernel.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/misc.h
===================================================================
--- trunk/grub2/include/grub/misc.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/misc.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* misc.h - prototypes for misc functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2006,2007,2008,2009 Free Software
Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2006,2007,2008,2009,2008 Free Software
Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/symbol.h
===================================================================
--- trunk/grub2/include/grub/symbol.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/symbol.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2006,2007,2008 Free Software
Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/types.h
===================================================================
--- trunk/grub2/include/grub/types.h 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/include/grub/types.h 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/include/grub/util/misc.h
===================================================================
--- trunk/grub2/include/grub/util/misc.h 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/include/grub/util/misc.h 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/kern/dl.c
===================================================================
--- trunk/grub2/kern/dl.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/kern/dl.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* dl.c - loadable module support */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2003,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/kern/efi/mm.c
===================================================================
--- trunk/grub2/kern/efi/mm.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/kern/efi/mm.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* mm.c - generic EFI memory management */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/kern/mm.c
===================================================================
--- trunk/grub2/kern/mm.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/kern/mm.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* mm.c - functions for memory manager */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/kern/sparc64/ieee1275/init.c
===================================================================
--- trunk/grub2/kern/sparc64/ieee1275/init.c 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/kern/sparc64/ieee1275/init.c 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,7 +1,7 @@
/* init.c -- Initialize GRUB on the Ultra Sprac (sparc64). */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/loader/efi/chainloader.c
===================================================================
--- trunk/grub2/loader/efi/chainloader.c 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/loader/efi/chainloader.c 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,7 +1,7 @@
/* chainloader.c - boot another boot loader */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/loader/i386/pc/multiboot2.c
===================================================================
--- trunk/grub2/loader/i386/pc/multiboot2.c 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/loader/i386/pc/multiboot2.c 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,7 +1,7 @@
/* multiboot2.c - boot a multiboot 2 OS image. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/loader/multiboot_loader.c
===================================================================
--- trunk/grub2/loader/multiboot_loader.c 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/loader/multiboot_loader.c 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,7 +1,7 @@
/* multiboot_loader.c - boot multiboot 1 or 2 OS image */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/normal/arg.c
===================================================================
--- trunk/grub2/normal/arg.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/normal/arg.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* arg.c - argument parser */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2004,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2004,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/normal/completion.c
===================================================================
--- trunk/grub2/normal/completion.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/normal/completion.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* completion.c - complete a command, a disk, a partition or a file */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007 Free Software
Foundation, Inc.
+ * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008 Free Software
Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/normal/execute.c
===================================================================
--- trunk/grub2/normal/execute.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/normal/execute.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* execute.c -- Execute a GRUB script. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/normal/lexer.c
===================================================================
--- trunk/grub2/normal/lexer.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/normal/lexer.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* lexer.c - The scripting lexer. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/normal/misc.c
===================================================================
--- trunk/grub2/normal/misc.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/normal/misc.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* misc.c - miscellaneous functions */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/normal/parser.y
===================================================================
--- trunk/grub2/normal/parser.y 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/normal/parser.y 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* parser.y - The scripting parser. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/partmap/pc.c
===================================================================
--- trunk/grub2/partmap/pc.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/partmap/pc.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* pc.c - Read PC style partition tables. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2002,2004,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2002,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/term/efi/console.c
===================================================================
--- trunk/grub2/term/efi/console.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/term/efi/console.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/term/i386/pc/serial.c
===================================================================
--- trunk/grub2/term/i386/pc/serial.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/term/i386/pc/serial.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2000,2001,2002,2003,2004,2005,2007 Free Software
Foundation, Inc.
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2007,2008 Free Software
Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/util/console.c
===================================================================
--- trunk/grub2/util/console.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/util/console.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* console.c -- Ncurses console for GRUB. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2003,2005,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2003,2005,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/util/i386/efi/grub-mkimage.c
===================================================================
--- trunk/grub2/util/i386/efi/grub-mkimage.c 2009-01-05 23:14:32 UTC (rev
1940)
+++ trunk/grub2/util/i386/efi/grub-mkimage.c 2009-01-10 13:07:44 UTC (rev
1941)
@@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2004,2005,2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2004,2005,2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/util/lvm.c
===================================================================
--- trunk/grub2/util/lvm.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/util/lvm.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* lvm.c - LVM support for GRUB utils. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/grub2/util/raid.c
===================================================================
--- trunk/grub2/util/raid.c 2009-01-05 23:14:32 UTC (rev 1940)
+++ trunk/grub2/util/raid.c 2009-01-10 13:07:44 UTC (rev 1941)
@@ -1,7 +1,7 @@
/* raid.c - RAID support for GRUB utils. */
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [1941] 2009-01-10 Robert Millan <address@hidden>,
Robert Millan <=