aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-09-04 13:25:18 +0000
committerWerner Koch <[email protected]>2013-09-04 13:25:50 +0000
commit45efde9557661ea071a01bcb938f1591ed4ec1a3 (patch)
tree4aba52bf6c07ec1b4068e84a07cbae6673426b85
parentgpg: Use 2048 as the default keysize in batch mode. (diff)
downloadgnupg-45efde9557661ea071a01bcb938f1591ed4ec1a3.tar.gz
gnupg-45efde9557661ea071a01bcb938f1591ed4ec1a3.zip
mpicalc: Change copyright notice.
-- Except for a minor change by David Shaw, all code has been written by me. After termination of my copyright assignment, I change that notice to reflect the new legal state. Signed-off-by: Werner Koch <[email protected]>
-rw-r--r--tools/mpicalc.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/mpicalc.c b/tools/mpicalc.c
index 8cfde49b5..46e5fc824 100644
--- a/tools/mpicalc.c
+++ b/tools/mpicalc.c
@@ -1,11 +1,14 @@
-/* mpitest.c - test the mpi functions
- * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+/* mpicalc.c - test the mpi functions
+ * Copyright (C) 1997, 1998, 1999, 2004, 2006 Werner Koch
*
* This is an RPN calculator; values must be given in hex.
* Operation is like dc(1) except that the input/output radix is
* always 16 and you can use a '-' to prefix a negative number.
* Addition operators: ++ and --. All operators must be delimited by a blank
*
+ * WARNING: This is an old test utility which is not anymore
+ * maintained as part of GnuPG. However, Libgcrypt has a
+ * copy of it which uses the libgcrypt functions.
*
* This file is part of GnuPG.
*