Fix copyright notices.
[pspp-builds.git] / lib / gsl-extras / poisson.c
index fffa99376fa89a8131a6a3b4ecb70c01a84ebe23..98f584ad5ebdf13afb5e8c23632ede80fb41e4b3 100644 (file)
@@ -1,6 +1,7 @@
 /* cdf/poisson.c
  *
- * Copyright (C) 2004 Jason H. Stover.
+ * 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
@@ -37,7 +38,6 @@
 #include <gsl/gsl_errno.h>
 #include <gsl/gsl_cdf.h>
 #include "gsl-extras.h"
-#include "gsl-extras.h"
 
 /*
  * Pr (X <= k) for a Poisson random variable X.