summaryrefslogtreecommitdiff
path: root/src/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amount.h')
-rw-r--r--src/amount.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/amount.h b/src/amount.h
index f5253b04..de1c2283 100644
--- a/src/amount.h
+++ b/src/amount.h
@@ -1,18 +1,3 @@
-/**
- * @file amount.h
- * @author John Wiegley
- * @date Wed Apr 18 22:05:53 2007
- *
- * @brief Basic type for handling commoditized math: amount_t.
- *
- * This file contains the most basic numerical type in Ledger:
- * amount_t, which relies upon commodity.h (commodity_t) for handling
- * commoditized amounts. This class allows Ledger to handle
- * mathematical expressions involving differing commodities, as well
- * as math using no commodities at all (such as increasing a dollar
- * amount by a multiplier).
- */
-
/*
* Copyright (c) 2003-2007, John Wiegley. All rights reserved.
*
@@ -44,6 +29,21 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * @file amount.h
+ * @author John Wiegley
+ * @date Wed Apr 18 22:05:53 2007
+ *
+ * @brief Basic type for handling commoditized math: amount_t.
+ *
+ * This file contains the most basic numerical type in Ledger:
+ * amount_t, which relies upon commodity.h (commodity_t) for handling
+ * commoditized amounts. This class allows Ledger to handle
+ * mathematical expressions involving differing commodities, as well
+ * as math using no commodities at all (such as increasing a dollar
+ * amount by a multiplier).
+ */
+
#ifndef _AMOUNT_H
#define _AMOUNT_H