Increased copyright range to include 2009.

This commit is contained in:
John Wiegley 2009-01-20 20:56:03 -04:00
parent c8262e9314
commit 8f1729b570
4 changed files with 4 additions and 4 deletions

View file

@ -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 Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are modification, are permitted provided that the following conditions are

View file

@ -1,6 +1,6 @@
;;; ledger.el --- Helper code for use with the "ledger" command-line tool ;;; 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 ;; Emacs Lisp Archive Entry
;; Filename: ledger.el ;; Filename: ledger.el

View file

@ -5,7 +5,7 @@
@dircategory User Applications @dircategory User Applications
@copying @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 Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are modification, are permitted provided that the following conditions are

View file

@ -189,7 +189,7 @@ report_t * report = NULL;
static void show_version(std::ostream& out) static void show_version(std::ostream& out)
{ {
out << "Ledger " << ledger::version << ", the command-line accounting tool"; 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\ 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"; See LICENSE file included with the distribution for details and disclaimer.\n";
out << "\n(modules: gmp, pcre"; out << "\n(modules: gmp, pcre";