4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 04:59:33 +0000 (20:59 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 04:59:33 +0000 (20:59 -0800)
SCCS-vsn: usr.sbin/lpr/common_source/common.c 8.1
SCCS-vsn: usr.sbin/lpr/common_source/displayq.c 8.1
SCCS-vsn: usr.sbin/lpr/common_source/lp.h 8.1
SCCS-vsn: usr.sbin/lpr/common_source/lp.local.h 8.1
SCCS-vsn: usr.sbin/lpr/common_source/pathnames.h 8.1
SCCS-vsn: usr.sbin/lpr/common_source/printcap.c 8.1
SCCS-vsn: usr.sbin/lpr/common_source/rmjob.c 8.1
SCCS-vsn: usr.sbin/lpr/common_source/startdaemon.c 8.1
SCCS-vsn: usr.sbin/lpr/filters/lpf.c 8.1

usr/src/usr.sbin/lpr/common_source/common.c
usr/src/usr.sbin/lpr/common_source/displayq.c
usr/src/usr.sbin/lpr/common_source/lp.h
usr/src/usr.sbin/lpr/common_source/lp.local.h
usr/src/usr.sbin/lpr/common_source/pathnames.h
usr/src/usr.sbin/lpr/common_source/printcap.c
usr/src/usr.sbin/lpr/common_source/rmjob.c
usr/src/usr.sbin/lpr/common_source/startdaemon.c
usr/src/usr.sbin/lpr/filters/lpf.c

index b8f9869..c947c0e 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)common.c   5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)common.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 47517b9..216195d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)displayq.c 5.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)displayq.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 835ac80..2cac6c9 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)lp.h        5.10 (Berkeley) %G%
+ *     @(#)lp.h        8.1 (Berkeley) %G%
  */
 
 
  */
 
 
index a5a538b..ed52dab 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)lp.local.h  5.7 (Berkeley) %G%
+ *     @(#)lp.local.h  8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index d9698f9..75418b0 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *      @(#)pathnames.h        5.7 (Berkeley) %G%
+ *      @(#)pathnames.h        8.1 (Berkeley) %G%
  */
 
 #include <paths.h>
  */
 
 #include <paths.h>
index b5d8ca1..669a047 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)printcap.c 5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)printcap.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index f1d037a..5202641 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)rmjob.c    5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)rmjob.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 29b90c9..7b6bc25 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)startdaemon.c      5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)startdaemon.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 
 #endif /* not lint */
 
 
index 589df36..2a5c352 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
 static char copyright[] =
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
 static char copyright[] =
-"@(#) Copyright (c) 1983 Regents of the University of California.\n\
- All rights reserved.\n";
+"@(#) Copyright (c) 1983, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)lpf.c      5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)lpf.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*