diff options
author | Theodore Ts'o <tytso@mit.edu> | 2010-05-17 21:31:56 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-05-17 23:04:39 -0400 |
commit | 543547a52a20cb7e69d74921b2f691078fd55d83 (patch) | |
tree | a1d0e2b3e57e13acce49621ae9e4b70f6148dda6 /lib/ext2fs/icount.c | |
parent | b25df6f81791ff5735925a30e9629b6a559386b8 (diff) | |
download | e2fsprogs-543547a52a20cb7e69d74921b2f691078fd55d83.tar.gz |
libe2p, libext2fs: Update file copyright permission states to match COPYING
The top-level COPYING file states that the e2p and ext2fs libraries
are available under the LGPLv2. The files were incorrectly labelled.
Alex Thomas/Luster has been consulted wrt to the ext3_extents.h file;
the rest of the files were primarily authored by Theodore Ts'o.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/ext2fs/icount.c')
-rw-r--r-- | lib/ext2fs/icount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ext2fs/icount.c b/lib/ext2fs/icount.c index bec0f5f7..a49f05fb 100644 --- a/lib/ext2fs/icount.c +++ b/lib/ext2fs/icount.c @@ -4,8 +4,8 @@ * Copyright (C) 1997 Theodore Ts'o. * * %Begin-Header% - * This file may be redistributed under the terms of the GNU Public - * License. + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. * %End-Header% */ |