diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-07 10:26:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:39 -0400 |
commit | a71d48881e538630aa1d147d58365da84e6db91f (patch) | |
tree | 9301948d8e50b5cd271d3c1b2883cfc0430ecf14 /src/amount.cc | |
parent | 426a01b3f4163dcb5f0ca4bff6dbdcb3333616c4 (diff) | |
download | ledger-a71d48881e538630aa1d147d58365da84e6db91f.tar.gz ledger-a71d48881e538630aa1d147d58365da84e6db91f.tar.bz2 ledger-a71d48881e538630aa1d147d58365da84e6db91f.zip |
Added COPYRIGHT notice to all files.
Diffstat (limited to 'src/amount.cc')
-rw-r--r-- | src/amount.cc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/amount.cc b/src/amount.cc index 36c8fec9..9281d981 100644 --- a/src/amount.cc +++ b/src/amount.cc @@ -1,15 +1,3 @@ -/** - * @file amount.cc - * @author John Wiegley - * @date Thu Apr 26 15:19:46 2007 - * - * @brief Types for handling commoditized math. - * - * This file defines member functions for amount_t, and also defines a - * helper class, bigint_t, which is used as a refcounted wrapper - * around libgmp's mpz_t type. - */ - /* * Copyright (c) 2003-2007, John Wiegley. All rights reserved. * @@ -41,6 +29,18 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @file amount.cc + * @author John Wiegley + * @date Thu Apr 26 15:19:46 2007 + * + * @brief Types for handling commoditized math. + * + * This file defines member functions for amount_t, and also defines a + * helper class, bigint_t, which is used as a refcounted wrapper + * around libgmp's mpz_t type. + */ + #include "amount.h" #include "binary.h" |