summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--ledger.el2
-rw-r--r--ledger.texi2
-rw-r--r--option.cc2
4 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index f4b7f221..df1a0028 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2008, John Wiegley. All rights reserved.
+Copyright (c) 2003-2009, John Wiegley. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
diff --git a/ledger.el b/ledger.el
index 6262ec94..e26b38ac 100644
--- a/ledger.el
+++ b/ledger.el
@@ -1,6 +1,6 @@
;;; ledger.el --- Helper code for use with the "ledger" command-line tool
-;; Copyright (C) 2008 John Wiegley (johnw AT gnu DOT org)
+;; Copyright (C) 2003-2009 John Wiegley (johnw AT gnu DOT org)
;; Emacs Lisp Archive Entry
;; Filename: ledger.el
diff --git a/ledger.texi b/ledger.texi
index 4b995e78..79e59a7c 100644
--- a/ledger.texi
+++ b/ledger.texi
@@ -5,7 +5,7 @@
@dircategory User Applications
@copying
-Copyright (c) 2003-2008, John Wiegley. All rights reserved.
+Copyright (c) 2003-2009, John Wiegley. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
diff --git a/option.cc b/option.cc
index 624a8f0b..4489727a 100644
--- a/option.cc
+++ b/option.cc
@@ -189,7 +189,7 @@ report_t * report = NULL;
static void show_version(std::ostream& out)
{
out << "Ledger " << ledger::version << ", the command-line accounting tool";
- out << "\n\nCopyright (c) 2003-2008, John Wiegley. All rights reserved.\n\n\
+ out << "\n\nCopyright (c) 2003-2009, John Wiegley. All rights reserved.\n\n\
This program is made available under the terms of the BSD Public License.\n\
See LICENSE file included with the distribution for details and disclaimer.\n";
out << "\n(modules: gmp, pcre";