Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 06:49:24 +0000 (22:49 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 06:49:24 +0000 (22:49 -0800)
SCCS-vsn: sbin/restore/dirs.c 5.1
SCCS-vsn: sbin/restore/interactive.c 5.1
SCCS-vsn: sbin/restore/main.c 5.1
SCCS-vsn: sbin/restore/restore.c 5.1
SCCS-vsn: sbin/restore/symtab.c 5.1
SCCS-vsn: sbin/restore/tape.c 5.1
SCCS-vsn: sbin/restore/utilities.c 5.1
SCCS-vsn: sbin/restore/Makefile 5.1
SCCS-vsn: sbin/restore/restore.h 5.1
SCCS-vsn: libexec/rlogind/rlogind.c 5.1
SCCS-vsn: usr.sbin/rmt/rmt.c 5.1
SCCS-vsn: libexec/rshd/rshd.c 5.1
SCCS-vsn: old/rxformat/rxformat.c 5.1
SCCS-vsn: include/protocols/rwhod.h 5.1
SCCS-vsn: sbin/shutdown/shutdown.c 5.1
SCCS-vsn: sbin/swapon/swapon.c 5.1
SCCS-vsn: usr.sbin/syslogd/syslogd.c 5.1
SCCS-vsn: libexec/telnetd/telnetd.c 5.1
SCCS-vsn: libexec/tftpd/tftpd.c 5.1
SCCS-vsn: sbin/tunefs/tunefs.c 5.1
SCCS-vsn: sbin/umount/umount.c 5.1
SCCS-vsn: usr.sbin/vipw/vipw.c 5.1
SCCS-vsn: share/termcap/Makefile 5.1
SCCS-vsn: share/termcap/reorder 5.1
SCCS-vsn: share/termcap/termcap.src 5.1

25 files changed:
usr/src/include/protocols/rwhod.h
usr/src/libexec/rlogind/rlogind.c
usr/src/libexec/rshd/rshd.c
usr/src/libexec/telnetd/telnetd.c
usr/src/libexec/tftpd/tftpd.c
usr/src/old/rxformat/rxformat.c
usr/src/sbin/restore/Makefile
usr/src/sbin/restore/dirs.c
usr/src/sbin/restore/interactive.c
usr/src/sbin/restore/main.c
usr/src/sbin/restore/restore.c
usr/src/sbin/restore/restore.h
usr/src/sbin/restore/symtab.c
usr/src/sbin/restore/tape.c
usr/src/sbin/restore/utilities.c
usr/src/sbin/shutdown/shutdown.c
usr/src/sbin/swapon/swapon.c
usr/src/sbin/tunefs/tunefs.c
usr/src/sbin/umount/umount.c
usr/src/share/termcap/Makefile
usr/src/share/termcap/reorder
usr/src/share/termcap/termcap.src
usr/src/usr.sbin/rmt/rmt.c
usr/src/usr.sbin/syslogd/syslogd.c
usr/src/usr.sbin/vipw/vipw.c

index d701889..9b47500 100644 (file)
@@ -1,4 +1,10 @@
-/*     rwhod.h 4.8     83/06/01        */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)rwhod.h     5.1 (Berkeley) %G%
+ */
 
 /*
  * rwho protocol packet format.
 
 /*
  * rwho protocol packet format.
index 356af4d..922f72f 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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[] = "@(#)rlogind.c  4.25 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)rlogind.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * remote login server:
 
 /*
  * remote login server:
index 2410d74..369eac6 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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[] = "@(#)rshd.c     4.21 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)rshd.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * remote shell server:
 
 /*
  * remote shell server:
index 7311436..e8928a7 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)telnetd.c  4.32 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)telnetd.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Stripped-down telnet server.
 
 /*
  * Stripped-down telnet server.
index 185ba09..da3d85e 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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[] = "@(#)tftpd.c    4.14 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)tftpd.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Trivial file transfer protocol server.
 
 /*
  * Trivial file transfer protocol server.
index 438714c..5ac9970 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * 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
 #ifndef lint
-static char sccsid[] = "@(#)rxformat.c 4.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)rxformat.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <sys/file.h>
 
 #include <stdio.h>
 #include <sys/file.h>
index cff53fb..420f06c 100644 (file)
@@ -1,6 +1,9 @@
-# Copyright (c) 1982 Regents of the University of California
 #
 #
-#      @(#)Makefile    4.11    (Berkeley)      %G%
+# Copyright (c) 1983 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%
 #
 DESTDIR=
 CFLAGS= -O
 #
 DESTDIR=
 CFLAGS= -O
index 97db9c8..5e3ea03 100644 (file)
@@ -1,8 +1,12 @@
-#ifndef lint
-static char sccsid[] = "@(#)dirs.c     3.20    (Berkeley)      85/02/18";
-#endif
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-/* Copyright (c) 1983 Regents of the University of California */
+#ifndef lint
+static char sccsid[] = "@(#)dirs.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "restore.h"
 #include <dumprestor.h>
 
 #include "restore.h"
 #include <dumprestor.h>
