]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
libe2p, libext2fs: Update file copyright permission states to match COPYING
authorTheodore Ts'o <tytso@mit.edu>
Tue, 18 May 2010 01:31:56 +0000 (21:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 May 2010 03:04:39 +0000 (23:04 -0400)
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>
105 files changed:
lib/e2p/e2p.h
lib/e2p/feature.c
lib/e2p/fgetflags.c
lib/e2p/fgetversion.c
lib/e2p/fsetflags.c
lib/e2p/fsetversion.c
lib/e2p/getflags.c
lib/e2p/getversion.c
lib/e2p/hashstr.c
lib/e2p/iod.c
lib/e2p/ls.c
lib/e2p/mntopts.c
lib/e2p/ostype.c
lib/e2p/parse_num.c
lib/e2p/pe.c
lib/e2p/percent.c
lib/e2p/pf.c
lib/e2p/ps.c
lib/e2p/setflags.c
lib/e2p/setversion.c
lib/e2p/uuid.c
lib/ext2fs/alloc.c
lib/ext2fs/alloc_sb.c
lib/ext2fs/alloc_stats.c
lib/ext2fs/alloc_tables.c
lib/ext2fs/badblocks.c
lib/ext2fs/bb_compat.c
lib/ext2fs/bb_inode.c
lib/ext2fs/bitmaps.c
lib/ext2fs/bitops.c
lib/ext2fs/bitops.h
lib/ext2fs/block.c
lib/ext2fs/bmap.c
lib/ext2fs/bmove.c
lib/ext2fs/brel.h
lib/ext2fs/brel_ma.c
lib/ext2fs/check_desc.c
lib/ext2fs/closefs.c
lib/ext2fs/csum.c
lib/ext2fs/dblist.c
lib/ext2fs/dblist_dir.c
lib/ext2fs/dir_iterate.c
lib/ext2fs/dirblock.c
lib/ext2fs/dirhash.c
lib/ext2fs/dosio.c
lib/ext2fs/dosio.h
lib/ext2fs/dupfs.c
lib/ext2fs/e2image.h
lib/ext2fs/expanddir.c
lib/ext2fs/ext2_io.h
lib/ext2fs/ext2fs.h
lib/ext2fs/ext2fsP.h
lib/ext2fs/ext3_extents.h
lib/ext2fs/ext_attr.c
lib/ext2fs/extent.c
lib/ext2fs/fileio.c
lib/ext2fs/finddev.c
lib/ext2fs/flushb.c
lib/ext2fs/freefs.c
lib/ext2fs/gen_bitmap.c
lib/ext2fs/get_pathname.c
lib/ext2fs/getsectsize.c
lib/ext2fs/getsize.c
lib/ext2fs/i_block.c
lib/ext2fs/icount.c
lib/ext2fs/imager.c
lib/ext2fs/ind_block.c
lib/ext2fs/initialize.c
lib/ext2fs/inline.c
lib/ext2fs/inode.c
lib/ext2fs/inode_io.c
lib/ext2fs/irel.h
lib/ext2fs/irel_ma.c
lib/ext2fs/ismounted.c
lib/ext2fs/link.c
lib/ext2fs/llseek.c
lib/ext2fs/lookup.c
lib/ext2fs/mkdir.c
lib/ext2fs/mkjournal.c
lib/ext2fs/namei.c
lib/ext2fs/native.c
lib/ext2fs/newdir.c
lib/ext2fs/nt_io.c
lib/ext2fs/openfs.c
lib/ext2fs/read_bb.c
lib/ext2fs/read_bb_file.c
lib/ext2fs/res_gdt.c
lib/ext2fs/rw_bitmaps.c
lib/ext2fs/sparse.c
lib/ext2fs/swapfs.c
lib/ext2fs/test_io.c
lib/ext2fs/tst_badblocks.c
lib/ext2fs/tst_bitops.c
lib/ext2fs/tst_byteswap.c
lib/ext2fs/tst_getsectsize.c
lib/ext2fs/tst_getsize.c
lib/ext2fs/tst_iscan.c
lib/ext2fs/tst_super_size.c
lib/ext2fs/tst_types.c
lib/ext2fs/undo_io.c
lib/ext2fs/unix_io.c
lib/ext2fs/unlink.c
lib/ext2fs/valid_blk.c
lib/ext2fs/version.c
lib/ext2fs/write_bb_file.c

index d125e144ed2c389bd4cb88f83ad93150be586c45..7a90c37e54baa5dd3918f74622d1e3039592e824 100644 (file)
@@ -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>
index 1da3c7de566a88d3e12c2507952c43a111d3017f..c7f8a359f64d0ef3a69ff505b86aef3c2e1a9664 100644 (file)
@@ -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>
index 372304fb5057e52f87eed3de5d627338c8c6c7e0..d66f8e188732cb01501965cf627d52e5cee0301f 100644 (file)
@@ -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%
  */
 
 /*
index fe05f12df863685df492461b1fcfc72fa6314242..37946f77c31d426c3caddbd224ef4702657040af 100644 (file)
@@ -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%
  */
 
 /*
index 62189c9bd4f5f5e345fa3d8139fc67de96d4efb1..30437a20ba923256fd36d6f5fa3465ab657c9f1a 100644 (file)
@@ -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%
  */
 
 /*
index 17bd09546e21b09e953b05fdbb49e896e0517acb..fc50cb1e835b408743c2f8c254f44c12eee51999 100644 (file)
@@ -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%
  */
 
 /*
index 7b35246dccd0dd9335f4c001dd3013f537fb5c5c..a738fed3e8333e6fcc293149d69a97981b4af1e1 100644 (file)
@@ -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%
  */
 
 /*
index 47c588fd8f12e3a487a58d2e1820c113f6b88bc8..eb0e52020cc4169c52e8c47574b0184283ff01fa 100644 (file)
@@ -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%
  */
 
 /*
index ece4d058915cadee41f83d8d1e4dc718f96fe15f..5ee623707f80136a5e3a120635ad11ac9fb68f22 100644 (file)
@@ -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>
index 1edfc4f2e116e8cd0a384d5d4a3412b4ed631ce2..c53aafeb81b1333e919b461ebb3a39b5c9c674ae 100644 (file)
@@ -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%
  */
 
 /*
index eb9a7721ec7eee3fbf819832afb8b60757b09d01..9788824113e6f144318c7f68ed8f8f145ec94ed2 100644 (file)
@@ -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>
index 51e349dcd658c2ae757b9af52b664655c684e372..bffcb418b560e4731b8e07d1fe9e8d2043c808b8 100644 (file)
@@ -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>
index c477535a9c3e7e5b7c267130a8149361d788ecdf..978315b88e2310ea31a8a8387c9d80602039f41b 100644 (file)
@@ -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"
index 7f817d60dc97f750d99c5fd0b70213fff508d667..47f0b5bdd0db6ea284d73ae291965e631b3a3cf7 100644 (file)
@@ -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"
index 4cce69117011aef59b8b7a573b6f12d8125f434f..78c8099348c1f206cd3a6a06fe0785083239a82e 100644 (file)
@@ -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%
  */
 
 /*
index 94d71e5c45bcb2cdcce1dfd07c97ba635ca9086e..cfa7046e9a42b3b8a39102c6e19666793886a842 100644 (file)
@@ -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"
index 4a611765a1fe9679625a63d1e4095345a0552f31..f34a5cc3ab8b5e8097a5a2f7751f4733acfe461c 100644 (file)
@@ -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%
  */
 
 /*
index bec8b41959caf50e083496a1ce61a5e6c1e483c6..e6ad60abc6366b2048e61e1058f93e222ba4de89 100644 (file)
@@ -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%
  */
 
 /*
index 908f0f19d9aa37ada3f07044eccb6e99209087b0..cc00b2039d1117c91b3ff8c7426c6f9d1279d87c 100644 (file)
@@ -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%
  */
 
 /*
index bd00df6680a098a20f58a6b5fe78794af1ee796a..d72270b66d1119ead85eddaf4a2ca45d9bcc346a 100644 (file)
@@ -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%
  */
 
 /*
index 0bf8f829d886c8b1ddab4811e41a08b7d2dcbf39..310b01de611b6fe3d8150a941d10d46724a7b407 100644 (file)
@@ -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>
index ade5149458a5ab519b2db4bba7025dbacb05d87e..59d10890d1d799e1ed6db9fc0987f324268e8a9b 100644 (file)
@@ -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>
index b0aeb964d0696a5d8693ba96927ce0e118f36c21..b491a9f6525e0e524f29f365a7f6ace066b6f2d4 100644 (file)
@@ -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%
  */
 
index b2f086eafbdd7780378182f69f776645866f971e..5ac5205042ae1a73aeff83b56b2baf6cb8bb8652 100644 (file)
@@ -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>
index 55e617430dae0b16730404e218b904f2927cc38d..46465af42fa7683d9a6b9f31e4458c738da60ed7 100644 (file)
@@ -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%
  */
 
index 6eadb12628315b6313aca12d06e4dfbbc33d612e..5eb28b7864a71e3471f364a37e9019e0c7af1e7b 100644 (file)
@@ -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%
  */
 
index 5a158b34cfb00002cfd8cda007bee1f6fa2de5d4..a94e3e48f67dd8f295ea92e2ac7a95c7c0825103 100644 (file)
@@ -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%
  */
 
index cbeeb98f1ca92b1f11c223abf72fd75e14ce1f18..2626686952ef38e7ec3ec2eac859cd43a1bc671c 100644 (file)
@@ -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%
  */
 
index ea08b3e257e574e02b45471cec70fd7f0d0bf6ea..649c524f6123793614148e88a57e331854cf2df1 100644 (file)
@@ -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%
  */
 
index 485e997b645238e2a75222f5d7e5db3ee87f6887..d7db90492ed39f8c60d7eca7875e2889a2719735 100644 (file)
@@ -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%
  */
 
index 32111ba6f2f7554ad13e2844a687f0e19b13bf55..ce70539465c302b2be68df14d9bae4d54661a2bd 100644 (file)
@@ -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);
index c8d6b17d4bda09ed14cd5eacc643b28b2c088653..07f77e9b56dd6bdcacbb4aa4c76fd81d701a21f9 100644 (file)
@@ -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%
  */
 
