written by Edward Wang; attach Berkeley specific copyright
[unix-history] / usr / src / usr.bin / window / wwprintf.c
index 73fec7d..6f38c91 100644 (file)
@@ -1,13 +1,19 @@
-#ifndef lint
-static char sccsid[] = "@(#)wwprintf.c 3.6 %G%";
-#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.
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)wwprintf.c 3.7 (Berkeley) %G%";
+#endif /* not lint */
+
 #include "ww.h"
 #include <varargs.h>
 
 #include "ww.h"
 #include <varargs.h>