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.