index 933036b17725c4c116862932fc8139e0228daee3..fbcb37538960501259dd6f443ee108deec467c58 100644 (file)
@@ -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%
  */
 
index 019db91c6898f25a97cb833427bee13e850d3c39..1caf2fa98292c377e15e942036b0abfa6174ec99 100644 (file)
@@ -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>
index a7f977658843f46fc5837cd9597a75b31e23a767..a0dd5b9cc7f79323f909e93565fefc1ad4209b4a 100644 (file)
@@ -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%
  */
 
index 1c4f218d4a0574c50615149efea99fab62d7f810..1a55702b4f6bf6c6186f7db9cede66a07e10b2cf 100644 (file)
@@ -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%
  */
 
index 299cb010999ee4e588dba51c0b038d388629830e..5ab95147afa6c9bc17cb52825d25f68da76b05cd 100644 (file)
@@ -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%
  */
 
index ed7109efddc0358fec161e6107548aa19d568608..db6b8a6a82e759d4bf0845777ce382284ff504d3 100644 (file)
@@ -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%
  */
 
index da0aeda160f5da638c7757625e31c2560203f4f8..58ebd232e0471ede0ece0df8ffbff3a842b5701c 100644 (file)
@@ -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%
  */
 
index 4a80367cf1894817993a4430ed098a7681578170..84adcb2b780cf84bdff2e64eed769629583f201b 100644 (file)
@@ -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>
index 6f370cd30520d707bae6a506c6844a5e298d28b2..8c38d315ec2315167100eda8b0aefe0004b41926 100644 (file)
@@ -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>
index 0087d58898fa909c91155e78858592b7a4e3876d..3b9c57c49bba55bf03c934c7020459431494a497 100644 (file)
@@ -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%
  */
 
