add Berkeley specific copyright notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 12 Mar 1990 09:03:31 +0000 (01:03 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 12 Mar 1990 09:03:31 +0000 (01:03 -0800)
SCCS-vsn: usr.bin/make/lst.lib/lstAppend.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstAtEnd.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstAtFront.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstClose.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstConcat.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstCur.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstDatum.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstDeQueue.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstDestroy.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstDupl.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstEnQueue.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstFake.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstFind.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstFindFrom.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstFirst.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstForEach.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstForEachFrom.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstIndex.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstInit.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstInsert.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstIsAtEnd.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstIsEmpty.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstLast.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstLength.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstMember.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstMove.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstNext.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstOpen.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstPred.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstPrev.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstRemove.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstReplace.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstSetCirc.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstSucc.c 5.2

34 files changed:
usr/src/usr.bin/make/lst.lib/lstAppend.c
usr/src/usr.bin/make/lst.lib/lstAtEnd.c
usr/src/usr.bin/make/lst.lib/lstAtFront.c
usr/src/usr.bin/make/lst.lib/lstClose.c
usr/src/usr.bin/make/lst.lib/lstConcat.c
usr/src/usr.bin/make/lst.lib/lstCur.c
usr/src/usr.bin/make/lst.lib/lstDatum.c
usr/src/usr.bin/make/lst.lib/lstDeQueue.c
usr/src/usr.bin/make/lst.lib/lstDestroy.c
usr/src/usr.bin/make/lst.lib/lstDupl.c
usr/src/usr.bin/make/lst.lib/lstEnQueue.c
usr/src/usr.bin/make/lst.lib/lstFake.c
usr/src/usr.bin/make/lst.lib/lstFind.c
usr/src/usr.bin/make/lst.lib/lstFindFrom.c
usr/src/usr.bin/make/lst.lib/lstFirst.c
usr/src/usr.bin/make/lst.lib/lstForEach.c
usr/src/usr.bin/make/lst.lib/lstForEachFrom.c
usr/src/usr.bin/make/lst.lib/lstIndex.c
usr/src/usr.bin/make/lst.lib/lstInit.c
usr/src/usr.bin/make/lst.lib/lstInsert.c
usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c
usr/src/usr.bin/make/lst.lib/lstIsEmpty.c
usr/src/usr.bin/make/lst.lib/lstLast.c
usr/src/usr.bin/make/lst.lib/lstLength.c
usr/src/usr.bin/make/lst.lib/lstMember.c
usr/src/usr.bin/make/lst.lib/lstMove.c
usr/src/usr.bin/make/lst.lib/lstNext.c
usr/src/usr.bin/make/lst.lib/lstOpen.c
usr/src/usr.bin/make/lst.lib/lstPred.c
usr/src/usr.bin/make/lst.lib/lstPrev.c
usr/src/usr.bin/make/lst.lib/lstRemove.c
usr/src/usr.bin/make/lst.lib/lstReplace.c
usr/src/usr.bin/make/lst.lib/lstSetCirc.c
usr/src/usr.bin/make/lst.lib/lstSucc.c

index 524c651..f09d123 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstAppend.c --
- *     Add a new node with a new datum after an existing node
+/*
+ * 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: lstAppend.c,v 1.6 89/06/13 15:01:33 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstAppend.c        5.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"
 
index cac554d..af6aecd 100644 (file)
@@ -1,22 +1,31 @@
-/*-
- * LstAtEnd.c --
- *     Add a node at the end of the list
+/*
+ * Copyright (c) 1988, 1989, 1990 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.
  *
  *
+ * 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: lstAtEnd.c,v 1.3 88/11/17 20:51:48 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstAtEnd.c 5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstAtEnd.c --
+ *     Add a node at the end of the list
+ */
 
 #include       "lstInt.h"
        
 
 #include       "lstInt.h"
        
index 5fa2414..31b5c4f 100644 (file)
@@ -1,22 +1,31 @@
-/*-
- * LstAtFront.c --
- *     Add a node at the front of the list
+/*
+ * Copyright (c) 1988, 1989, 1990 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.
  *
  *
+ * 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: lstAtFront.c,v 1.3 88/11/17 20:51:51 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstAtFront.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstAtFront.c --
+ *     Add a node at the front of the list
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 065a4bd..c3b913c 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstClose.c 5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * LstClose.c --
  *     Close a list for sequential access.
 /*-
  * LstClose.c --
  *     Close a list for sequential access.
@@ -6,21 +30,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: lstClose.c,v 1.6 88/11/17 20:51:55 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index b997232..ea938e1 100644 (file)
@@ -1,22 +1,31 @@
-/*-
- * listConcat.c --
- *     Function to concatentate two lists.
+/*
+ * Copyright (c) 1988, 1989, 1990 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.
  *
  *
+ * 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: lstConcat.c,v 1.6 89/07/06 12:50:04 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstConcat.c        5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * listConcat.c --
+ *     Function to concatentate two lists.
+ */
 
 #include    "lstInt.h"
 
 
 #include    "lstInt.h"
 
index 3fcffd8..558f1b9 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstCur.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * LstCur.c --
  *     Return the current node in the list.
 /*-
  * LstCur.c --
  *     Return the current node in the list.
@@ -6,21 +30,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: lstCur.c,v 1.4 88/11/17 20:52:03 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index cb10b86..288b3db 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstDatum.c --
- *     Return the datum associated with a list node.
+/*
+ * 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: lstDatum.c,v 1.4 88/11/17 20:52:07 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstDatum.c 5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstDatum.c --
+ *     Return the datum associated with a list node.
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 010b5bf..c94e249 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstDeQueue.c --
- *     Remove the node and return its datum from the head of the 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: lstDeQueue.c,v 1.5 88/11/17 20:52:11 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstDeQueue.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstDeQueue.c --
+ *     Remove the node and return its datum from the head of the list
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index ba0b858..a7f2409 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstDestroy.c --
- *     Nuke a list and all its resources
+/*
+ * 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: lstDestroy.c,v 1.5 88/11/17 20:52:15 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstDestroy.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstDestroy.c --
+ *     Nuke a list and all its resources
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 4d25fda..d429624 100644 (file)
@@ -1,15 +1,32 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstDupl.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * listDupl.c --
  *     Duplicate a list. This includes duplicating the individual
  *     elements.
 /*-
  * listDupl.c --
  *     Duplicate a list. This includes duplicating the individual
  *     elements.
- *
- * Copyright (c) 1988 by the Regents of the University of California
- *
  */
  */
-#ifndef lint
-static char *rcsid =
-"$Id: lstDupl.c,v 1.4 88/11/17 20:52:21 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include    "lstInt.h"
 
 
 #include    "lstInt.h"
 
index 29589c9..7ee00d7 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstEnQueue.c--
- *     Treat the list as a queue and place a datum at its end
+/*
+ * 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: lstEnQueue.c,v 1.4 88/11/17 20:52:26 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstEnQueue.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstEnQueue.c--
+ *     Treat the list as a queue and place a datum at its end
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 150227c..924cae3 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstFake.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * lstFake.c --
  *     This is a file whose sole purpose is to force ranlib to
 /*-
  * lstFake.c --
  *     This is a file whose sole purpose is to force ranlib to
@@ -6,23 +30,7 @@
  *     file. As of this writing, the table had 0410 (shared text) entries
  *     in it, so we define five junk variables to up the number beyond
  *     the range of the magic numbers.
  *     file. As of this writing, the table had 0410 (shared text) entries
  *     in it, so we define five junk variables to up the number beyond
  *     the range of the magic numbers.
- *
- * 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.  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: lstFake.c,v 1.2 88/11/17 20:52:30 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 int _junk_one__ = 1;
 int _junk_two__ = 2;
 
 int _junk_one__ = 1;
 int _junk_two__ = 2;
index 355b4c5..6f6dbae 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstFind.c --
- *     Find a node on a 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: lstFind.c,v 1.4 88/11/17 20:52:34 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstFind.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstFind.c --
+ *     Find a node on a list.
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index d6e9ed2..11c22e2 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstFindFrom.c --
- *     Find a node on a list from a given starting point. Used by Lst_Find.
+/*
+ * 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: lstFindFrom.c,v 1.6 88/11/17 20:52:37 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstFindFrom.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstFindFrom.c --
+ *     Find a node on a list from a given starting point. Used by Lst_Find.
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index cd953b0..5c42eca 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstFirst.c --
- *     Return the first node of a 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: lstFirst.c,v 1.5 88/11/17 20:52:44 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstFirst.c 5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstFirst.c --
+ *     Return the first node of a list
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 8eede2c..77fc85b 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstForeach.c --
- *     Perform a given function on all elements of a 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: lstForEach.c,v 1.8 89/11/14 16:59:42 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstForEach.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstForeach.c --
+ *     Perform a given function on all elements of a list.
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 2ca36c8..984b054 100644 (file)
@@ -1,22 +1,32 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstForEachFrom.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * lstForEachFrom.c --
  *     Perform a given function on all elements of a list starting from
  *     a given point.
 /*-
  * lstForEachFrom.c --
  *     Perform a given function on all elements of a list starting from
  *     a given point.
- *
- * 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: lstForEachFrom.c,v 1.8 89/07/13 13:55:55 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 1f40ec8..80ed46f 100644 (file)
@@ -1,23 +1,31 @@
-/*-
- * lstIndex.c --
- *     Function to return the index of a datum in a Lst.
- *
- * 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.  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.
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
  *
  *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
  *
  *
+ * 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: lstIndex.c,v 1.2 88/11/17 20:52:54 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstIndex.c 5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * lstIndex.c --
+ *     Function to return the index of a datum in a Lst.
+ */
 
 #include    "lstInt.h"
 
 
 #include    "lstInt.h"
 
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"
 
index 63ab6eb..32fb718 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstInsert.c --
- *     Insert a new datum before an old one
+/*
+ * 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: lstInsert.c,v 1.6 89/06/13 15:01:43 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstInsert.c        5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstInsert.c --
+ *     Insert a new datum before an old one
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index e8e2d0d..3c5542c 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstIsAtEnd.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * LstIsAtEnd.c --
  *     Tell if the current node is at the end of the list.
 /*-
  * LstIsAtEnd.c --
  *     Tell if the current node is at the end of the list.
@@ -6,21 +30,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: lstIsAtEnd.c,v 1.6 88/11/17 20:53:14 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index d71d029..bff5794 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstIsEmpty.c --
- *     A single function to decide if a list is empty
+/*
+ * 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: lstIsEmpty.c,v 1.5 88/11/17 20:53:19 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstIsEmpty.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstIsEmpty.c --
+ *     A single function to decide if a list is empty
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index fa01777..97054e6 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstLast.c --
- *     Return the last element of a 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: lstLast.c,v 1.5 88/11/17 20:53:24 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstLast.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstLast.c --
+ *     Return the last element of a list
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 550b99e..f434f65 100644 (file)
@@ -1,24 +1,31 @@
-/*-
- * lstLength.c --
- *     Find the length of a lst
- *
- * Copyright (c) 1988 by the Regents of the University of California
- * Copyright (c) 1988 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.  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.
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
  *
  *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
  *
  *
+ * 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: lstLength.c,v 1.2 88/11/17 20:53:27 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstLength.c        5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * lstLength.c --
+ *     Find the length of a lst
+ */
 
 #include    "lstInt.h"
 
 
 #include    "lstInt.h"
 
index a9f8795..91d6657 100644 (file)
@@ -1,24 +1,31 @@
-/*-
- * lstMember.c --
- *     See if a given datum is on a given list.
- *
- * Copyright (c) 1988 by the Regents of the University of California
- * Copyright (c) 1988 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.  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.
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
  *
  *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
  *
  *
+ * 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: lstMember.c,v 1.5 88/11/17 20:53:32 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstMember.c        5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * lstMember.c --
+ *     See if a given datum is on a given list.
+ */
 
 #include    "lstInt.h"
 
 
 #include    "lstInt.h"
 
index b4d6e94..1a7abd1 100644 (file)
@@ -1,22 +1,32 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstMove.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * LstMove.c --
  *     Move an existing node after or before one in the same or different
  *     list.
 /*-
  * LstMove.c --
  *     Move an existing node after or before one in the same or different
  *     list.
- *
- * 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: lstMove.c,v 1.6 89/06/13 15:01:48 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 926c175..2c3d30b 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstNext.c  5.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 +30,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"
 
index 4648849..2e44826 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstOpen.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * LstOpen.c --
  *     Open a list for sequential access. The sequential functions access the
 /*-
  * LstOpen.c --
  *     Open a list for sequential access. The sequential functions access the
@@ -5,21 +29,7 @@
  *     current node in the list and they access the list based on it.
  *     If 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.
  *     current node in the list and they access the list based on it.
  *     If 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: lstOpen.c,v 1.6 88/11/17 20:53:43 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 1eeb22a..38889aa 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstPred.c --
- *     Return the predecessor of a given list node
+/*
+ * 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: lstPred.c,v 1.4 88/11/17 20:53:50 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstPred.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstPred.c --
+ *     Return the predecessor of a given list node
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 3dcc7dd..6959cae 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
+ *
+ * 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
+static char sccsid[] = "@(#)lstPrev.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*-
  * LstPrev.c --
  *     Get the node previous to the current one in the list and make it the
 /*-
  * LstPrev.c --
  *     Get the node previous to the current one in the list and make it the
@@ -7,21 +31,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: lstPrev.c,v 1.8 88/11/17 20:53:54 adam Exp $ SPRITE (Berkeley)";
-#endif lint
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 8b8877b..26a41fb 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstRemove.c --
- *     Remove an element from a 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: lstRemove.c,v 1.7 89/06/13 15:01:51 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstRemove.c        5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstRemove.c --
+ *     Remove an element from a list
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index bc6dea5..3980656 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstReplace.c --
- *     Replace the datum in a node with a new datum
+/*
+ * 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: lstReplace.c,v 1.4 88/11/17 20:54:01 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstReplace.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstReplace.c --
+ *     Replace the datum in a node with a new datum
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index 1d96872..327b158 100644 (file)
@@ -1,25 +1,31 @@
-/*-
- * listSetCirc.c --
- *     Change the library's notion of the circularity of a list.
- *
- * Copyright (c) 1988 by the Regents of the University of California
- *
- * Copyright (c) 1988 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.  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.
+/*
+ * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
+ * All rights reserved.
  *
  *
+ * This code is derived from software contributed to Berkeley by
+ * Adam de Boor.
  *
  *
+ * 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: lstSetCirc.c,v 1.3 88/11/17 20:54:04 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstSetCirc.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * listSetCirc.c --
+ *     Change the library's notion of the circularity of a list.
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"
 
index c0161a1..a35089f 100644 (file)
@@ -1,21 +1,31 @@
-/*-
- * LstSucc.c --
- *     return the successor to a given node
+/*
+ * 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: lstSucc.c,v 1.4 88/11/17 20:54:07 adam Exp $ SPRITE (Berkeley)";
-#endif lint
+static char sccsid[] = "@(#)lstSucc.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
+
+/*-
+ * LstSucc.c --
+ *     return the successor to a given node
+ */
 
 #include       "lstInt.h"
 
 
 #include       "lstInt.h"