Add copyright
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 31 May 1985 08:53:53 +0000 (00:53 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 31 May 1985 08:53:53 +0000 (00:53 -0800)
SCCS-vsn: usr.bin/systat/netcmds.c 5.1
SCCS-vsn: old/rogue/machdep.c 5.1
SCCS-vsn: old/rogue/machdep.h 5.1
SCCS-vsn: old/rogue/Makefile 5.1

usr/src/old/rogue/Makefile
usr/src/old/rogue/machdep.c
usr/src/old/rogue/machdep.h
usr/src/usr.bin/systat/netcmds.c

index 20053b4..1aefdbc 100644 (file)
@@ -1,3 +1,10 @@
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
 OBJS=          main.o machdep.o
 
 SCOREFILE=     /usr/games/lib/rogue_roll
 OBJS=          main.o machdep.o
 
 SCOREFILE=     /usr/games/lib/rogue_roll
index 3751ea7..d83f588 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)machdep.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Various installation dependent routines
  *
 /*
  * Various installation dependent routines
  *
index 44fe271..6b29220 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)machdep.h   5.1 (Berkeley) %G%
+ */
+
 /*
  * Defines for things used in find.c
  *
 /*
  * Defines for things used in find.c
  *
index 4fa0775..7e96ec9 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)netcmds.c  1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)netcmds.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Common network command support routines.
 
 /*
  * Common network command support routines.