Add copyright
[unix-history] / usr / src / lib / libc / gen / usleep.c
index 47c7086..cd5927b 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1985 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[] = "@(#)usleep.c   1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)usleep.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/time.h>
 #include <signal.h>
 
 #include <sys/time.h>
 #include <signal.h>