summaryrefslogtreecommitdiff
path: root/src/commodity.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-07 10:26:38 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:39 -0400
commita71d48881e538630aa1d147d58365da84e6db91f (patch)
tree9301948d8e50b5cd271d3c1b2883cfc0430ecf14 /src/commodity.cc
parent426a01b3f4163dcb5f0ca4bff6dbdcb3333616c4 (diff)
downloadledger-a71d48881e538630aa1d147d58365da84e6db91f.tar.gz
ledger-a71d48881e538630aa1d147d58365da84e6db91f.tar.bz2
ledger-a71d48881e538630aa1d147d58365da84e6db91f.zip
Added COPYRIGHT notice to all files.
Diffstat (limited to 'src/commodity.cc')
-rw-r--r--src/commodity.cc20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/commodity.cc b/src/commodity.cc
index 6731992d..de801898 100644
--- a/src/commodity.cc
+++ b/src/commodity.cc
@@ -1,13 +1,3 @@
-/**
- * @file commodity.cc
- * @author John Wiegley
- * @date Thu Apr 26 15:19:46 2007
- *
- * @brief Types for dealing with commodities.
- *
- * This file defines member functions for flavors of commodity_t.
- */
-
/*
* Copyright (c) 2003-2007, John Wiegley. All rights reserved.
*
@@ -39,6 +29,16 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * @file commodity.cc
+ * @author John Wiegley
+ * @date Thu Apr 26 15:19:46 2007
+ *
+ * @brief Types for dealing with commodities.
+ *
+ * This file defines member functions for flavors of commodity_t.
+ */
+
#include "amount.h"
namespace ledger {