Add copyright
[unix-history] / usr / src / lib / libc / stdio / fputs.c
index 290dfbf..8054142 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)fputs.c 4.3 (Berkeley) %G% */
+/*
+ * Copyright (c) 1984 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[] = "@(#)fputs.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include       <stdio.h>
 
 fputs(s, iop)
 #include       <stdio.h>
 
 fputs(s, iop)