summaryrefslogtreecommitdiff
path: root/src/amount.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/amount.cc')
-rw-r--r--src/amount.cc24
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"