upgraded to the latest NetBSD version
[unix-history] / usr / src / usr.bin / make / lst.lib / lstNext.c
index 926c175..43f68c2 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988, 1989, 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * %sccs.include.redist.c%
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)lstNext.c  8.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * LstNext.c --
  *     Return the next node for a list.
 /*-
  * LstNext.c --
  *     Return the next node for a list.
@@ -6,21 +20,7 @@
  *     access the list based on it. Because the list is circular, Lst_Next
  *     and Lst_Prev will go around the list forever. Lst_IsAtEnd must be
  *     used to determine when to stop.
  *     access the list based on it. Because the list is circular, Lst_Next
  *     and Lst_Prev will go around the list forever. Lst_IsAtEnd must be
  *     used to determine when to stop.
- *
- * Copyright (c) 1988 by University of California Regents
- *
- * 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.
  */
  */
-#ifndef lint
-static char *rcsid =
-"$Id: lstNext.c,v 1.8 88/11/17 20:53:40 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"