diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-24 03:35:06 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-24 03:35:06 +0000 |
commit | 3dd058744292725ea73c1c76b15e1bd7f2e9fd6b (patch) | |
tree | 3e7b8d92fb269421a7073e97583d1422fec7dff1 /sys/gnu/ext2fs/COPYRIGHT.INFO | |
parent | 4fd419c58bfe70b818aa4e53892254bc7f46212e (diff) |
ufs changes: add the notion of directory operators.
gnu/ext2fs: add the second extended filesystem.
Note that I'm commiting this now for the sake of the ufs changes; ext2fs
is not yet fully integrated into the system.
Diffstat (limited to 'sys/gnu/ext2fs/COPYRIGHT.INFO')
-rw-r--r-- | sys/gnu/ext2fs/COPYRIGHT.INFO | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/COPYRIGHT.INFO b/sys/gnu/ext2fs/COPYRIGHT.INFO new file mode 100644 index 00000000000..bbb021451be --- /dev/null +++ b/sys/gnu/ext2fs/COPYRIGHT.INFO @@ -0,0 +1,30 @@ +Most of the files in this directory are written by Godmar Back or modified +by him using the CSRG sources. Those files are covered by the Berkeley-style +copyright. However the following files are covered by GPL. Since the policy +of the FreeBSD project is to keep the files with the more restrictive +copyright in the gnu tree and it is a good idea to keep the filesystem code +all together, the EXT2FS in it's entirety resides under the gnu tree. Note +that only the files below are under the GPL. In the eventuality that these +files are redesigned or rewritten, this tree can be moved back into the less +restrictive FreeBSD tree. + + ext2_fs.h + ext2_fs_i.h + ext2_fs_sb.h + ext2_linux_balloc.c + ext2_linux_ialloc.c + i386-bitops.h + +PS. + THANKS GODMAR!!! + +Note that this port has been modified by John Dyson and others on +the FreeBSD team, and it is best to send the bug reports to the FreeBSD +team. If there are any non-FreeBSD specific bugs, fixes will be sent to +Godmar to help him fix the original code base. It is also our intention +to send Godmar any FreeBSD specific porting changes so that he can keep +control of his code.... + +John +dyson@freebsd.org + |