4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:10:41 +0000 (22:10 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:10:41 +0000 (22:10 -0800)
SCCS-vsn: usr.bin/make/lst.lib/lstAppend.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstAtEnd.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstAtFront.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstClose.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstConcat.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstDatum.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstDeQueue.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstDestroy.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstDupl.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstEnQueue.c 8.1
SCCS-vsn: usr.bin/make/lst.lib/lstFind.c 8.1
SCCS-vsn: usr.bin/pascal/eyacc/READ_ME 5.3
SCCS-vsn: usr.bin/make/lst.lib/lstFindFrom.c 8.1

13 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/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/lstFind.c
usr/src/usr.bin/make/lst.lib/lstFindFrom.c
usr/src/usr.bin/pascal/eyacc/READ_ME

index 3b28b9c..23e9835 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstAppend.c        5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstAppend.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 8702596..1ffe40a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstAtEnd.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstAtEnd.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index b774145..5f93f27 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstAtFront.c       5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstAtFront.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 5c0ac26..ad84619 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstClose.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstClose.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 742507e..d66daa8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstConcat.c        5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstConcat.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 57074b4..2dee041 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstDatum.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstDatum.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 4a1a431..ce66887 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstDeQueue.c       5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstDeQueue.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 2fd2778..58d73af 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstDestroy.c       5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstDestroy.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index e8609be..f90f2f4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstDupl.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstDupl.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 3c01b64..7e68296 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstEnQueue.c       5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstEnQueue.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 98f2617..2542f26 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstFind.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstFind.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index c97a6cb..050966e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
- * All rights reserved.
+ * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam de Boor.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lstFindFrom.c      5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lstFindFrom.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
index 18806ab..872aebc 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.proprietary.c%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)READ_ME     5.2 (Berkeley) %G%
+ *     @(#)READ_ME     5.3 (Berkeley) %G%
  */
 
 August 28, 1977
  */
 
 August 28, 1977