summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-08 18:49:50 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-08 18:49:50 -0400
commitd6fd0cd24f6d1c67f8456ad3f394c3ea9dc7afc4 (patch)
tree1a0ca1e9db1bfb43ae1a0246c1bbec901aaee04f /python
parent2b2994e08f9cbcbb2b2f4747be84dc8f958db1db (diff)
Removed a redundant comment.
Diffstat (limited to 'python')
-rw-r--r--python/pyledger.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/pyledger.h b/python/pyledger.h
index a298cc05..3d9aa14d 100644
--- a/python/pyledger.h
+++ b/python/pyledger.h
@@ -32,15 +32,6 @@
#ifndef _PYLEDGER_H
#define _PYLEDGER_H
-//////////////////////////////////////////////////////////////////////
-//
-// Ledger Accounting Tool (with Python support via Boost.Python)
-//
-// A command-line tool for general double-entry accounting.
-//
-// Copyright (c) 2003,2004 John Wiegley <johnw@newartisans.com>
-//
-
#include <ledger.h>
#include <pyinterp.h>