Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 00:35:55 +0000 (16:35 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 00:35:55 +0000 (16:35 -0800)
SCCS-vsn: usr.bin/expand/expand.c 5.1
SCCS-vsn: usr.bin/finger/finger.c 5.1
SCCS-vsn: usr.bin/fold/fold.c 5.1
SCCS-vsn: usr.bin/from/from.c 5.1
SCCS-vsn: usr.bin/gcore/gcore.c 5.1
SCCS-vsn: usr.bin/gcore/gcore.c 5.2
SCCS-vsn: usr.bin/grep/old.ucb.grep/old.ucb.grep.c 5.1
SCCS-vsn: old/groups/groups.c 5.1
SCCS-vsn: usr.bin/head/head.c 5.1
SCCS-vsn: usr.bin/last/last.c 5.1
SCCS-vsn: usr.bin/lastcomm/lastcomm.c 5.1
SCCS-vsn: usr.bin/leave/leave.c 5.1
SCCS-vsn: usr.bin/lock/lock.c 5.1
SCCS-vsn: usr.bin/mkstr/mkstr.c 5.1
SCCS-vsn: usr.bin/printenv/printenv.c 5.1
SCCS-vsn: old/prmail/prmail.c 5.1
SCCS-vsn: bin/rcp/rcp.c 5.1
SCCS-vsn: usr.bin/tset/reset.c 5.1
SCCS-vsn: usr.bin/rsh/rsh.c 5.1
SCCS-vsn: usr.bin/ruptime/ruptime.c 5.1
SCCS-vsn: usr.bin/rwho/rwho.c 5.1
SCCS-vsn: usr.bin/sccs/sccs.c 5.1
SCCS-vsn: usr.bin/script/script.c 5.1
SCCS-vsn: usr.bin/soelim/soelim.c 5.1
SCCS-vsn: usr.bin/strings/strings.c 5.1
SCCS-vsn: old/symorder/symorder.c 5.1
SCCS-vsn: usr.bin/tail/tail.c 5.1
SCCS-vsn: usr.bin/telnet/telnet.c 5.1
SCCS-vsn: usr.bin/ul/ul.c 5.1
SCCS-vsn: usr.bin/unexpand/unexpand.c 5.1

29 files changed:
usr/src/bin/rcp/rcp.c
usr/src/old/groups/groups.c
usr/src/old/prmail/prmail.c
usr/src/old/symorder/symorder.c
usr/src/usr.bin/expand/expand.c
usr/src/usr.bin/finger/finger.c
usr/src/usr.bin/fold/fold.c
usr/src/usr.bin/from/from.c
usr/src/usr.bin/gcore/gcore.c
usr/src/usr.bin/grep/old.ucb.grep/old.ucb.grep.c
usr/src/usr.bin/head/head.c
usr/src/usr.bin/last/last.c
usr/src/usr.bin/lastcomm/lastcomm.c
usr/src/usr.bin/leave/leave.c
usr/src/usr.bin/lock/lock.c
usr/src/usr.bin/mkstr/mkstr.c
usr/src/usr.bin/printenv/printenv.c
usr/src/usr.bin/rsh/rsh.c
usr/src/usr.bin/ruptime/ruptime.c
usr/src/usr.bin/rwho/rwho.c
usr/src/usr.bin/sccs/sccs.c
usr/src/usr.bin/script/script.c
usr/src/usr.bin/soelim/soelim.c
usr/src/usr.bin/strings/strings.c
usr/src/usr.bin/tail/tail.c
usr/src/usr.bin/telnet/telnet.c
usr/src/usr.bin/tset/reset.c
usr/src/usr.bin/ul/ul.c
usr/src/usr.bin/unexpand/unexpand.c

index 6b3e9bd..215f003 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[] = "@(#)rcp.c      4.16 85/05/29";
-#endif
+static char sccsid[] = "@(#)rcp.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * rcp
 
 /*
  * rcp
index 3eb7003..b91a503 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[] = "@(#)groups.c   4.8 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)groups.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * groups
 
 /*
  * groups
index f2f6a5a..c1eadc3 100644 (file)
@@ -1,4 +1,18 @@
-static char *sccsid = "@(#)prmail.c    4.2 (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[] = "@(#)prmail.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <pwd.h>
 /*
 
 #include <pwd.h>
 /*
index 350c42f..c32cbc5 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 = "@(#)symorder.c  4.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)symorder.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * symorder - reorder symbol table
 
 /*
  * symorder - reorder symbol table
index 7c3cdb0..05f06b7 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)expand.c    4.3 (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[] = "@(#)expand.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 /*
  * expand - expand tabs to equivalent spaces
 #include <stdio.h>
 /*
  * expand - expand tabs to equivalent spaces
index 6847b5d..2ca3fd3 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[] = "@(#)finger.c   4.9 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)finger.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * This is a finger program.  It prints out useful information about users
 
 /*
  * This is a finger program.  It prints out useful information about users
index 191c04b..61aeedb 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)fold.c      4.3 (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[] = "@(#)fold.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 /*
  * fold - fold long lines for finite output devices
 #include <stdio.h>
 /*
  * fold - fold long lines for finite output devices
index e86b5e4..ea75d55 100644 (file)
@@ -1,4 +1,18 @@
-static char *sccsid = "@(#)from.c      4.2 (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[] = "@(#)from.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
index d849145..e5e8b4a 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[] = "@(#)gcore.c    4.3 (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[] = "@(#)gcore.c    5.2 (Berkeley) %G%";
+#endif not lint
 
 /*
  * gcore - get core images of running processes
 
 /*
  * gcore - get core images of running processes
index 335daa3..522becd 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[] = "@(#)old.ucb.grep.c     4.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)old.ucb.grep.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <sys/types.h>
 
 #include <stdio.h>
 #include <sys/types.h>
index b80d94d..8ac9085 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)head.c      4.2 (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[] = "@(#)head.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 /*
  * head - give the first few lines of a stream or of each of a set of files
 #include <stdio.h>
 /*
  * head - give the first few lines of a stream or of each of a set of files
index ea82d2a..7a5a6b4 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 = "@(#)last.c      4.8 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)last.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * last
 
 /*
  * last
index 1ee2077..5d00b82 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 = "@(#)lastcomm.c  4.14 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)lastcomm.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * last command
 
 /*
  * last command
index d2c36b7..96d2936 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)leave.c     4.4 (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[] = "@(#)leave.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <signal.h>
 /*
 #include <stdio.h>
 #include <signal.h>
 /*
index 119f139..4d3bc1f 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 = "@(#)lock.c      4.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)lock.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Lock a terminal up until the given key is entered,
 
 /*
  * Lock a terminal up until the given key is entered,
index 993a9d0..21f6c15 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)mkstr.c     4.1 (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[] = "@(#)mkstr.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 
 #define        ungetchar(c)    ungetc(c, stdin)
 #include <stdio.h>
 
 #define        ungetchar(c)    ungetc(c, stdin)
index 69d6cd0..2860d18 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)printenv.c  4.1 (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[] = "@(#)printenv.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * printenv
  *
 /*
  * printenv
  *
index 5b5877d..ec9c71e 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[] = "@(#)rsh.c      4.12 85/04/24";
-#endif
+static char sccsid[] = "@(#)rsh.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/types.h>
 #include <sys/socket.h>
 
 #include <sys/types.h>
 #include <sys/socket.h>
index c273fea..1df14ac 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[] = "@(#)ruptime.c  4.17 (Berkeley) 85/02/27";
-#endif
+static char sccsid[] = "@(#)ruptime.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <stdio.h>
 
 #include <sys/param.h>
 #include <stdio.h>
index 8399d98..ad7a849 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[] = "@(#)rwho.c     4.10 (Berkeley) 85/05/28";
-#endif
+static char sccsid[] = "@(#)rwho.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <stdio.h>
 
 #include <sys/param.h>
 #include <stdio.h>
index ce78223..8f3a613 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[] = "@(#)sccs.c     1.71 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)sccs.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 # include <stdio.h>
 # include <sys/param.h>
 
 # include <stdio.h>
 # include <sys/param.h>
index a6ebf46..bc6083b 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 = "@(#)script.c    4.7 (Berkeley) 85/02/21";
-#endif
+static char sccsid[] = "@(#)script.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * script
 
 /*
  * script
index a93874d..665fe42 100644 (file)
@@ -1,4 +1,18 @@
-static char *sccsid = "@(#)soelim.c    4.4 (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[] = "@(#)soelim.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 /*
 
 #include <stdio.h>
 /*
index 8463eef..9175e6c 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 = "@(#)strings.c   4.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)strings.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <a.out.h>
 
 #include <stdio.h>
 #include <a.out.h>
index 0f61c43..6d34d96 100644 (file)
@@ -1,6 +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
 #ifndef lint
-static char *sccsid = "@(#)tail.c      4.6 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)tail.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /* tail command 
  *
  *     tail where [file]
 /* tail command 
  *
  *     tail where [file]
index 5b04350..49250d8 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[] = "@(#)telnet.c   4.27 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)telnet.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * User telnet program.
 
 /*
  * User telnet program.
index b7b2ee9..2b5aaee 100644 (file)
@@ -1,6 +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
 #ifndef lint
-static char *sccsid = "@(#)reset.c     4.4 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)reset.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * reset - restore tty to sensible state after crapping out in raw mode.
  */
 /*
  * reset - restore tty to sensible state after crapping out in raw mode.
  */
index ac1ffbf..3ecabfd 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[] = "@(#)ul.c       4.7 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)ul.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
index 1631c71..516540f 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)unexpand.c  4.2 (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[] = "@(#)unexpand.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * unexpand - put tabs into a file replacing blanks
  */
 /*
  * unexpand - put tabs into a file replacing blanks
  */