mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
6ed7056197
commit
45efde9557
@ -1,11 +1,14 @@
|
|||||||
/* mpitest.c - test the mpi functions
|
/* mpicalc.c - test the mpi functions
|
||||||
* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
* Copyright (C) 1997, 1998, 1999, 2004, 2006 Werner Koch
|
||||||
*
|
*
|
||||||
* This is an RPN calculator; values must be given in hex.
|
* This is an RPN calculator; values must be given in hex.
|
||||||
* Operation is like dc(1) except that the input/output radix is
|
* Operation is like dc(1) except that the input/output radix is
|
||||||
* always 16 and you can use a '-' to prefix a negative number.
|
* always 16 and you can use a '-' to prefix a negative number.
|
||||||
* Addition operators: ++ and --. All operators must be delimited by a blank
|
* 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.
|
* This file is part of GnuPG.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user