summaryrefslogtreecommitdiff
path: root/demos/expr
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-05-08 02:24:19 +0200
committerKevin Ryde <user42@zip.com.au>2004-05-08 02:24:19 +0200
commit17421a2846433d034fb6f6c80b46cf126228b260 (patch)
tree79c935e4cbdd8e2e3431f0b571590af6de3d889f /demos/expr
parent8c101da4a29f507f4c50348fe9e0b6612c9c85ce (diff)
downloadgmp-17421a2846433d034fb6f6c80b46cf126228b260.tar.gz
Add a copyright year.
Diffstat (limited to 'demos/expr')
-rw-r--r--demos/expr/expr-impl.h2
-rw-r--r--demos/expr/expr.h5
2 files changed, 3 insertions, 4 deletions
diff --git a/demos/expr/expr-impl.h b/demos/expr/expr-impl.h
index fafd54014..f3ae2cc35 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 Free Software Foundation, Inc.
+Copyright 2000, 2001, 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 638f27205..9cd1432a1 100644
--- a/demos/expr/expr.h
+++ b/demos/expr/expr.h
@@ -1,6 +1,6 @@
/* Header for expression evaluation.
-Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -17,8 +17,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
-*/
+MA 02111-1307, USA. */
#ifndef __EXPR_H__