index 6542a81d6dcc50706dd2499453b3be597d598005..29b4fcd25518650582dec8b1bd791f94d21a4889 100644 (file)
@@ -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%
  */
 
index c42ccd9574c3d82a1b538ef08c5d6bb1fce7cfa9..a06970698b35a574c3d59f55b73d0d3e43d26acf 100644 (file)
@@ -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%
  */
 
index a7968cd049e277ee0e387742a662992cd94aaddd..ff3bda6947ad2887c43cc38e4b7804185e6bfdd9 100644 (file)
@@ -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>
index a0d652d5b8ac77f173bb288af0e9942ffd7998ab..d2a8f03e5096736bc17fe1e20b9871d731629c1f 100644 (file)
@@ -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__
index 2f9bedcd1e10a2fe7a1ad8389ac09292236601fa..a9e2a976b1cd2d4e2e9801475bccacdb7fdbe006 100644 (file)
@@ -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%
  */
 
index c05d43e22352ed7d094db34c8d9a03569cf83ac2..4de2c8d95ab1aa4cbb9a8c188978228822df4058 100644 (file)
@@ -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%
  */
 
index 934eaf12bd6f76ad0a02b6c904ab7b2371dd0dda..a71c6c9d751cb592480b190d876a5c6224fdcc31 100644 (file)
@@ -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%
  */
 
