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/commodity.h | |
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/commodity.h')
-rw-r--r-- | src/commodity.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/commodity.h b/src/commodity.h index 2ed8b7b4..4c13f864 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -1,14 +1,3 @@ -/** - * @file commodity.h - * @author John Wiegley - * @date Wed Apr 18 22:05:53 2007 - * - * @brief Types for handling commodities. - * - * This file contains one of the most basic types in Ledger: - * commodity_t, and its annotated cousin, annotated_commodity_t. - */ - /* * Copyright (c) 2003-2007, John Wiegley. All rights reserved. * @@ -40,6 +29,17 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @file commodity.h + * @author John Wiegley + * @date Wed Apr 18 22:05:53 2007 + * + * @brief Types for handling commodities. + * + * This file contains one of the most basic types in Ledger: + * commodity_t, and its annotated cousin, annotated_commodity_t. + */ + #ifndef _COMMODITY_H #define _COMMODITY_H |