add Berkeley copyright; NOTE: this code is AT&T derived!
[unix-history] / usr / src / lib / libm / common_source / lgamma.c
index ab73f19..01fec36 100644 (file)
@@ -1,7 +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[] =
-"@(#)lgamma.c  4.4 (Berkeley) 9/11/85; 5.1 (ucb.elefunt) %G%";
-#endif /* not lint */
+static char sccsid[] = "@(#)lgamma.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
        C program for floating point log Gamma function
 
 /*
        C program for floating point log Gamma function