changeset 11111:52a7f01cf7bb

fsusage.c: correct copyright year * lib/fsusage.c: Reflect year in which the change is pushed into the public repository, not the year in which it was locally committed.
author Jim Meyering <meyering@redhat.com>
date Wed, 04 Feb 2009 16:35:56 +0100
parents 23f0d14f8cdc
children e7df8edd0e88
files ChangeLog lib/fsusage.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-02-04  Jim Meyering  <meyering@redhat.com>
 
+	fsusage.c: correct copyright year
+	* lib/fsusage.c: Reflect year in which the change is pushed into
+
 	avoid misc. warnings
 	* lib/fsusage.c (UNUSED_PARAM): Define.
 	(get_fs_usage): Mark parameter "disk" as unused.
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -1,6 +1,6 @@
 /* fsusage.c -- return space usage of mounted file systems
 
-   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2008
+   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify