diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | ledger.el | 2 | ||||
-rw-r--r-- | ledger.texi | 2 | ||||
-rw-r--r-- | option.cc | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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 @@ -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"; |