summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_subr.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1996-04-08 01:22:00 +0000
committerdg <dg@FreeBSD.org>1996-04-08 01:22:00 +0000
commitd1862b565569e48af7d5c68a0ddfb710f5601621 (patch)
tree4c892e28b7fa6423247f30c33106c5e722ed1489 /sys/kern/tty_subr.c
parenta077141eaf26b4708ca34d6685246071a36ffc00 (diff)
downloadFreeBSD-src-d1862b565569e48af7d5c68a0ddfb710f5601621.zip
FreeBSD-src-d1862b565569e48af7d5c68a0ddfb710f5601621.tar.gz
Killed sections 3 and 4 of my copyright as I don't agree with it (I believe
it to be unnecessarily restrictive). For tty_subr.c, update to my standard copyright.
Diffstat (limited to 'sys/kern/tty_subr.c')
-rw-r--r--sys/kern/tty_subr.c32
1 files changed, 25 insertions, 7 deletions
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c
index ff44c3d..0d175fa 100644
--- a/sys/kern/tty_subr.c
+++ b/sys/kern/tty_subr.c
@@ -1,12 +1,30 @@
/*
- * Copyright (C) 1994, David Greenman. This software may be used, modified,
- * copied, distributed, and sold, in both source and binary form provided
- * that the above copyright and these terms are retained. Under no
- * circumstances is the author responsible for the proper functioning
- * of this software, nor does the author assume any responsibility
- * for damages incurred with its use.
+ * Copyright (c) 1994, David Greenman
+ * All rights reserved.
*
- * $Id: tty_subr.c,v 1.20 1995/12/14 23:01:45 bde Exp $
+ * 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 unmodified, 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 AUTHOR AND CONTRIBUTORS ``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 AUTHOR 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: tty_subr.c,v 1.21 1996/01/04 21:12:23 wollman Exp $
*/
/*
OpenPOWER on IntegriCloud