Revision: 1993
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1993
Author: fzielcke
Date: 2009-02-14 14:38:50 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
2009-02-14 Felix Zielcke <[email protected]>
* fs/fat.c: Add 2009 to Copyright line.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/fs/fat.c
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-02-14 12:57:55 UTC (rev 1992)
+++ trunk/grub2/ChangeLog 2009-02-14 14:38:50 UTC (rev 1993)
@@ -1,3 +1,7 @@
+2009-02-14 Felix Zielcke <[email protected]>
+
+ * fs/fat.c: Add 2009 to Copyright line.
+
2009-02-14 Christian Franke <[email protected]>
* commands/hdparm.c: New file. Provides `hdparm' command
Modified: trunk/grub2/fs/fat.c
===================================================================
--- trunk/grub2/fs/fat.c 2009-02-14 12:57:55 UTC (rev 1992)
+++ trunk/grub2/fs/fat.c 2009-02-14 14:38:50 UTC (rev 1993)
@@ -1,7 +1,7 @@
/* fat.c - FAT filesystem */
/*
* 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