index 2a579e6b783546bf16f02d074290d308faab06e8..5bebbfb3b82b972ab488956b9d5e8adddf5b039c 100644 (file)
@@ -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%
  */
 
index 234fbdd255f275b0f7b4add0d54c8caa1dcd2572..a3d3cd35b356204f1712c64f8374d3d10796f446 100644 (file)
@@ -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%
  */
 
index c666faaff2df434b5f4f4da90986c0e57f3b0a49..8772a4fc12f512f453207531b42c2f2edb363955 100644 (file)
@@ -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%
  */
 
index 3b373c71d85e2adf892d50cd55f8414730c1cf46..88fabc9dced810a4891d4b0ca1f83a5101cb678c 100644 (file)
@@ -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
index 9f5e10fb98f60f90827231aea5c3ad99c04a3966..358003ee4184da1d04b42def6bf08ae71bf36dc4 100644 (file)
@@ -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%
  */
 
index 1505447d39a5ecfa55bd0d7c9f795f002cad3745..053ff158ef4765e586e51c9eb527a827f0eb6e09 100644 (file)
@@ -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%
  */
 
index 70325a8f372f32e953ce032fbb3da2d00f656f2d..834867e1e02f3f4686ae2e8df485ddd7a73da126 100644 (file)
@@ -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%
  */
 
index 56b76dfc91f28ae693c6f508f23963807a55c711..cc2029f2fada0a991c0be4a89485e68663fca93b 100644 (file)
@@ -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%
  */
 
index f0630ea13dcb60cfa839ec7c0cbd7b0caf6b1611..394bb074e6e2f60534a9201f100b53a917227c19 100644 (file)
@@ -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%
  */
 
index 2a1c91520826ade31cf9cd46583f29c7bbdea765..5c35bb68aeb24de4db66796d4b503436df94e603 100644 (file)
@@ -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%
  */
 
index 54a39dcb58e116937bc0babef4449207ba1136c9..42c9c7e41b42c84c71442e25ac1eaa9724a3d3b5 100644 (file)
@@ -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%
  */
 
index c46b3a0a0093960e77a6c26b7e0fd27538a3935d..7ac14db278c3e5f9ce07e35701fa303089e0c1f7 100644 (file)
@@ -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)
  *
index ae9139d0f6932d2ae5faa16c958ede262499117a..09fb45c1760139dcaf2acaf1362b612190e7ed4d 100644 (file)
@@ -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%
  */
 
index 23c8f12241b32f6c1f9d03d6db1b0fb029c47283..5ef0081bf64c0fc93f925f8a5aee07aae825af3f 100644 (file)
@@ -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%
  */
 
