From 5c8b462df8ecb1d28c162505c4c672ec16df3098 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 1 Jan 2000 11:27:50 +0000 Subject: [PATCH] Updated/corrected the list of GPL'ed files. --- sys/gnu/ext2fs/COPYRIGHT.INFO | 5 +++++ sys/gnu/fs/ext2fs/COPYRIGHT.INFO | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sys/gnu/ext2fs/COPYRIGHT.INFO b/sys/gnu/ext2fs/COPYRIGHT.INFO index 14b2ff96b6d..699f519c02a 100644 --- a/sys/gnu/ext2fs/COPYRIGHT.INFO +++ b/sys/gnu/ext2fs/COPYRIGHT.INFO @@ -1,3 +1,5 @@ +$FreeBSD$ + 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 @@ -8,11 +10,14 @@ 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_bitmap.c (in the cvs attic) ext2_fs.h ext2_fs_i.h ext2_fs_sb.h ext2_linux_balloc.c ext2_linux_ialloc.c + ext2_super.c (in the cvs attic) + ext2_vfsops.c (has some GPL'ed code from ext2_super.c) i386-bitops.h PS. diff --git a/sys/gnu/fs/ext2fs/COPYRIGHT.INFO b/sys/gnu/fs/ext2fs/COPYRIGHT.INFO index 14b2ff96b6d..699f519c02a 100644 --- a/sys/gnu/fs/ext2fs/COPYRIGHT.INFO +++ b/sys/gnu/fs/ext2fs/COPYRIGHT.INFO @@ -1,3 +1,5 @@ +$FreeBSD$ + 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 @@ -8,11 +10,14 @@ 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_bitmap.c (in the cvs attic) ext2_fs.h ext2_fs_i.h ext2_fs_sb.h ext2_linux_balloc.c ext2_linux_ialloc.c + ext2_super.c (in the cvs attic) + ext2_vfsops.c (has some GPL'ed code from ext2_super.c) i386-bitops.h PS.