fix sccsid to use keywords and modern initialization syntax
[unix-history] / usr / src / usr.bin / mail / head.c
index 271f991..80cb5fd 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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
 #ifndef lint
-static char sccsid[] = "@(#)head.c     2.4 (Berkeley) %G%";
-#endif
+static char *sccsid = "@(#)head.c      5.2 (Berkeley) %G%";
+#endif not lint
 
 #include "rcv.h"
 
 
 #include "rcv.h"