1b2be1a7572ea738b984446d48b7b66762618341
[dragonfly.git] / sys / vfs / gnu / ext2fs / COPYRIGHT.INFO
1 $FreeBSD: src/sys/gnu/ext2fs/COPYRIGHT.INFO,v 1.3 2000/01/01 11:27:50 bde Exp $
2 $DragonFly: src/sys/vfs/gnu/ext2fs/COPYRIGHT.INFO,v 1.3 2006/04/04 17:34:32 dillon Exp $
3
4 Most of the files in this directory are written by Godmar Back or modified
5 by him using the CSRG sources.  Those files are covered by the Berkeley-style
6 copyright.  However the following files are covered by GPL.  Since the policy
7 of the FreeBSD project is to keep the files with the more restrictive
8 copyright in the gnu tree and it is a good idea to keep the filesystem code
9 all together, the EXT2FS in its entirety resides under the gnu tree.  Note
10 that only the files below are under the GPL.  In the eventuality that these
11 files are redesigned or rewritten, this tree can be moved back into the less
12 restrictive FreeBSD tree.
13
14         ext2_bitmap.c           (in the cvs attic)
15         ext2_fs.h
16         ext2_fs_i.h
17         ext2_fs_sb.h
18         ext2_linux_balloc.c
19         ext2_linux_ialloc.c
20         ext2_super.c            (in the cvs attic)
21         ext2_vfsops.c           (has some GPL'ed code from ext2_super.c)
22         i386-bitops.h
23
24 PS.
25         THANKS GODMAR!!!
26
27 Note that this port has been modified by John Dyson and others on
28 the FreeBSD team, and it is best to send the bug reports to the FreeBSD
29 team.  If there are any non-FreeBSD specific bugs, fixes will be sent to
30 Godmar to help him fix the original code base.  It is also our intention
31 to send Godmar any FreeBSD specific porting changes so that he can keep
32 control of his code....
33
34 John
35 dyson@freebsd.org
36
37                 -----------------------------------------
38                                 04 April 2006
39
40     EXT2 has been divorced from UFS.  The following files have been copied
41     from the UFS tree and renamed:
42
43         dinode.h
44         dir.h
45         ext2_bmap.c
46         ext2_ihash.c
47         ext2_quota.c
48         ext2mount.h
49         inode.h
50         quota.h
51
52     In addition, all other UFS procedures that EXT2 used to call,
53     especially in ext2_vnops.c and ext2_vfsops.c, have been copied from
54     the UFS tree into the EXT2 tree and renamed.
55
56                                 Matthew Dillon <dillon@apollo.backplane.com>
57