diff options
author | julian <julian@FreeBSD.org> | 1998-01-02 07:31:07 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1998-01-02 07:31:07 +0000 |
commit | 8895d4eccd7e5069e0f94ed156f4b533f27b2a5c (patch) | |
tree | 69d1823aebad1dd25e4b4e77258f7105270d4cfc /sys/miscfs/devfs/devfs_tree.c | |
parent | 776489e757c7dc6d4d3e9d97555695ad54fdf5a8 (diff) | |
download | FreeBSD-src-8895d4eccd7e5069e0f94ed156f4b533f27b2a5c.zip FreeBSD-src-8895d4eccd7e5069e0f94ed156f4b533f27b2a5c.tar.gz |
add copyrights
Diffstat (limited to 'sys/miscfs/devfs/devfs_tree.c')
-rw-r--r-- | sys/miscfs/devfs/devfs_tree.c | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c index 3c26f2d..c2ef85b 100644 --- a/sys/miscfs/devfs/devfs_tree.c +++ b/sys/miscfs/devfs/devfs_tree.c @@ -1,8 +1,30 @@ /*#define SPLIT_DEVS 1*/ /* - * Written by Julian Elischer (julian@DIALix.oz.au) - * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.47 1997/10/16 07:28:49 julian Exp $ + * Copyright 1997,1998 Julian Elischer. All rights reserved. + * julian@freebsd.org + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE HOLDER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $Id: devfs_tree.c,v 1.48 1997/11/08 19:02:26 julian Exp $ */ #include "opt_devfs.h" |