aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-07 00:52:58 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-07 00:52:58 +0000
commitdb12d1d733ab7de0c5f4cda261eb79fd334a4ed9 (patch)
treebaed427ea76367f8561164995e41cfd34575e0c1 /e2fsprogs/fsck.c
parent30e5cf8875f757581256a4ec4f6935d1cb28a0fb (diff)
downloadbusybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.tar.gz
busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.tar.bz2
busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.zip
Fix forgotten license comments
Diffstat (limited to 'e2fsprogs/fsck.c')
-rw-r--r--e2fsprogs/fsck.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c
index cb454560a..3c6cafbd3 100644
--- a/e2fsprogs/fsck.c
+++ b/e2fsprogs/fsck.c
@@ -20,10 +20,7 @@
20 * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 20 * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
21 * 2001, 2002, 2003, 2004, 2005 by Theodore Ts'o. 21 * 2001, 2002, 2003, 2004, 2005 by Theodore Ts'o.
22 * 22 *
23 * %Begin-Header% 23 * Licensed under GPLv2, see file LICENSE in this tarball for details.
24 * This file may be redistributed under the terms of the GNU Public
25 * License.
26 * %End-Header%
27 */ 24 */
28 25
29/* All filesystem specific hooks have been removed. 26/* All filesystem specific hooks have been removed.