upgraded to the latest NetBSD version
[unix-history] / usr / src / usr.bin / make / lst.lib / lstInsert.c
index 63ab6eb..42af1a8 100644 (file)
@@ -1,21 +1,21 @@
-/*-
- * LstInsert.c --
- *     Insert a new datum before an old one
+/*
+ * Copyright (c) 1988, 1989, 1990, 1993
+ *     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.
+ * %sccs.include.redist.c%
  */
  */
+
 #ifndef lint
 #ifndef lint
-static char *rcsid =
-"$Id: lstInsert.c,v 1.6 89/06/13 15:01:43 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstInsert.c        8.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstInsert.c --
+ *     Insert a new datum before an old one
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"