summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2005-11-01 00:20:34 +0100
committertege <tege@gmplib.org>2005-11-01 00:20:34 +0100
commit9f9e94507cef689067411684ac7eed4c76d58f53 (patch)
tree6696a0e096595ee2452c0cd28f1e58d09afb617a /demos
parenta6f4d0b7bd8fb555d493a9a6f2d44e0eb06ca3be (diff)
downloadgmp-9f9e94507cef689067411684ac7eed4c76d58f53.tar.gz
Add a copyright year.
Diffstat (limited to 'demos')
-rw-r--r--demos/factorize.c2
-rw-r--r--demos/isprime.c2
-rw-r--r--demos/pexpr.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/factorize.c b/demos/factorize.c
index bac2097a8..4a5642c0c 100644
--- a/demos/factorize.c
+++ b/demos/factorize.c
@@ -1,6 +1,6 @@
/* Factoring with Pollard's rho method.
-Copyright 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
+Copyright 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify it under
diff --git a/demos/isprime.c b/demos/isprime.c
index 6d3ba21d5..d33d74352 100644
--- a/demos/isprime.c
+++ b/demos/isprime.c
@@ -1,7 +1,7 @@
/* Classify numbers as probable primes, primes or composites.
With -q return true if the folowing argument is a (probable) prime.
-Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2002, 2005 Free Software Foundation, Inc.
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 the Free Software
diff --git a/demos/pexpr.c b/demos/pexpr.c
index 9e5eae652..0e2b2668a 100644
--- a/demos/pexpr.c
+++ b/demos/pexpr.c
@@ -1,7 +1,7 @@
/* Program for computing integer expressions using the GNU Multiple Precision
Arithmetic Library.
-Copyright 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1997, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
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 the Free Software