Removed 'Written by' line
[pspp-builds.git] / lib / gsl-extras / negbinom.c
index 67c19ce38b2df422ac601c4b882c582a9139a30a..b991f73967142c2b945acf7bf6024e9fc0722ac4 100644 (file)
@@ -1,7 +1,7 @@
 /* cdf/negbinom.c
  *
  * Copyright (C) 2004 Free Software Foundation, Inc.
- * Written by Jason H. Stover.
+ * 
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
  */
 
 
-#include <config.h>
 #include <math.h>
 #include <gsl/gsl_math.h>
 #include <gsl/gsl_errno.h>