upgraded to the latest NetBSD version
[unix-history] / usr / src / usr.bin / make / lst.lib / lstAppend.c
index 524c651..cb9175f 100644 (file)
@@ -1,21 +1,21 @@
-/*-
- * LstAppend.c --
- *     Add a new node with a new datum after an existing node
+/*
+ * 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: lstAppend.c,v 1.6 89/06/13 15:01:33 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstAppend.c        8.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstAppend.c --
+ *     Add a new node with a new datum after an existing node
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"