*** empty log message ***
This commit is contained in:
parent
4cb6433ccf
commit
36a541a745
1 changed files with 4 additions and 4 deletions
8
ledger.h
8
ledger.h
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue