new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 9 Apr 1991 05:56:14 +0000 (21:56 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 9 Apr 1991 05:56:14 +0000 (21:56 -0800)
SCCS-vsn: bin/ls/ls.1 6.16
SCCS-vsn: bin/stty/stty.c 5.20

usr/src/bin/ls/ls.1
usr/src/bin/stty/stty.c

index 48033f0..d7a12d3 100644 (file)
@@ -1,8 +1,9 @@
-.\" Copyright (c) 1990, 1980 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1980, 1991 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"            @(#)ls.1        6.15 (Berkeley) %G%
+.\" %sccs.include.proprietary.man%
+.\"
+.\"    @(#)ls.1        6.16 (Berkeley) %G%
 .\"
 .TH LS 1 "%Q"
 .UC
 .\"
 .TH LS 1 "%Q"
 .UC
index 046efe3..e8a879d 100644 (file)
@@ -1,18 +1,19 @@
-/*
- * Copyright (c) 1980, 1989, 1991 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980, 1989, 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
 char copyright[] =
  */
 
 #ifndef lint
 char copyright[] =
-"@(#) Copyright (c) 1980, 1989, 1991 Regents of the University of California.\n\
+"@(#) Copyright (c) 1980, 1989, 1991 The Regents of the University of California.\n\
  All rights reserved.\n";
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)stty.c     5.19 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)stty.c     5.20 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * set teletype modes
 
 /*
  * set teletype modes