Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 3 May 1985 05:46:09 +0000 (21:46 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 3 May 1985 05:46:09 +0000 (21:46 -0800)
SCCS-vsn: bin/stty/stty.c 5.1

usr/src/bin/stty/stty.c

index 8864288..f27107f 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 ="@(#)stty.c       4.15 (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[] = "@(#)stty.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * set teletype modes
  */
 /*
  * set teletype modes
  */