Removed 'Written by' line
[pspp-builds.git] / lib / gsl-extras / negbinom.c
index be39b98c3bd8881fd117cc528adf24aa2740946e..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
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 
-#include <config.h>
 #include <math.h>
 #include <gsl/gsl_math.h>
 #include <gsl/gsl_errno.h>