Removed 'Written by' line
[pspp-builds.git] / lib / gsl-extras / geometric.c
index 95f153b7e6cf52df9b8c9d85f20a45a8c821d28f..de0f0006121855487cec3f2cb6e7ee8efa0dc55c 100644 (file)
@@ -1,7 +1,7 @@
 /* cdf/geometric.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
@@ -23,7 +23,6 @@
  * the probability of n or fewer failuers before success k.
  */
 
-#include <config.h>
 #include <math.h>
 #include <gsl/gsl_math.h>
 #include <gsl/gsl_errno.h>