*** empty log message ***

This commit is contained in:
John Wiegley 2003-10-09 00:46:46 +00:00
parent 4cb6433ccf
commit 36a541a745

View file

@ -1,13 +1,13 @@
#ifndef _LEDGER_H #ifndef _LEDGER_H
#define _LEDGER_H "$Revision: 1.22 $" #define _LEDGER_H "$Revision: 1.23 $"
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// //
// ledger: Double-entry ledger accounting // Ledger Accounting Tool
// //
// by John Wiegley <johnw@newartisans.com> // A command-line tool for general double-entry accounting.
// //
// Copyright (c) 2003 New Artisans, Inc. All Rights Reserved. // Copyright (c) 2003 John Wiegley <johnw@newartisans.com>
// //
#include <iostream> #include <iostream>