Change copyright header of mpfr module
authorMatt Arsenault <arsenm2@rpi.edu>
Wed, 6 Jan 2010 19:03:33 +0000 (14:03 -0500)
committerTim Horton <hortont424@gmail.com>
Fri, 22 Jan 2010 01:34:30 +0000 (20:34 -0500)
I wrote this useless part, not Robb, and it's 2010.

modules/mpfr/seed-mpfr-arithmetic.c
modules/mpfr/seed-mpfr-cmp.c
modules/mpfr/seed-mpfr-trig.c
modules/mpfr/seed-mpfr.c

index a20e219..683cba3 100644 (file)
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU Lesser General Public License
  * along with Seed.  If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) Robert Carr 2009 <carrr@rpi.edu>
+ * Copyright (C) Matthew Arsenault 2009-2010 <arsenm2@rpi.edu>
  */
 
 #include <mpfr.h>
index 9b7be34..db57205 100644 (file)
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU Lesser General Public License
  * along with Seed.  If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) Robert Carr 2009 <carrr@rpi.edu>
+ * Copyright (C) Matthew Arsenault 2009-2010 <arsenm2@rpi.edu>
  */
 
 #include <mpfr.h>
index 856cc67..0a371b4 100644 (file)
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU Lesser General Public License
  * along with Seed.  If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) Robert Carr 2009 <carrr@rpi.edu>
+ * Copyright (C) Matthew Arsenault 2009-2010 <arsenm2@rpi.edu>
  */
 
 #include <mpfr.h>
index a30f759..f5e76dc 100644 (file)
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU Lesser General Public License
  * along with Seed.  If not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) Robert Carr 2009 <carrr@rpi.edu>
+ * Copyright (C) Matthew Arsenault 2009-2010 <arsenm2@rpi.edu>
  */
 
 #include <seed-module.h>