new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 8 May 1991 04:28:53 +0000 (20:28 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 8 May 1991 04:28:53 +0000 (20:28 -0800)
SCCS-vsn: sys/tests/netccitt/xi_sink.c 7.4
SCCS-vsn: sys/tests/netccitt/xi_src.c 7.5

usr/src/sys/tests/netccitt/xi_sink.c
usr/src/sys/tests/netccitt/xi_src.c

index 2e7a41f..453ed1e 100644 (file)
@@ -1,11 +1,20 @@
 /*-
 /*-
- * Copyright (c) 1988, 1990 Regents of the University of California.
+ * Copyright (c) 1988, 1991 The Regents of the University of California.
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * @(#)xi_sink.c       7.3 (Berkeley) %G%
  */
  */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1988, 1991 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)xi_sink.c  7.4 (Berkeley) %G%";
+#endif /* not lint */
+
 /*
  * This is a test program to be a sink for X.25 connections.
  */
 /*
  * This is a test program to be a sink for X.25 connections.
  */
index dc8f90a..70590d8 100644 (file)
@@ -1,11 +1,20 @@
 /*-
 /*-
- * Copyright (c) 1988, 1990 Regents of the University of California.
+ * Copyright (c) 1988, 1991 The Regents of the University of California.
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * @(#)xi_src.c        7.4 (Berkeley) %G%
  */
  */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1988, 1991 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)xi_src.c   7.5 (Berkeley) %G%";
+#endif /* not lint */
+
 /*
  * This is a test program to be a source for X.25 connections.
  */
 /*
  * This is a test program to be a source for X.25 connections.
  */