include signal.h
[unix-history] / usr / src / old / lib2648 / update.c
index 9e5bc28..40df20a 100644 (file)
@@ -1,4 +1,13 @@
-/*     update.c        4.1     83/03/09        */
+/*
+ * 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[] = "@(#)update.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * update: the key output optimization routine of the whole editor.
  * The input consists of two bit matrices (mold is what's on the screen,
 /*
  * update: the key output optimization routine of the whole editor.
  * The input consists of two bit matrices (mold is what's on the screen,