fixed typos
[unix-history] / usr / src / usr.bin / make / lst.lib / lstAtFront.c
index 5fa2414..5f93f27 100644 (file)
@@ -1,22 +1,21 @@
-/*-
- * LstAtFront.c --
- *     Add a node at the front of the list
+/*
+ * Copyright (c) 1988, 1989, 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  *
- * Copyright (c) 1988 by the Regents of the University of California
- *
- * 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.
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
  *
  *
+ * %sccs.include.redist.c%
  */
  */
+
 #ifndef lint
 #ifndef lint
-static char *rcsid =
-"$Id: lstAtFront.c,v 1.3 88/11/17 20:51:51 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstAtFront.c       8.1 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstAtFront.c --
+ *     Add a node at the front of the list
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"