add Berkeley specific copyright notice
[unix-history] / usr / src / usr.bin / make / lst.lib / lstInit.c
index 3d3ea38..f6e7086 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * init.c --
- *     Initialize a new linked list.
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- * Copyright (c) 1988 by University of California Regents
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
  *
  *
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appears in all copies.  Neither the University of California nor
- * Adam de Boor makes any representations about the suitability of this
- * software for any purpose.  It is provided "as is" without
- * express or implied warranty.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
  */
+
 #ifndef lint
 #ifndef lint
-static char *rcsid =
-"$Id: lstInit.c,v 1.7 88/11/17 20:52:57 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstInit.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * init.c --
+ *     Initialize a new linked list.
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"