]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-05-29 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Thu, 29 May 2008 13:01:43 +0000 (13:01 +0000)
committerrobertmh <robertmh@localhost>
Thu, 29 May 2008 13:01:43 +0000 (13:01 +0000)
        * fs/affs.c: Update copyright year.
        * fs/ext2.c: Likewise.
        * fs/fshelp.c: Likewise.
        * fs/hfsplus.c: Likewise.
        * fs/ntfs.c: Likewise.
        * fs/xfs.c: Likewise.
        * include/grub/fshelp.h: Likewise.
        * util/grub-mkdevicemap.c: Likewise.

ChangeLog
commands/cat.c
fs/affs.c
fs/ext2.c
fs/fshelp.c
fs/hfsplus.c
fs/ntfs.c
fs/xfs.c
include/grub/fshelp.h
util/grub-mkdevicemap.c

index 6bc6533c9954bc11ce6ca34b1782bdb29eff8f97..4e9bd21aa2fede5ecb08919e20c4fd948f244742 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-05-29  Robert Millan  <rmh@aybabtu.com>
+
+       * fs/affs.c: Update copyright year.
+       * fs/ext2.c: Likewise.
+       * fs/fshelp.c: Likewise.
+       * fs/hfsplus.c: Likewise.
+       * fs/ntfs.c: Likewise.
+       * fs/xfs.c: Likewise.
+       * include/grub/fshelp.h: Likewise.
+       * util/grub-mkdevicemap.c: Likewise.
+
 2008-05-28  Robert Millan  <rmh@aybabtu.com>
 
        * util/update-grub.in: Allow chmod call to fail, since /boot/grub/
index 01fa3a4550be209982ea5392225ceaafb034aad2..b5dda4de085b3c4378d1321f10ee8e6bbb78ae61 100644 (file)
@@ -1,7 +1,7 @@
 /* cat.c - command to show the contents of a file  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2003,2005,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index f1592ab781c8f15a53b9ce83462729dc79d1a3fd..c60fd9cf2be46b8603751305dea569996044275c 100644 (file)
--- 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  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index c096628597e35bf1e86ed913ac0ef4776a7697b5..e17aac2dec713cd23dfe36a7603cdd744b1bb26b 100644 (file)
--- 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  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2004,2005,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 8a4f0612b9af3f70e23c30983b125065386317bb..faec1f7fdf5dfa2f991ecf0cb702fbdec59e44df 100644 (file)
@@ -1,7 +1,7 @@
 /* fshelp.c -- Filesystem helper functions */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index a13051a430702de779880ecc352fc51458922dd8..e6493ce03b2c5168dbc017c1b8c6964ecfef0cba 100644 (file)
@@ -1,7 +1,7 @@
 /* hfsplus.c - HFS+ Filesystem.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 786f0e3d1d4737e757e0769b187931664019d4c8..ad53740918d158c681e07fca6246e7f2dd850201 100644 (file)
--- a/fs/ntfs.c
+++ b/fs/ntfs.c
@@ -1,7 +1,7 @@
 /* ntfs.c - NTFS filesystem */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2007 Free Software Foundation, Inc.
+ *  Copyright (C) 2007,2008 Free Software Foundation, Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 39fe0835bd3df3bab1c64b1e68d066b94e17bf87..a778e9905cdcf02036f8581cc4f03bb2adc6824e 100644 (file)
--- a/fs/xfs.c
+++ b/fs/xfs.c
@@ -1,7 +1,7 @@
 /* xfs.c - XFS.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 32d47a34a1cc9dc3ba3b303c468861a3666e8e49..0120cbf713ea1321ecb0ae7d786c830ef93aaa46 100644 (file)
@@ -1,7 +1,7 @@
 /* fshelp.h -- Filesystem helper functions */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2004,2005,2006,2007  Free Software Foundation, Inc.
+ *  Copyright (C) 2004,2005,2006,2007,2008  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 2e8e82dba34997dd0091f33e4770be112bb1d8dc..4bb1c486ec06d8343826a1319aaae3589dd99ef7 100644 (file)
@@ -1,7 +1,7 @@
 /* grub-mkdevicemap.c - make a device map file automatically */
 /*
  *  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