diff options
author | phk <phk@FreeBSD.org> | 1997-12-02 21:20:06 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1997-12-02 21:20:06 +0000 |
commit | f86993e3c33c4fcafbb553766361b7c281078dde (patch) | |
tree | 1074b89603c975e284ec46d39e4e04a8cf6e8af2 /sys/gnu/fs/ext2fs | |
parent | 8b0ccba9ec3bcdeb9faefafee5ae3f00d88d708f (diff) | |
download | FreeBSD-src-f86993e3c33c4fcafbb553766361b7c281078dde.zip FreeBSD-src-f86993e3c33c4fcafbb553766361b7c281078dde.tar.gz |
Fix the copyright and attribution on this file. I forgot this
when the file was cloned.
Diffstat (limited to 'sys/gnu/fs/ext2fs')
-rw-r--r-- | sys/gnu/fs/ext2fs/ext2_vnops.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_vnops.c b/sys/gnu/fs/ext2fs/ext2_vnops.c index 54c10d4..bf120bdb 100644 --- a/sys/gnu/fs/ext2fs/ext2_vnops.c +++ b/sys/gnu/fs/ext2fs/ext2_vnops.c @@ -7,6 +7,11 @@ /* * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. + * (c) UNIX System Laboratories, Inc. + * All or some portions of this file are derived from material licensed + * to the University of California by American Telephone and Telegraph + * Co. or Unix System Laboratories, Inc. and are reproduced herein with + * the permission of UNIX System Laboratories, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -36,6 +41,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * @(#)ufs_vnops.c 8.27 (Berkeley) 5/27/95 * @(#)ext2_vnops.c 8.7 (Berkeley) 2/3/94 */ |