summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-20 23:12:51 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-20 23:12:51 +0100
commit8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778 (patch)
treec519d91aebfdecd7267c93a9a2d975b19af29995 /demos
parent5c9b80d6146c5f57a51cceaeff7a1142c7ff9c61 (diff)
downloadgmp-8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778.tar.gz
Add copyright years.
Diffstat (limited to 'demos')
-rw-r--r--demos/Makefile.am2
-rw-r--r--demos/isprime.c2
-rw-r--r--demos/pexpr.c3
-rw-r--r--demos/primes.c2
4 files changed, 5 insertions, 4 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 7f47fd133..d82e947c8 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2002, 2012 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/demos/isprime.c b/demos/isprime.c
index 083866b9f..782106c0a 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 following argument is a (probable) prime.
-Copyright 1999, 2000, 2002, 2005 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2002, 2005, 2012 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 f07eaffd4..8ecb634f6 100644
--- a/demos/pexpr.c
+++ b/demos/pexpr.c
@@ -1,7 +1,8 @@
/* Program for computing integer expressions using the GNU Multiple Precision
Arithmetic Library.
-Copyright 1997, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+Copyright 1997, 1999, 2000, 2001, 2002, 2005, 2008, 2012 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/primes.c b/demos/primes.c
index b4962ea48..61844b9af 100644
--- a/demos/primes.c
+++ b/demos/primes.c
@@ -2,7 +2,7 @@
Written by tege while on holiday in Rodupp, August 2001.
Between 10 and 500 times faster than previous program.
-Copyright 2001, 2002, 2006 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2006, 2012 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