added "more" command
[unix-history] / usr / src / usr.bin / error / input.c
index f9d679b..6a50b86 100644 (file)
@@ -1,4 +1,13 @@
-static char *sccsid = "@(#)input.c     1.12 (Berkeley) 84/12/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
+static char sccsid[] = "@(#)input.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <ctype.h>
 #include "error.h"
 #include <stdio.h>
 #include <ctype.h>
 #include "error.h"