From 265372ca7417e4099c72e355d488aa7c4e5fffb6 Mon Sep 17 00:00:00 2001 From: fzielcke Date: Sat, 14 Feb 2009 14:38:50 +0000 Subject: [PATCH] 2009-02-14 Felix Zielcke * fs/fat.c: Add 2009 to Copyright line. --- ChangeLog | 4 ++++ fs/fat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3e09cb823..7382a4e7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-14 Felix Zielcke + + * fs/fat.c: Add 2009 to Copyright line. + 2009-02-14 Christian Franke * commands/hdparm.c: New file. Provides `hdparm' command diff --git a/fs/fat.c b/fs/fat.c index 36278b092..acaa0274b 100644 --- a/fs/fat.c +++ b/fs/fat.c @@ -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