From bb7614ed8e16d53fe130a36a04b0b3f5b69cdc9a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 Oct 2008 08:44:23 +0000 Subject: [PATCH] sync hledger.hs with README & cabal description --- hledger.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger.hs b/hledger.hs index fcae033e0..38f01492c 100644 --- a/hledger.hs +++ b/hledger.hs @@ -2,10 +2,10 @@ {-| hledger - a ledger-compatible text-based accounting tool. -Copyright 2007-, Simon Michael & contributors, released under GPLv3 or -later. +Copyright (c) 2007-2008 Simon Michael +Released under GPL version 3 or later. -This is a basic haskell clone of John Wiegley's ledger +This is a minimal haskell clone of John Wiegley's ledger . hledger does basic register & balance reports, and demonstrates a (naive) purely functional implementation of ledger.