diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-20 01:53:31 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-20 01:53:31 -0400 |
commit | 887828a40c54ef41a6e8e09f639539d99bb31639 (patch) | |
tree | 4ba44297bee20f9666b2eee32be439382a78b6b6 /src/ledger.h | |
parent | efb36d36c48dc940eab34dc610eb82743daee3fb (diff) | |
download | fork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.tar.gz fork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.tar.bz2 fork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.zip |
Increased copyright range to include 2009.
Diffstat (limited to 'src/ledger.h')
-rw-r--r-- | src/ledger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ledger.h b/src/ledger.h index a87c3d55..f020c456 100644 --- a/src/ledger.h +++ b/src/ledger.h @@ -1,5 +1,5 @@ /* - * 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 @@ -38,7 +38,7 @@ // // A command-line tool for general double-entry accounting. // -// Copyright (c) 2003-2008, John Wiegley <johnw@newartisans.com> +// Copyright (c) 2003-2009, John Wiegley <johnw@newartisans.com> // #include <utils.h> |