Fix copyright notices.
authorBen Pfaff <blp@gnu.org>
Thu, 10 Mar 2005 04:07:30 +0000 (04:07 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 10 Mar 2005 04:07:30 +0000 (04:07 +0000)
lib/gsl-extras/betadistinv.c
lib/gsl-extras/binomial.c
lib/gsl-extras/geometric.c
lib/gsl-extras/hypergeometric.c
lib/gsl-extras/negbinom.c
lib/gsl-extras/poisson.c

index a0838d27eb744b5ce54bddc051c294b264e55741..0b721cac759c1158601a872d35ab1ca6cbe09761 100644 (file)
@@ -1,6 +1,7 @@
 /* cdf/betadistinv.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
index a85f4a3d7e61cb87dcf5958f8d0379c238453344..e053c3a67ea0fbebd2e43fe395cb938fbc51a99d 100644 (file)
@@ -1,6 +1,7 @@
 /* cdf/binomial.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
index 4612fad4246438e3f0a47ab70fa9ca241d7aa447..0426ed5a0b34875ea3834af459f0feff4c2bd22f 100644 (file)
@@ -1,6 +1,7 @@
 /* cdf/geometric.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
index 5e4d181ce2852f1e29e047f633299001eb144fe5..2e9cf69267db0f2354e0320daf44f42afd74ea04 100644 (file)
@@ -1,6 +1,7 @@
 /* cdf/hypergeometric.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
index 0fc468962914540c306b5446ee446b27113f0aca..be39b98c3bd8881fd117cc528adf24aa2740946e 100644 (file)
@@ -1,6 +1,7 @@
 /* cdf/negbinom.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
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.