main programs, use main copyright stub
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 8 May 1991 04:27:01 +0000 (20:27 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 8 May 1991 04:27:01 +0000 (20:27 -0800)
SCCS-vsn: sys/tests/netiso/Tesis.c 7.1
SCCS-vsn: sys/tests/netiso/tisink.c 7.6
SCCS-vsn: sys/tests/netiso/tisrc.c 7.5

usr/src/sys/tests/netiso/Tesis.c
usr/src/sys/tests/netiso/tisink.c
usr/src/sys/tests/netiso/tisrc.c

index 6cf6c3a..1aa43ef 100644 (file)
@@ -1,15 +1,23 @@
-/*
- * Copyright (c) 1988, 1990 Regents of the University of California.
+/*-
+ * Copyright (c) 1988, 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  */
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1988, 1990 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)Tesis.c    7.1 (Berkeley) %G%";
+#endif /* not lint */
+
 /* Modifications
  * Copyright (c) 1990 Robert Hagens
  */
 /* Modifications
  * Copyright (c) 1990 Robert Hagens
  */
-#ifndef lint
-static char sccsid[] = "@(#)Tesis.c    1.1 (Berkeley) %G%";
-#endif /* not lint */
 
 /*
  * This is a test program to listen to esis packets.
 
 /*
  * This is a test program to listen to esis packets.
index 143dbd5..ad49ee9 100644 (file)
@@ -1,11 +1,18 @@
-/*
- * Copyright (c) 1988, 1990 Regents of the University of California.
+/*-
+ * Copyright (c) 1988, 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  */
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1988, 1990 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)tisink.c   7.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)tisink.c   7.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 62e7fc0..dfb5254 100644 (file)
@@ -1,11 +1,18 @@
-/*
- * Copyright (c) 1989, 1990 Regents of the University of California.
+/*-
+ * Copyright (c) 1988, 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  */
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1988, 1990 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)tisrc.c    7.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)tisrc.c    7.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*