summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-14 23:59:41 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:16 +0200
commita6f78c1c258e77c0e49b31870eb6f199366b048b (patch)
treed536a8d2d3ff98dfa44ce51b571de5c199e2d54d
parent8cba1e481556c663084219607a9959d61ae8cb4b (diff)
2002-06-14 Roland McGrath <roland@frob.com>
* oskit/ds_routines.c: Fix copyright: Utah -> CMU. I wrote this file and copied a little bit of CMU code, no Utah code.
-rw-r--r--oskit/ds_routines.c35
1 files changed, 20 insertions, 15 deletions
diff --git a/oskit/ds_routines.c b/oskit/ds_routines.c
index c0568026..1af34757 100644
--- a/oskit/ds_routines.c
+++ b/oskit/ds_routines.c
@@ -1,24 +1,29 @@
/*
* Mach device server routines (oskit version).
*
- * Copyright (c) 1999 The University of Utah and
- * the Computer Systems Laboratory at the University of Utah (CSL).
- * All rights reserved.
+ * Mach Operating System
+ * Copyright (c) 1993,1991,1990,1989 Carnegie Mellon University
+ * All Rights Reserved.
*
- * Permission to use, copy, modify and distribute this software is hereby
- * granted provided that (1) source code retains these copyright, permission,
- * and disclaimer notices, and (2) redistributions including binaries
- * reproduce the notices in supporting documentation, and (3) all advertising
- * materials mentioning features or use of this software display the following
- * acknowledgement: ``This product includes software developed by the
- * Computer Systems Laboratory at the University of Utah.''
+ * Permission to use, copy, modify and distribute this software and its
+ * documentation is hereby granted, provided that both the copyright
+ * notice and this permission notice appear in all copies of the
+ * software, derivative works or modified versions, and any portions
+ * thereof, and that both notices appear in supporting documentation.
*
- * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
- * IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
- * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
+ * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
+ * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
+ * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
*
- * CSL requests users of this software to return to csl-dist@cs.utah.edu any
- * improvements that they make and grant CSL redistribution rights.
+ * Carnegie Mellon requests users of this software to return to
+ *
+ * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
+ * School of Computer Science
+ * Carnegie Mellon University
+ * Pittsburgh PA 15213-3890
+ *
+ * any improvements or extensions that they make and grant Carnegie Mellon
+ * the rights to redistribute these changes.
*/
#include "ds_oskit.h"