delete decryption for the foreign sites
[unix-history] / usr / src / usr.bin / ex / printf.c
index 78abc98..048ff09 100644 (file)
@@ -1,7 +1,15 @@
+/*
+ * 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 = "@(#)printf.c    7.3 (Berkeley) %G%";
+#endif not lint
+
 /* The pwb version this is based on */
 static char *printf_id = "@(#) printf.c:2.2 6/5/79";
 /* The pwb version this is based on */
 static char *printf_id = "@(#) printf.c:2.2 6/5/79";
-/* The local sccs version within ex */
-static char *sccsid = "@(#)printf.c    7.1     %G%";
 #include "varargs.h"
 /*
  * This version of printf is compatible with the Version 7 C
 #include "varargs.h"
 /*
  * This version of printf is compatible with the Version 7 C