added "more" command
[unix-history] / usr / src / usr.bin / window / string.c
index 45f1a3e..dd781fa 100644 (file)
@@ -1,7 +1,13 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)string.c    3.6 84/04/05";
+static char sccsid[] = "@(#)string.c   3.8 %G%";
 #endif
 
 #endif
 
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #include "string.h"
 
 char *malloc();
 #include "string.h"
 
 char *malloc();