summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpn/generic/gcd.c2
-rw-r--r--mpn/generic/gcdext.c2
-rw-r--r--mpn/generic/get_str.c4
-rw-r--r--mpn/generic/hgcd2.c4
-rw-r--r--mpn/generic/mul_fft.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/mpn/generic/gcd.c b/mpn/generic/gcd.c
index d1ee0adff..8346d4f85 100644
--- a/mpn/generic/gcd.c
+++ b/mpn/generic/gcd.c
@@ -1,7 +1,7 @@
/* mpn/gcd.c: mpn_gcd for gcd of two odd integers.
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003,
-2004, 2005 Free Software Foundation, Inc.
+2004, 2005, 2008 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/gcdext.c b/mpn/generic/gcdext.c
index cc6bfbec2..cd2da98f7 100644
--- a/mpn/generic/gcdext.c
+++ b/mpn/generic/gcdext.c
@@ -1,6 +1,6 @@
/* mpn_gcdext -- Extended Greatest Common Divisor.
-Copyright 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
+Copyright 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software
Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/get_str.c b/mpn/generic/get_str.c
index 9b80de7d1..bcdd13bc8 100644
--- a/mpn/generic/get_str.c
+++ b/mpn/generic/get_str.c
@@ -7,8 +7,8 @@
FACT, IT IS ALMOST GUARANTEED THAT THEY WILL CHANGE OR DISAPPEAR IN A FUTURE
GNU MP RELEASE.
-Copyright 1991, 1992, 1993, 1994, 1996, 2000, 2001, 2002, 2004, 2006, 2007 Free
-Software Foundation, Inc.
+Copyright 1991, 1992, 1993, 1994, 1996, 2000, 2001, 2002, 2004, 2006, 2007,
+2008 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/hgcd2.c b/mpn/generic/hgcd2.c
index 7cd7ae306..c1712e979 100644
--- a/mpn/generic/hgcd2.c
+++ b/mpn/generic/hgcd2.c
@@ -4,8 +4,8 @@
SAFE TO REACH THEM THROUGH DOCUMENTED INTERFACES. IN FACT, IT IS ALMOST
GUARANTEED THAT THEY'LL CHANGE OR DISAPPEAR IN A FUTURE GNU MP RELEASE.
-Copyright 1996, 1998, 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
-Inc.
+Copyright 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2008 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/mul_fft.c b/mpn/generic/mul_fft.c
index 99b834f64..6d42d7949 100644
--- a/mpn/generic/mul_fft.c
+++ b/mpn/generic/mul_fft.c
@@ -6,7 +6,7 @@
SAFE TO REACH THEM THROUGH DOCUMENTED INTERFACES. IN FACT, IT IS ALMOST
GUARANTEED THAT THEY WILL CHANGE OR DISAPPEAR IN A FUTURE GNU MP RELEASE.
-Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
This file is part of the GNU MP Library.