index 6e1b136ec229ba1278e8df9356b556b2c434c362..822776dfc22cb7eae8c2680e273e4df0df7d7097 100644 (file)
@@ -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%
  */
 
index bec0f5f7eeb7edd53d48c1b335f75b9d90814c5c..a49f05fb72fef656431c1e6c5ea6dc76b013e48f 100644 (file)
@@ -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%
  */
 
index 01543338cd3bb1575479d300a0c55fce457b00d2..afa9a21640582845ace7a9cef6a2880c27db645d 100644 (file)
@@ -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%
  */
 
index 09c04324553ff604c3f1d184ad754e2cd271cd3f..722d3bdc4a8a2e5eaa09a9005fed8e943429f1ef 100644 (file)
@@ -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%
  */
 
index 21fc293572ab05fc50f93e527bfeb5240a51a43a..32f075e7689b2f0179c8fe949a3544dd06cc013d 100644 (file)
@@ -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%
  */
 
index 13e2f835f2f02bc0b95bc1d486a924424c5d403d..f9be368be4cab133b1a6a36e10c5485ca035bcf6 100644 (file)
@@ -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%
  */
 
index f9cc43c1d9f17fbb5cfd72c6e92b17b6c7858982..988caff5c3ceecabf930ea633ba28606fdd20b8f 100644 (file)
@@ -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%
  */
 
index 4d29a9f87c956a2265b5a26eb7fdcc8cbd89f9aa..4faaa4878b17784ceb86fab87dbad20836a06047 100644 (file)
@@ -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%
  */
 
index 45e031bebe2444c089c89b8bce56b3fed15a4fbc..9a4958bea2fca34cb21e7d9485296976b78d4a74 100644 (file)
@@ -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%
  */
 
index f565939acd0e68ae80f3437e0c3c394ec5c91334..b05579066f75d3652170fd37632e4a5023910f78 100644 (file)
@@ -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%
  */
 
index d28b6adaff242eb5036e147baf90e8a348445c62..2e9df4e045b04c696e586eebf7f379fdacde68e4 100644 (file)
@@ -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%
  */
 
index 7f2cfbc63f8aca53cb93409a08f3f9b09ec7cf1b..4cc8426a8fcbadcf375ef420d6d57c569ecc39b1 100644 (file)
@@ -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%
  */
 
index 073cf91a061fc8d82d4775bafc0af5bc1ec7af13..7855590b6ae4f90f2380fb94e130fb83b1aafdae 100644 (file)
@@ -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%
  */
 
index 9cb97f1b548c1e7e23b149a765fae6be7aa1a321..97aa08877352f766127873ff66198d0f7d59ecfb 100644 (file)
@@ -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%
  */
 
index 88bc6fa2cd6614c9aa7abbc069a2c52b6f197b1a..549ff6a32fbb760e1d2f956534e8c19953aacbb1 100644 (file)
@@ -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%
  */
 
index 2cf9e416664f365cac5dab5d74d8b610f498c93d..4a81f4b26da76ce460e65ec46275b1e57c55ca8b 100644 (file)
@@ -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%
  */
 
index 2b28a54f3472750876b5138dcd376cf0616de92a..22d2d2d2ee4c4b9259df5da9902b1c5ec1ab9007 100644 (file)
@@ -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%
  */
 
index 738c34bdd3ad98aa256a67a240362710609b9f1b..c71a95ee6e47b7c2c4c05e9d135ff4c3f0342679 100644 (file)
@@ -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%
  */
 
index 7f4266a5e93cf08b0943f6992fe6afd8abb2036c..6bc57194c0835488808952cacca2b815b4a4a491 100644 (file)
@@ -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%
  */
 
index efd2a09472290ba60516962aa4b03c65152e91e4..0f10543a32ae9c27def172c692c0a377e59df366 100644 (file)
@@ -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%
  */
 
