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 | |
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')
105 files changed, 272 insertions, 226 deletions
diff --git a/lib/e2p/e2p.h b/lib/e2p/e2p.h index d125e144..7a90c37e 100644 --- a/lib/e2p/e2p.h +++ b/lib/e2p/e2p.h @@ -1,3 +1,12 @@ +/* + * e2p.h --- header file for the e2p library + * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% + */ + #include <sys/types.h> /* Needed by dirent.h on netbsd */ #include <stdio.h> #include <dirent.h> diff --git a/lib/e2p/feature.c b/lib/e2p/feature.c index 1da3c7de..c7f8a359 100644 --- a/lib/e2p/feature.c +++ b/lib/e2p/feature.c @@ -3,9 +3,10 @@ * * Copyright (C) 1999 Theodore Ts'o <tytso@mit.edu> * - * This file can be redistributed under the terms of the GNU Library General - * Public License - * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include <stdio.h> diff --git a/lib/e2p/fgetflags.c b/lib/e2p/fgetflags.c index 372304fb..d66f8e18 100644 --- a/lib/e2p/fgetflags.c +++ b/lib/e2p/fgetflags.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/fgetversion.c b/lib/e2p/fgetversion.c index fe05f12d..37946f77 100644 --- a/lib/e2p/fgetversion.c +++ b/lib/e2p/fgetversion.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/fsetflags.c b/lib/e2p/fsetflags.c index 62189c9b..30437a20 100644 --- a/lib/e2p/fsetflags.c +++ b/lib/e2p/fsetflags.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/fsetversion.c b/lib/e2p/fsetversion.c index 17bd0954..fc50cb1e 100644 --- a/lib/e2p/fsetversion.c +++ b/lib/e2p/fsetversion.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/getflags.c b/lib/e2p/getflags.c index 7b35246d..a738fed3 100644 --- a/lib/e2p/getflags.c +++ b/lib/e2p/getflags.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/getversion.c b/lib/e2p/getversion.c index 47c588fd..eb0e5202 100644 --- a/lib/e2p/getversion.c +++ b/lib/e2p/getversion.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/hashstr.c b/lib/e2p/hashstr.c index ece4d058..5ee62370 100644 --- a/lib/e2p/hashstr.c +++ b/lib/e2p/hashstr.c @@ -3,9 +3,10 @@ * * Copyright (C) 1999 Theodore Ts'o <tytso@mit.edu> * - * This file can be redistributed under the terms of the GNU Library General - * Public License - * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include <stdio.h> diff --git a/lib/e2p/iod.c b/lib/e2p/iod.c index 1edfc4f2..c53aafeb 100644 --- a/lib/e2p/iod.c +++ b/lib/e2p/iod.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/ls.c b/lib/e2p/ls.c index eb9a7721..97888241 100644 --- a/lib/e2p/ls.c +++ b/lib/e2p/ls.c @@ -7,8 +7,10 @@ * * Copyright (C) 1995, 1996, 1997 Theodore Ts'o <tytso@mit.edu> * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include <stdio.h> diff --git a/lib/e2p/mntopts.c b/lib/e2p/mntopts.c index 51e349dc..bffcb418 100644 --- a/lib/e2p/mntopts.c +++ b/lib/e2p/mntopts.c @@ -3,9 +3,10 @@ * * Copyright (C) 2002 Theodore Ts'o <tytso@mit.edu> * - * This file can be redistributed under the terms of the GNU Library General - * Public License - * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include <stdio.h> diff --git a/lib/e2p/ostype.c b/lib/e2p/ostype.c index c477535a..978315b8 100644 --- a/lib/e2p/ostype.c +++ b/lib/e2p/ostype.c @@ -3,8 +3,10 @@ * * Copyright (C) 2004,2005 Theodore Ts'o <tytso@mit.edu> * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include "e2p.h" diff --git a/lib/e2p/parse_num.c b/lib/e2p/parse_num.c index 7f817d60..47f0b5bd 100644 --- a/lib/e2p/parse_num.c +++ b/lib/e2p/parse_num.c @@ -3,8 +3,10 @@ * * Copyright (C) 2004,2005 Theodore Ts'o <tytso@mit.edu> * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include "e2p.h" diff --git a/lib/e2p/pe.c b/lib/e2p/pe.c index 4cce6911..78c80993 100644 --- a/lib/e2p/pe.c +++ b/lib/e2p/pe.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/percent.c b/lib/e2p/percent.c index 94d71e5c..cfa7046e 100644 --- a/lib/e2p/percent.c +++ b/lib/e2p/percent.c @@ -3,8 +3,10 @@ * * Copyright (C) 2006 Theodore Ts'o <tytso@mit.edu> * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include "e2p.h" diff --git a/lib/e2p/pf.c b/lib/e2p/pf.c index 4a611765..f34a5cc3 100644 --- a/lib/e2p/pf.c +++ b/lib/e2p/pf.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/ps.c b/lib/e2p/ps.c index bec8b419..e6ad60ab 100644 --- a/lib/e2p/ps.c +++ b/lib/e2p/ps.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/setflags.c b/lib/e2p/setflags.c index 908f0f19..cc00b203 100644 --- a/lib/e2p/setflags.c +++ b/lib/e2p/setflags.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/setversion.c b/lib/e2p/setversion.c index bd00df66..d72270b6 100644 --- a/lib/e2p/setversion.c +++ b/lib/e2p/setversion.c @@ -5,8 +5,10 @@ * Laboratoire MASI, Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * - * This file can be redistributed under the terms of the GNU Library General - * Public License + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ /* diff --git a/lib/e2p/uuid.c b/lib/e2p/uuid.c index 0bf8f829..310b01de 100644 --- a/lib/e2p/uuid.c +++ b/lib/e2p/uuid.c @@ -1,5 +1,10 @@ /* * uuid.c -- utility routines for manipulating UUID's. + * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include <stdio.h> diff --git a/lib/ext2fs/alloc.c b/lib/ext2fs/alloc.c index ade51494..59d10890 100644 --- a/lib/ext2fs/alloc.c +++ b/lib/ext2fs/alloc.c @@ -4,10 +4,9 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% - * */ #include <stdio.h> diff --git a/lib/ext2fs/alloc_sb.c b/lib/ext2fs/alloc_sb.c index b0aeb964..b491a9f6 100644 --- a/lib/ext2fs/alloc_sb.c +++ b/lib/ext2fs/alloc_sb.c @@ -5,8 +5,8 @@ * Copyright (C) 1994, 1995, 1996, 2003 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% */ diff --git a/lib/ext2fs/alloc_stats.c b/lib/ext2fs/alloc_stats.c index b2f086ea..5ac52050 100644 --- a/lib/ext2fs/alloc_stats.c +++ b/lib/ext2fs/alloc_stats.c @@ -4,10 +4,9 @@ * Copyright (C) 2001 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% - * */ #include <stdio.h> diff --git a/lib/ext2fs/alloc_tables.c b/lib/ext2fs/alloc_tables.c index 55e61743..46465af4 100644 --- a/lib/ext2fs/alloc_tables.c +++ b/lib/ext2fs/alloc_tables.c @@ -5,8 +5,8 @@ * Copyright (C) 1996 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% */ diff --git a/lib/ext2fs/badblocks.c b/lib/ext2fs/badblocks.c index 6eadb126..5eb28b78 100644 --- a/lib/ext2fs/badblocks.c +++ b/lib/ext2fs/badblocks.c @@ -4,8 +4,8 @@ * Copyright (C) 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/bb_compat.c b/lib/ext2fs/bb_compat.c index 5a158b34..a94e3e48 100644 --- a/lib/ext2fs/bb_compat.c +++ b/lib/ext2fs/bb_compat.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% */ diff --git a/lib/ext2fs/bb_inode.c b/lib/ext2fs/bb_inode.c index cbeeb98f..26266869 100644 --- a/lib/ext2fs/bb_inode.c +++ b/lib/ext2fs/bb_inode.c @@ -8,8 +8,8 @@ * Copyright (C) 1994, 1995 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% */ diff --git a/lib/ext2fs/bitmaps.c b/lib/ext2fs/bitmaps.c index ea08b3e2..649c524f 100644 --- a/lib/ext2fs/bitmaps.c +++ b/lib/ext2fs/bitmaps.c @@ -5,8 +5,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/bitops.c b/lib/ext2fs/bitops.c index 485e997b..d7db9049 100644 --- a/lib/ext2fs/bitops.c +++ b/lib/ext2fs/bitops.c @@ -5,8 +5,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/bitops.h b/lib/ext2fs/bitops.h index 32111ba6..ce705394 100644 --- a/lib/ext2fs/bitops.h +++ b/lib/ext2fs/bitops.h @@ -5,15 +5,11 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% - * - * i386 bitops operations taken from <asm/bitops.h>, Copyright 1992, - * Linus Torvalds. */ - extern int ext2fs_set_bit(unsigned int nr,void * addr); extern int ext2fs_clear_bit(unsigned int nr, void * addr); extern int ext2fs_test_bit(unsigned int nr, const void * addr); diff --git a/lib/ext2fs/block.c b/lib/ext2fs/block.c index c8d6b17d..07f77e9b 100644 --- a/lib/ext2fs/block.c +++ b/lib/ext2fs/block.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/bmap.c b/lib/ext2fs/bmap.c index 933036b1..fbcb3753 100644 --- a/lib/ext2fs/bmap.c +++ b/lib/ext2fs/bmap.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% */ diff --git a/lib/ext2fs/bmove.c b/lib/ext2fs/bmove.c index 019db91c..1caf2fa9 100644 --- a/lib/ext2fs/bmove.c +++ b/lib/ext2fs/bmove.c @@ -2,8 +2,12 @@ * bmove.c --- Move blocks around to make way for a particular * filesystem structure. * - * Copyright (C) 1997 Theodore Ts'o. This file may be redistributed - * under the terms of the GNU Public License. + * Copyright (C) 1997 Theodore Ts'o. + * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include <stdio.h> diff --git a/lib/ext2fs/brel.h b/lib/ext2fs/brel.h index a7f97765..a0dd5b9c 100644 --- a/lib/ext2fs/brel.h +++ b/lib/ext2fs/brel.h @@ -4,8 +4,8 @@ * Copyright (C) 1996, 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% */ diff --git a/lib/ext2fs/brel_ma.c b/lib/ext2fs/brel_ma.c index 1c4f218d..1a55702b 100644 --- a/lib/ext2fs/brel_ma.c +++ b/lib/ext2fs/brel_ma.c @@ -7,8 +7,8 @@ * module isn't really used yet.) * * %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% */ diff --git a/lib/ext2fs/check_desc.c b/lib/ext2fs/check_desc.c index 299cb010..5ab95147 100644 --- a/lib/ext2fs/check_desc.c +++ b/lib/ext2fs/check_desc.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/closefs.c b/lib/ext2fs/closefs.c index ed7109ef..db6b8a6a 100644 --- a/lib/ext2fs/closefs.c +++ b/lib/ext2fs/closefs.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/csum.c b/lib/ext2fs/csum.c index da0aeda1..58ebd232 100644 --- a/lib/ext2fs/csum.c +++ b/lib/ext2fs/csum.c @@ -5,8 +5,8 @@ * Copyright (C) 2006, 2007 by Andreas Dilger <adilger@clusterfs.com> * * %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% */ diff --git a/lib/ext2fs/dblist.c b/lib/ext2fs/dblist.c index 4a80367c..84adcb2b 100644 --- a/lib/ext2fs/dblist.c +++ b/lib/ext2fs/dblist.c @@ -4,10 +4,9 @@ * Copyright 1997 by 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% - * */ #include <stdio.h> diff --git a/lib/ext2fs/dblist_dir.c b/lib/ext2fs/dblist_dir.c index 6f370cd3..8c38d315 100644 --- a/lib/ext2fs/dblist_dir.c +++ b/lib/ext2fs/dblist_dir.c @@ -4,10 +4,9 @@ * Copyright 1997 by 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% - * */ #include <stdio.h> diff --git a/lib/ext2fs/dir_iterate.c b/lib/ext2fs/dir_iterate.c index 0087d588..3b9c57c4 100644 --- a/lib/ext2fs/dir_iterate.c +++ b/lib/ext2fs/dir_iterate.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1994, 1995, 1996, 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% */ diff --git a/lib/ext2fs/dirblock.c b/lib/ext2fs/dirblock.c index 6542a81d..29b4fcd2 100644 --- a/lib/ext2fs/dirblock.c +++ b/lib/ext2fs/dirblock.c @@ -4,8 +4,8 @@ * Copyright (C) 1995, 1996 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% */ diff --git a/lib/ext2fs/dirhash.c b/lib/ext2fs/dirhash.c index c42ccd95..a0697069 100644 --- a/lib/ext2fs/dirhash.c +++ b/lib/ext2fs/dirhash.c @@ -6,8 +6,8 @@ * Copyright (c) 2002 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% */ diff --git a/lib/ext2fs/dosio.c b/lib/ext2fs/dosio.c index a7968cd0..ff3bda69 100644 --- a/lib/ext2fs/dosio.c +++ b/lib/ext2fs/dosio.c @@ -4,8 +4,11 @@ * Copyright (c) 1997 by Theodore Ts'o. * * Copyright (c) 1997 Mark Habersack - * This file may be distributed under the terms of the GNU Public License. * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #include <stdio.h> diff --git a/lib/ext2fs/dosio.h b/lib/ext2fs/dosio.h index a0d652d5..d2a8f03e 100644 --- a/lib/ext2fs/dosio.h +++ b/lib/ext2fs/dosio.h @@ -4,9 +4,13 @@ * Disk I/O include file for the ext2fs/DOS library. * * Copyright (c) 1997 Mark Habersack - * This file may be distributed under the terms of the GNU Public License. * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ + #ifndef __diskio_h #define __diskio_h #ifdef __TURBOC__ diff --git a/lib/ext2fs/dupfs.c b/lib/ext2fs/dupfs.c index 2f9bedcd..a9e2a976 100644 --- a/lib/ext2fs/dupfs.c +++ b/lib/ext2fs/dupfs.c @@ -4,8 +4,8 @@ * Copyright (C) 1997, 1998, 2001, 2003, 2005 by 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% */ diff --git a/lib/ext2fs/e2image.h b/lib/ext2fs/e2image.h index c05d43e2..4de2c8d9 100644 --- a/lib/ext2fs/e2image.h +++ b/lib/ext2fs/e2image.h @@ -7,8 +7,8 @@ * functions in this library. So sue me. * * %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% */ diff --git a/lib/ext2fs/expanddir.c b/lib/ext2fs/expanddir.c index 934eaf12..a71c6c9d 100644 --- a/lib/ext2fs/expanddir.c +++ b/lib/ext2fs/expanddir.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999 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% */ diff --git a/lib/ext2fs/ext2_io.h b/lib/ext2fs/ext2_io.h index 2a579e6b..5bebbfb3 100644 --- a/lib/ext2fs/ext2_io.h +++ b/lib/ext2fs/ext2_io.h @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h index 234fbdd2..a3d3cd35 100644 --- a/lib/ext2fs/ext2fs.h +++ b/lib/ext2fs/ext2fs.h @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/ext2fsP.h b/lib/ext2fs/ext2fsP.h index c666faaf..8772a4fc 100644 --- a/lib/ext2fs/ext2fsP.h +++ b/lib/ext2fs/ext2fsP.h @@ -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% */ diff --git a/lib/ext2fs/ext3_extents.h b/lib/ext2fs/ext3_extents.h index 3b373c71..88fabc9d 100644 --- a/lib/ext2fs/ext3_extents.h +++ b/lib/ext2fs/ext3_extents.h @@ -2,18 +2,10 @@ * Copyright (c) 2003,2004 Cluster File Systems, Inc, info@clusterfs.com * Written by Alex Tomas <alex@clusterfs.com> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public Licens - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. + * %End-Header% */ #ifndef _LINUX_EXT3_EXTENTS diff --git a/lib/ext2fs/ext_attr.c b/lib/ext2fs/ext_attr.c index 9f5e10fb..358003ee 100644 --- a/lib/ext2fs/ext_attr.c +++ b/lib/ext2fs/ext_attr.c @@ -6,8 +6,8 @@ * Copyright (C) 2002 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% */ diff --git a/lib/ext2fs/extent.c b/lib/ext2fs/extent.c index 1505447d..053ff158 100644 --- a/lib/ext2fs/extent.c +++ b/lib/ext2fs/extent.c @@ -4,8 +4,8 @@ * Copyright (C) 2007 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% */ diff --git a/lib/ext2fs/fileio.c b/lib/ext2fs/fileio.c index 70325a8f..834867e1 100644 --- a/lib/ext2fs/fileio.c +++ b/lib/ext2fs/fileio.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% */ diff --git a/lib/ext2fs/finddev.c b/lib/ext2fs/finddev.c index 56b76dfc..cc2029f2 100644 --- a/lib/ext2fs/finddev.c +++ b/lib/ext2fs/finddev.c @@ -5,8 +5,8 @@ * Copyright (C) 2000 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% */ diff --git a/lib/ext2fs/flushb.c b/lib/ext2fs/flushb.c index f0630ea1..394bb074 100644 --- a/lib/ext2fs/flushb.c +++ b/lib/ext2fs/flushb.c @@ -5,8 +5,8 @@ * Copyright (C) 2000 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% */ diff --git a/lib/ext2fs/freefs.c b/lib/ext2fs/freefs.c index 2a1c9152..5c35bb68 100644 --- a/lib/ext2fs/freefs.c +++ b/lib/ext2fs/freefs.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/gen_bitmap.c b/lib/ext2fs/gen_bitmap.c index 54a39dcb..42c9c7e4 100644 --- a/lib/ext2fs/gen_bitmap.c +++ b/lib/ext2fs/gen_bitmap.c @@ -4,8 +4,8 @@ * Copyright (C) 2001 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% */ diff --git a/lib/ext2fs/get_pathname.c b/lib/ext2fs/get_pathname.c index c46b3a0a..7ac14db2 100644 --- a/lib/ext2fs/get_pathname.c +++ b/lib/ext2fs/get_pathname.c @@ -4,9 +4,12 @@ * Copyright (C) 1993, 1994, 1995 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% + */ + +/* * * ext2fs_get_pathname(fs, dir, ino, name) * diff --git a/lib/ext2fs/getsectsize.c b/lib/ext2fs/getsectsize.c index ae9139d0..09fb45c1 100644 --- a/lib/ext2fs/getsectsize.c +++ b/lib/ext2fs/getsectsize.c @@ -5,8 +5,8 @@ * Copyright (C) 2003 VMware, Inc. * * %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% */ diff --git a/lib/ext2fs/getsize.c b/lib/ext2fs/getsize.c index 23c8f122..5ef0081b 100644 --- a/lib/ext2fs/getsize.c +++ b/lib/ext2fs/getsize.c @@ -7,8 +7,8 @@ * Windows version of ext2fs_get_device_size by Chris Li, VMware. * * %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% */ diff --git a/lib/ext2fs/i_block.c b/lib/ext2fs/i_block.c index 6e1b136e..822776df 100644 --- a/lib/ext2fs/i_block.c +++ b/lib/ext2fs/i_block.c @@ -4,8 +4,8 @@ * Copyright (C) 2008 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% */ 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% */ diff --git a/lib/ext2fs/imager.c b/lib/ext2fs/imager.c index 01543338..afa9a216 100644 --- a/lib/ext2fs/imager.c +++ b/lib/ext2fs/imager.c @@ -8,8 +8,8 @@ * functions in this library. So sue me. * * %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% */ diff --git a/lib/ext2fs/ind_block.c b/lib/ext2fs/ind_block.c index 09c04324..722d3bdc 100644 --- a/lib/ext2fs/ind_block.c +++ b/lib/ext2fs/ind_block.c @@ -5,8 +5,8 @@ * 2001, 2002, 2003, 2004, 2005 by 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% */ diff --git a/lib/ext2fs/initialize.c b/lib/ext2fs/initialize.c index 21fc2935..32f075e7 100644 --- a/lib/ext2fs/initialize.c +++ b/lib/ext2fs/initialize.c @@ -5,8 +5,8 @@ * Copyright (C) 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/inline.c b/lib/ext2fs/inline.c index 13e2f835..f9be368b 100644 --- a/lib/ext2fs/inline.c +++ b/lib/ext2fs/inline.c @@ -6,8 +6,8 @@ * Copyright (C) 1993, 1994 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% */ diff --git a/lib/ext2fs/inode.c b/lib/ext2fs/inode.c index f9cc43c1..988caff5 100644 --- a/lib/ext2fs/inode.c +++ b/lib/ext2fs/inode.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996, 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% */ diff --git a/lib/ext2fs/inode_io.c b/lib/ext2fs/inode_io.c index 4d29a9f8..4faaa487 100644 --- a/lib/ext2fs/inode_io.c +++ b/lib/ext2fs/inode_io.c @@ -5,8 +5,8 @@ * Copyright (C) 2002 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% */ diff --git a/lib/ext2fs/irel.h b/lib/ext2fs/irel.h index 45e031be..9a4958be 100644 --- a/lib/ext2fs/irel.h +++ b/lib/ext2fs/irel.h @@ -4,8 +4,8 @@ * Copyright (C) 1996, 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% */ diff --git a/lib/ext2fs/irel_ma.c b/lib/ext2fs/irel_ma.c index f565939a..b0557906 100644 --- a/lib/ext2fs/irel_ma.c +++ b/lib/ext2fs/irel_ma.c @@ -4,8 +4,8 @@ * Copyright (C) 1996, 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% */ diff --git a/lib/ext2fs/ismounted.c b/lib/ext2fs/ismounted.c index d28b6ada..2e9df4e0 100644 --- a/lib/ext2fs/ismounted.c +++ b/lib/ext2fs/ismounted.c @@ -4,8 +4,8 @@ * Copyright (C) 1995,1996,1997,1998,1999,2000 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% */ diff --git a/lib/ext2fs/link.c b/lib/ext2fs/link.c index 7f2cfbc6..4cc8426a 100644 --- a/lib/ext2fs/link.c +++ b/lib/ext2fs/link.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994 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% */ diff --git a/lib/ext2fs/llseek.c b/lib/ext2fs/llseek.c index 073cf91a..7855590b 100644 --- a/lib/ext2fs/llseek.c +++ b/lib/ext2fs/llseek.c @@ -4,8 +4,8 @@ * Copyright (C) 1994, 1995, 1996, 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% */ diff --git a/lib/ext2fs/lookup.c b/lib/ext2fs/lookup.c index 9cb97f1b..97aa0887 100644 --- a/lib/ext2fs/lookup.c +++ b/lib/ext2fs/lookup.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1994, 1995 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% */ diff --git a/lib/ext2fs/mkdir.c b/lib/ext2fs/mkdir.c index 88bc6fa2..549ff6a3 100644 --- a/lib/ext2fs/mkdir.c +++ b/lib/ext2fs/mkdir.c @@ -4,8 +4,8 @@ * Copyright (C) 1994, 1995 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% */ diff --git a/lib/ext2fs/mkjournal.c b/lib/ext2fs/mkjournal.c index 2cf9e416..4a81f4b2 100644 --- a/lib/ext2fs/mkjournal.c +++ b/lib/ext2fs/mkjournal.c @@ -4,8 +4,8 @@ * Copyright (C) 2000 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% */ diff --git a/lib/ext2fs/namei.c b/lib/ext2fs/namei.c index 2b28a54f..22d2d2d2 100644 --- a/lib/ext2fs/namei.c +++ b/lib/ext2fs/namei.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1994, 1995 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% */ diff --git a/lib/ext2fs/native.c b/lib/ext2fs/native.c index 738c34bd..c71a95ee 100644 --- a/lib/ext2fs/native.c +++ b/lib/ext2fs/native.c @@ -4,8 +4,8 @@ * Copyright (C) 1996 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% */ diff --git a/lib/ext2fs/newdir.c b/lib/ext2fs/newdir.c index 7f4266a5..6bc57194 100644 --- a/lib/ext2fs/newdir.c +++ b/lib/ext2fs/newdir.c @@ -4,8 +4,8 @@ * Copyright (C) 1994, 1995 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% */ diff --git a/lib/ext2fs/nt_io.c b/lib/ext2fs/nt_io.c index efd2a094..0f10543a 100644 --- a/lib/ext2fs/nt_io.c +++ b/lib/ext2fs/nt_io.c @@ -7,8 +7,8 @@ * Copyright (C) 1998 Andrey Shedel (andreys@ns.cr.cyco.com) * * %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% */ diff --git a/lib/ext2fs/openfs.c b/lib/ext2fs/openfs.c index 1ca63dba..a6b08c35 100644 --- a/lib/ext2fs/openfs.c +++ b/lib/ext2fs/openfs.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1995, 1996 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% */ diff --git a/lib/ext2fs/read_bb.c b/lib/ext2fs/read_bb.c index 112d07fb..33167840 100644 --- a/lib/ext2fs/read_bb.c +++ b/lib/ext2fs/read_bb.c @@ -4,8 +4,8 @@ * Copyright (C) 1994 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% */ diff --git a/lib/ext2fs/read_bb_file.c b/lib/ext2fs/read_bb_file.c index 60dec426..0ca76045 100644 --- a/lib/ext2fs/read_bb_file.c +++ b/lib/ext2fs/read_bb_file.c @@ -4,8 +4,8 @@ * Copyright (C) 1994, 1995, 2000 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% */ diff --git a/lib/ext2fs/res_gdt.c b/lib/ext2fs/res_gdt.c index 62b59887..424d8671 100644 --- a/lib/ext2fs/res_gdt.c +++ b/lib/ext2fs/res_gdt.c @@ -5,8 +5,8 @@ * Copyright (C) 2002 Andreas Dilger * * %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% */ diff --git a/lib/ext2fs/rw_bitmaps.c b/lib/ext2fs/rw_bitmaps.c index 56fcfd64..cfa3369a 100644 --- a/lib/ext2fs/rw_bitmaps.c +++ b/lib/ext2fs/rw_bitmaps.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 1994, 1996 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% */ diff --git a/lib/ext2fs/sparse.c b/lib/ext2fs/sparse.c index 90b028f0..63c11f61 100644 --- a/lib/ext2fs/sparse.c +++ b/lib/ext2fs/sparse.c @@ -5,8 +5,8 @@ * Copyright (C) 2002 Andreas Dilger. * * %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% */ diff --git a/lib/ext2fs/swapfs.c b/lib/ext2fs/swapfs.c index 99649199..74a551df 100644 --- a/lib/ext2fs/swapfs.c +++ b/lib/ext2fs/swapfs.c @@ -4,8 +4,8 @@ * Copyright (C) 1995, 1996, 2002 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% */ diff --git a/lib/ext2fs/test_io.c b/lib/ext2fs/test_io.c index 39b39bfb..8d887a86 100644 --- a/lib/ext2fs/test_io.c +++ b/lib/ext2fs/test_io.c @@ -4,8 +4,8 @@ * Copyright (C) 1996 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% */ diff --git a/lib/ext2fs/tst_badblocks.c b/lib/ext2fs/tst_badblocks.c index c4744b3e..82090b1c 100644 --- a/lib/ext2fs/tst_badblocks.c +++ b/lib/ext2fs/tst_badblocks.c @@ -4,8 +4,8 @@ * Copyright (C) 1996 by 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% */ diff --git a/lib/ext2fs/tst_bitops.c b/lib/ext2fs/tst_bitops.c index 6febe685..f57a2e46 100644 --- a/lib/ext2fs/tst_bitops.c +++ b/lib/ext2fs/tst_bitops.c @@ -4,8 +4,8 @@ * Copyright (C) 2001 by 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% */ diff --git a/lib/ext2fs/tst_byteswap.c b/lib/ext2fs/tst_byteswap.c index ba79c7c6..d0f2ee42 100644 --- a/lib/ext2fs/tst_byteswap.c +++ b/lib/ext2fs/tst_byteswap.c @@ -4,8 +4,8 @@ * Copyright (C) 2000 by 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% */ diff --git a/lib/ext2fs/tst_getsectsize.c b/lib/ext2fs/tst_getsectsize.c index cb1b8c65..863cf643 100644 --- a/lib/ext2fs/tst_getsectsize.c +++ b/lib/ext2fs/tst_getsectsize.c @@ -4,8 +4,8 @@ * Copyright (C) 1997 by 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% */ diff --git a/lib/ext2fs/tst_getsize.c b/lib/ext2fs/tst_getsize.c index b196cbc5..9a578fab 100644 --- a/lib/ext2fs/tst_getsize.c +++ b/lib/ext2fs/tst_getsize.c @@ -4,8 +4,8 @@ * Copyright (C) 1997 by 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% */ diff --git a/lib/ext2fs/tst_iscan.c b/lib/ext2fs/tst_iscan.c index b0c7fc30..443b1b45 100644 --- a/lib/ext2fs/tst_iscan.c +++ b/lib/ext2fs/tst_iscan.c @@ -4,8 +4,8 @@ * Copyright (C) 1996 by 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% */ diff --git a/lib/ext2fs/tst_super_size.c b/lib/ext2fs/tst_super_size.c index 47fa5bac..49a561ff 100644 --- a/lib/ext2fs/tst_super_size.c +++ b/lib/ext2fs/tst_super_size.c @@ -4,8 +4,8 @@ * Copyright (C) 2007 by 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% */ diff --git a/lib/ext2fs/tst_types.c b/lib/ext2fs/tst_types.c index fbe35dcb..5274984c 100644 --- a/lib/ext2fs/tst_types.c +++ b/lib/ext2fs/tst_types.c @@ -4,8 +4,8 @@ * Copyright (C) 2006 by 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% */ diff --git a/lib/ext2fs/undo_io.c b/lib/ext2fs/undo_io.c index 827c038f..7cf88684 100644 --- a/lib/ext2fs/undo_io.c +++ b/lib/ext2fs/undo_io.c @@ -6,8 +6,8 @@ * Author Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> * * %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% */ diff --git a/lib/ext2fs/unix_io.c b/lib/ext2fs/unix_io.c index 797fce89..8c599aa6 100644 --- a/lib/ext2fs/unix_io.c +++ b/lib/ext2fs/unix_io.c @@ -10,8 +10,8 @@ * 2002 by 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% */ diff --git a/lib/ext2fs/unlink.c b/lib/ext2fs/unlink.c index ffe8dbe9..7ffeb9e8 100644 --- a/lib/ext2fs/unlink.c +++ b/lib/ext2fs/unlink.c @@ -4,8 +4,8 @@ * Copyright (C) 1993, 1994, 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% */ diff --git a/lib/ext2fs/valid_blk.c b/lib/ext2fs/valid_blk.c index d0367e71..32ac9e60 100644 --- a/lib/ext2fs/valid_blk.c +++ b/lib/ext2fs/valid_blk.c @@ -4,10 +4,9 @@ * Copyright 1997 by 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% - * */ #include <stdio.h> diff --git a/lib/ext2fs/version.c b/lib/ext2fs/version.c index 3fc4c73c..ab406fea 100644 --- a/lib/ext2fs/version.c +++ b/lib/ext2fs/version.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% */ diff --git a/lib/ext2fs/write_bb_file.c b/lib/ext2fs/write_bb_file.c index ea31a7d1..70bcf08e 100644 --- a/lib/ext2fs/write_bb_file.c +++ b/lib/ext2fs/write_bb_file.c @@ -4,8 +4,8 @@ * Copyright (C) 1994, 1995 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% */ |