Initial import from FreeBSD RELENG_4:
[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
3 Most of the files in this directory are written by Godmar Back or modified
4 by him using the CSRG sources.  Those files are covered by the Berkeley-style
5 copyright.  However the following files are covered by GPL.  Since the policy
6 of the FreeBSD project is to keep the files with the more restrictive
7 copyright in the gnu tree and it is a good idea to keep the filesystem code
8 all together, the EXT2FS in its entirety resides under the gnu tree.  Note
9 that only the files below are under the GPL.  In the eventuality that these
10 files are redesigned or rewritten, this tree can be moved back into the less
11 restrictive FreeBSD tree.
12
13         ext2_bitmap.c           (in the cvs attic)
14         ext2_fs.h
15         ext2_fs_i.h
16         ext2_fs_sb.h
17         ext2_linux_balloc.c
18         ext2_linux_ialloc.c
19         ext2_super.c            (in the cvs attic)
20         ext2_vfsops.c           (has some GPL'ed code from ext2_super.c)
21         i386-bitops.h
22
23 PS.
24         THANKS GODMAR!!!
25
26 Note that this port has been modified by John Dyson and others on
27 the FreeBSD team, and it is best to send the bug reports to the FreeBSD
28 team.  If there are any non-FreeBSD specific bugs, fixes will be sent to
29 Godmar to help him fix the original code base.  It is also our intention
30 to send Godmar any FreeBSD specific porting changes so that he can keep
31 control of his code....
32
33 John
34 dyson@freebsd.org
35