index 1ca63dba3990ecb96df4a3bb1151fe6263c830e4..a6b08c358946a1114f886af14f4573155f26951e 100644 (file)
@@ -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%
  */
 
index 112d07fb4f04225330125fce77f0c0315f1771af..331678405381765715d82129f3bad50e29273d95 100644 (file)
@@ -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%
  */
 
index 60dec4267a6accacd040eb1d2b2018f88139909f..0ca76045a5fba6d7a321665492a0f1fa49a18e73 100644 (file)
@@ -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%
  */
 
index 62b598873a587ed28510344c6ac1125507df552d..424d86714c4c0287a0c65f863ef186962b3fac48 100644 (file)
@@ -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%
  */
 
index 56fcfd6477cbc6a437b0829513ac90ba6e7d3c26..cfa3369aa5b3ff24ac27ccb0b7827819b8bb1adc 100644 (file)
@@ -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%
  */
 
index 90b028f0959c1d5144d9947ce5d292facea3e89e..63c11f6196761b0fa48ae04d343a426280653ef8 100644 (file)
@@ -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%
  */
 
index 996491991424a0ef35099e78b9e7aadb7c93da3c..74a551dfbb88f5851bf4c0485f8c13feee066b7f 100644 (file)
@@ -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%
  */
 
index 39b39bfbddfe84debe61d91d2124f3d34ab9afb6..8d887a866e9b39965ecd98a30805fb2cd1885e25 100644 (file)
@@ -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%
  */
 
index c4744b3e52ca41d66e998b067611b13a65abc723..82090b1cf7e529612c16ffcbdfeb77d6724c1358 100644 (file)
@@ -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%
  */
 
index 6febe685ac09e9c8ab9023d6708708dd7f973869..f57a2e46c33f0c25dafc99813d2a078a2f4cdfb9 100644 (file)
@@ -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%
  */
 
index ba79c7c6072d73635bdee5bf3241e93a6a0760ce..d0f2ee42ade7d91c8aafcd3f2f915b11dc6c043d 100644 (file)
@@ -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%
  */
 
index cb1b8c652b1a2a908b4d56efe523688dc83cd7a9..863cf643fd6c45fcedffc6212a3176a4f4dfcfec 100644 (file)
@@ -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%
  */
 
index b196cbc50171226c562b0da1ca3a81a24bad8527..9a578fabfa0b19129a7e2a7eb8a617ca50a84b73 100644 (file)
@@ -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%
  */
 
index b0c7fc30184264900dd523e220c8b2e9b21143e0..443b1b457c247741b675cd60a539adba4e6d2410 100644 (file)
@@ -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%
  */
 
index 47fa5bac734043dff614ab28582859a0adcf470b..49a561ff2551fbd78b61ad47dfa1d32592b8f0e2 100644 (file)
@@ -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%
  */
 
index fbe35dcb02625367e4507a95a527ba53489cd71c..5274984c22237af02f49d8c88470c10c36e53618 100644 (file)
@@ -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%
  */
 
index 827c038f338b5c4e41a36dbaf9d0aa950adef951..7cf886842102eb6cbc92df214e37c24c048f1785 100644 (file)
@@ -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%
  */
 
index 797fce89437d6d954220d050c045696d0c9d7a54..8c599aa6515852d0d019b4820784caa586f2cc2d 100644 (file)
@@ -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%
  */
 
index ffe8dbe9c835f7e2158f5cd8d8c3652b4295a34b..7ffeb9e8bfea31fa494d05d12055f71af6de5ce9 100644 (file)
@@ -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%
  */
 
index d0367e71ceee5a9581dba1d5e8326df68900f6ac..32ac9e602e01d915b9605e126caae677db9acd82 100644 (file)
@@ -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>
index 3fc4c73c5cdc669dbfe7c4d0d1303009021e0143..ab406fea2825fb4be9091e7af39568690271bab8 100644 (file)
@@ -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%
  */
 
index ea31a7d179e23ac779f69a6665cc5376acf41a9f..70bcf08edaf22d07b3dfe27962edee4a01d99678 100644 (file)
@@ -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%
  */