summaryrefslogtreecommitdiff
path: root/demos/expr
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-11-28 16:50:42 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-11-28 16:50:42 +0100
commit5e84964c324f36844d7ab53bc556abdad19712c6 (patch)
treefa7d302d8d4cb0c507a646fd9907aee5a9ec6a1b /demos/expr
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'demos/expr')
-rw-r--r--demos/expr/Makefile.am2
-rw-r--r--demos/expr/expr-impl.h2
-rw-r--r--demos/expr/expr.c2
-rw-r--r--demos/expr/expr.h2
-rw-r--r--demos/expr/exprf.c2
-rw-r--r--demos/expr/exprfa.c2
-rw-r--r--demos/expr/exprq.c2
-rw-r--r--demos/expr/exprz.c2
-rw-r--r--demos/expr/exprza.c2
-rw-r--r--demos/expr/run-expr.c2
-rw-r--r--demos/expr/t-expr.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/demos/expr/Makefile.am b/demos/expr/Makefile.am
index 333cacc49..4b97330a3 100644
--- a/demos/expr/Makefile.am
+++ b/demos/expr/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright 2001-2004 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/demos/expr/expr-impl.h b/demos/expr/expr-impl.h
index 84c5bce88..a5c7ab239 100644
--- a/demos/expr/expr-impl.h
+++ b/demos/expr/expr-impl.h
@@ -1,6 +1,6 @@
/* Implementation specifics for expression evaluation.
-Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/expr.c b/demos/expr/expr.c
index 1f4af6cea..193145b1e 100644
--- a/demos/expr/expr.c
+++ b/demos/expr/expr.c
@@ -1,6 +1,6 @@
/* mpexpr_evaluate -- shared code for simple expression evaluation
-Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/expr.h b/demos/expr/expr.h
index 0cfda0a33..101e10496 100644
--- a/demos/expr/expr.h
+++ b/demos/expr/expr.h
@@ -1,6 +1,6 @@
/* Header for expression evaluation.
-Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/exprf.c b/demos/expr/exprf.c
index 98ce83479..3bead8832 100644
--- a/demos/expr/exprf.c
+++ b/demos/expr/exprf.c
@@ -1,6 +1,6 @@
/* mpf expression evaluation
-Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/exprfa.c b/demos/expr/exprfa.c
index 4ab294e08..32151a6ca 100644
--- a/demos/expr/exprfa.c
+++ b/demos/expr/exprfa.c
@@ -1,6 +1,6 @@
/* mpf expression evaluation
-Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/exprq.c b/demos/expr/exprq.c
index a16b2165c..fac95d1c0 100644
--- a/demos/expr/exprq.c
+++ b/demos/expr/exprq.c
@@ -1,6 +1,6 @@
/* mpq expression evaluation
-Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/exprz.c b/demos/expr/exprz.c
index 3d4ec6582..d57db719b 100644
--- a/demos/expr/exprz.c
+++ b/demos/expr/exprz.c
@@ -1,6 +1,6 @@
/* mpz expression evaluation, simple part
-Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/exprza.c b/demos/expr/exprza.c
index dc5442280..23e18670c 100644
--- a/demos/expr/exprza.c
+++ b/demos/expr/exprza.c
@@ -1,6 +1,6 @@
/* mpz expression evaluation
-Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/run-expr.c b/demos/expr/run-expr.c
index 169f5a881..afed36405 100644
--- a/demos/expr/run-expr.c
+++ b/demos/expr/run-expr.c
@@ -1,6 +1,6 @@
/* Demo program to run expression evaluation.
-Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/demos/expr/t-expr.c b/demos/expr/t-expr.c
index 195350e82..fc5037450 100644
--- a/demos/expr/t-expr.c
+++ b/demos/expr/t-expr.c
@@ -1,6 +1,6 @@
/* Test expression evaluation (print nothing and exit 0 if successful).
-Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 2000-2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.