index 5aed395..e755ccd 100644 (file)
@@ -1,7 +1,11 @@
-/* Copyright (c) 1985 Regents of the University of California */
+/*
+ * Copyright (c) 1985 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[] = "@(#)interactive.c      3.5     (Berkeley)      %G%";
+static char sccsid[] = "@(#)interactive.c      5.1 (Berkeley) %G%";
 #endif not lint
 
 #include "restore.h"
 #endif not lint
 
 #include "restore.h"
index 49ed06d..c5755a9 100644 (file)
@@ -1,8 +1,18 @@
+/*
+ * Copyright (c) 1983 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[] = "@(#)main.c     3.16    (Berkeley)      85/03/24";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
 
 
-/* Copyright (c) 1983 Regents of the University of California */
+#ifndef lint
+static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  *     Modified to recursively extract all files within a subtree
 
 /*
  *     Modified to recursively extract all files within a subtree
index 0de1db2..7979d5f 100644 (file)
@@ -1,8 +1,12 @@
-#ifndef lint
-static char sccsid[] = "@(#)restore.c  3.20    (Berkeley)      85/02/18";
-#endif
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-/* Copyright (c) 1983 Regents of the University of California */
+#ifndef lint
+static char sccsid[] = "@(#)restore.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "restore.h"
 
 
 #include "restore.h"
 
index 947d77e..2a2215c 100644 (file)
@@ -1,4 +1,10 @@
-/*     restore.h       3.12    85/03/24        */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)restore.h   5.1 (Berkeley) %G%
+ */
 
 #include <stdio.h>
 #include <sys/param.h>
 
 #include <stdio.h>
 #include <sys/param.h>
index 07fd2ea..849ffb8 100644 (file)
@@ -1,8 +1,12 @@
-#ifndef lint
-static char sccsid[] = "@(#)symtab.c   3.17    (Berkeley)      85/03/24";
-#endif
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-/* Copyright (c) 1983 Regents of the University of California */
+#ifndef lint
+static char sccsid[] = "@(#)symtab.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * These routines maintain the symbol table which tracks the state
 
 /*
  * These routines maintain the symbol table which tracks the state
index 2895710..65ae4f5 100644 (file)
@@ -1,8 +1,12 @@
-#ifndef lint
-static char sccsid[] = "@(#)tape.c     3.28    (Berkeley)      85/04/23";
-#endif
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-/* Copyright (c) 1983 Regents of the University of California */
+#ifndef lint
+static char sccsid[] = "@(#)tape.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "restore.h"
 #include <dumprestor.h>
 
 #include "restore.h"
 #include <dumprestor.h>
index 794ba79..17cdf54 100644 (file)
@@ -1,8 +1,12 @@
-#ifndef lint
-static char sccsid[] = "@(#)utilities.c        3.20    (Berkeley)      85/02/18";
-#endif
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-/* Copyright (c) 1983 Regents of the University of California */
+#ifndef lint
+static char sccsid[] = "@(#)utilities.c        5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "restore.h"
 
 
 #include "restore.h"
 
index 28973ab..8eecad7 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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 = "@(#)shutdown.c  4.20 (Berkeley) 84/02/02";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)shutdown.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
index fecef56..92a17ec 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)swapon.c    4.8 (Berkeley) %G%";
+/*
+ * 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[] = "@(#)swapon.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <fstab.h>
 #include <errno.h>
 #include <stdio.h>
 #include <fstab.h>
 #include <errno.h>
index 1c831bb..6b3428e 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)tunefs.c    4.4 (Berkeley) %G%";
-#endif lint
+static char sccsid[] = "@(#)tunefs.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * tunefs: change layout parameters to an existing file system.
 
 /*
  * tunefs: change layout parameters to an existing file system.
index 197a8d5..6f8add9 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * 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
 #ifndef lint
-static char *sccsid = "@(#)umount.c    4.8 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)umount.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * umount
 
 /*
  * umount
index 07abe98..0915688 100644 (file)
@@ -1,4 +1,9 @@
-# @(#)Makefile 1.11    (Berkeley) %G%
+#
+# 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%
 #
 # reorder gives an editor command for most common terminals
 # (in reverse order from n'th to 1'st most commonly used)
 #
 # reorder gives an editor command for most common terminals
 # (in reverse order from n'th to 1'st most commonly used)
index c994897..8b7b212 100644 (file)
@@ -1,3 +1,14 @@
+
+/*
+ * 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
+static char sccsid[] = "@(#)reorder    5.1 (Berkeley) %G%";
+#endif not lint
+
 /|c100|/;.,/^[^        ]/-m9
 /|c100-rv|/;.,/^[^     ]/-m9
 /|c100-rv-pp|/;.,/^[^  ]/-m9
 /|c100|/;.,/^[^        ]/-m9
 /|c100-rv|/;.,/^[^     ]/-m9
 /|c100-rv-pp|/;.,/^[^  ]/-m9
index 40ab6e6..79f132b 100644 (file)
@@ -1,6 +1,16 @@
+/*
+ * 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
+static char sccsid[] = "@(#)termcap.src        5.1 (Berkeley) %G%";
+#endif not lint
+
 # ------------------------
 #
 # ------------------------
 #
-#      Termcap source file @(#)termcap.src     1.47    (Berkeley) %G%
+#      Termcap source file 
 #      Kevin Layer, Berkeley
 #      Craig Leres, Berkeley
 #      Mark Horton, Berkeley
 #      Kevin Layer, Berkeley
 #      Craig Leres, Berkeley
 #      Mark Horton, Berkeley
index 5fe3337..250409b 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)rmt.c      4.8 (Berkeley) 85/03/24";
-#endif
+static char sccsid[] = "@(#)rmt.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * rmt
 
 /*
  * rmt
index a861502..29a4df2 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)syslogd.c  4.12 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)syslogd.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  *  syslogd -- log system messages
 
 /*
  *  syslogd -- log system messages
index 030adbd..0d082b5 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * 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
 #ifndef lint
-static char sccsid[] = "@(#)vipw.c     4.7 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)vipw.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/types.h>
 #include <sys/stat.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>