Increased copyright range to include 2009.
This commit is contained in:
parent
c8262e9314
commit
8f1729b570
4 changed files with 4 additions and 4 deletions
2
LICENSE
2
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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue