diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-10-05 09:55:53 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-10-05 09:55:53 +0000 |
commit | 1251551cab81c70415234b0e24442629be0c4052 (patch) | |
tree | 5b77aa5a0d6efbf9ab291225a2c8aa4053a96543 /libdiskfs | |
parent | 7816c70ca016d64141a0a1c21de470456837bd7c (diff) | |
download | hurd-1251551cab81c70415234b0e24442629be0c4052.tar.gz hurd-1251551cab81c70415234b0e24442629be0c4052.tar.bz2 hurd-1251551cab81c70415234b0e24442629be0c4052.zip |
Update copyright years.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/diskfs.h | 4 | ||||
-rw-r--r-- | libdiskfs/node-times.c | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 8daade6f..aa9bfd95 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -1,5 +1,7 @@ /* Definitions for fileserver helper functions - Copyright (C) 1994,95,96,97,98,99,2001,02 Free Software Foundation, Inc. + + Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2007 + 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 diff --git a/libdiskfs/node-times.c b/libdiskfs/node-times.c index c36b0be6..81a66e58 100644 --- a/libdiskfs/node-times.c +++ b/libdiskfs/node-times.c @@ -1,5 +1,6 @@ /* Process st_?time updates marked for a diskfs node. - Copyright (C) 1994,96,99,2000 Free Software Foundation, Inc. + + Copyright (C) 1994, 1996, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of the GNU Hurd. |