summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/LICENSE2
-rw-r--r--doc/ledger.texi2
-rw-r--r--lisp/ledger.el2
-rw-r--r--python/amounts.cc2
-rw-r--r--python/py_amount.cc2
-rw-r--r--python/py_commodity.cc2
-rw-r--r--python/py_times.cc2
-rw-r--r--python/py_utils.cc2
-rw-r--r--python/pyfstream.h2
-rw-r--r--python/pyinterp.cc2
-rw-r--r--python/pyinterp.h2
-rw-r--r--python/pyledger.cc2
-rw-r--r--python/pyledger.h2
-rw-r--r--python/pyutils.h2
-rw-r--r--src/account.cc2
-rw-r--r--src/account.h2
-rw-r--r--src/amount.cc2
-rw-r--r--src/amount.h2
-rw-r--r--src/balance.cc2
-rw-r--r--src/balance.h2
-rw-r--r--src/balpair.cc2
-rw-r--r--src/balpair.h2
-rw-r--r--src/binary.cc2
-rw-r--r--src/binary.h2
-rw-r--r--src/cache.cc2
-rw-r--r--src/cache.h2
-rw-r--r--src/commodity.cc2
-rw-r--r--src/commodity.h2
-rw-r--r--src/compare.cc2
-rw-r--r--src/compare.h2
-rw-r--r--src/csv.cc2
-rw-r--r--src/csv.h2
-rw-r--r--src/derive.cc2
-rw-r--r--src/derive.h2
-rw-r--r--src/emacs.cc2
-rw-r--r--src/emacs.h2
-rw-r--r--src/entry.cc2
-rw-r--r--src/entry.h2
-rw-r--r--src/error.h2
-rw-r--r--src/expr.cc2
-rw-r--r--src/expr.h2
-rw-r--r--src/filters.cc2
-rw-r--r--src/filters.h2
-rw-r--r--src/flags.h2
-rw-r--r--src/format.cc2
-rw-r--r--src/format.h2
-rw-r--r--src/gnucash.cc2
-rw-r--r--src/gnucash.h2
-rw-r--r--src/handler.h2
-rw-r--r--src/help.cc2
-rw-r--r--src/help.h2
-rw-r--r--src/hooks.h2
-rw-r--r--src/item.cc2
-rw-r--r--src/item.h2
-rw-r--r--src/iterators.cc2
-rw-r--r--src/iterators.h2
-rw-r--r--src/journal.cc2
-rw-r--r--src/journal.h2
-rw-r--r--src/ledger.h4
-rw-r--r--src/main.cc2
-rw-r--r--src/mask.cc2
-rw-r--r--src/mask.h2
-rw-r--r--src/ofx.cc2
-rw-r--r--src/ofx.h2
-rw-r--r--src/op.cc2
-rw-r--r--src/op.h2
-rw-r--r--src/option.cc2
-rw-r--r--src/option.h2
-rw-r--r--src/output.cc2
-rw-r--r--src/output.h2
-rw-r--r--src/parser.cc2
-rw-r--r--src/parser.h2
-rw-r--r--src/predicate.h2
-rw-r--r--src/pushvar.h2
-rw-r--r--src/qif.cc2
-rw-r--r--src/qif.h2
-rw-r--r--src/quotes.cc2
-rw-r--r--src/quotes.h2
-rw-r--r--src/reconcile.cc2
-rw-r--r--src/reconcile.h2
-rw-r--r--src/report.cc2
-rw-r--r--src/report.h2
-rw-r--r--src/scope.cc2
-rw-r--r--src/scope.h2
-rw-r--r--src/session.cc2
-rw-r--r--src/session.h4
-rw-r--r--src/system.hh2
-rw-r--r--src/textual.cc2
-rw-r--r--src/textual.h2
-rw-r--r--src/times.cc2
-rw-r--r--src/times.h2
-rw-r--r--src/token.cc2
-rw-r--r--src/token.h2
-rw-r--r--src/utils.cc2
-rw-r--r--src/utils.h2
-rw-r--r--src/value.cc2
-rw-r--r--src/value.h2
-rw-r--r--src/xact.cc2
-rw-r--r--src/xact.h2
-rw-r--r--src/xml.cc2
-rw-r--r--src/xml.h2
101 files changed, 103 insertions, 103 deletions
diff --git a/doc/LICENSE b/doc/LICENSE
index f4b7f221..df1a0028 100644
--- a/doc/LICENSE
+++ b/doc/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/doc/ledger.texi b/doc/ledger.texi
index 52e5e9d3..abcb8283 100644
--- a/doc/ledger.texi
+++ b/doc/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/lisp/ledger.el b/lisp/ledger.el
index 2ce949d9..dffbb340 100644
--- a/lisp/ledger.el
+++ b/lisp/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/python/amounts.cc b/python/amounts.cc
index ad3cda9a..eaa3f88d 100644
--- a/python/amounts.cc
+++ b/python/amounts.cc
@@ -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
diff --git a/python/py_amount.cc b/python/py_amount.cc
index bbd5fcb5..69f4ded5 100644
--- a/python/py_amount.cc
+++ b/python/py_amount.cc
@@ -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
diff --git a/python/py_commodity.cc b/python/py_commodity.cc
index 545ae4f8..8998b32a 100644
--- a/python/py_commodity.cc
+++ b/python/py_commodity.cc
@@ -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
diff --git a/python/py_times.cc b/python/py_times.cc
index 2d7ce662..0fc62941 100644
--- a/python/py_times.cc
+++ b/python/py_times.cc
@@ -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
diff --git a/python/py_utils.cc b/python/py_utils.cc
index 99936a8e..d1963852 100644
--- a/python/py_utils.cc
+++ b/python/py_utils.cc
@@ -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
diff --git a/python/pyfstream.h b/python/pyfstream.h
index aaa5cbeb..2b21b45e 100644
--- a/python/pyfstream.h
+++ b/python/pyfstream.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
diff --git a/python/pyinterp.cc b/python/pyinterp.cc
index 831852ad..f5c81142 100644
--- a/python/pyinterp.cc
+++ b/python/pyinterp.cc
@@ -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
diff --git a/python/pyinterp.h b/python/pyinterp.h
index 1deeb11b..5930cf8e 100644
--- a/python/pyinterp.h
+++ b/python/pyinterp.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
diff --git a/python/pyledger.cc b/python/pyledger.cc
index 76d7ab0c..c03dd651 100644
--- a/python/pyledger.cc
+++ b/python/pyledger.cc
@@ -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
diff --git a/python/pyledger.h b/python/pyledger.h
index 3d9aa14d..ee27767a 100644
--- a/python/pyledger.h
+++ b/python/pyledger.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
diff --git a/python/pyutils.h b/python/pyutils.h
index 006f75ac..c0e5a38a 100644
--- a/python/pyutils.h
+++ b/python/pyutils.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
diff --git a/src/account.cc b/src/account.cc
index 9014c015..a93d4266 100644
--- a/src/account.cc
+++ b/src/account.cc
@@ -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
diff --git a/src/account.h b/src/account.h
index ff79e3be..cd33606b 100644
--- a/src/account.h
+++ b/src/account.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
diff --git a/src/amount.cc b/src/amount.cc
index 53c1a0bf..591b0901 100644
--- a/src/amount.cc
+++ b/src/amount.cc
@@ -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
diff --git a/src/amount.h b/src/amount.h
index 12711ce0..8679d665 100644
--- a/src/amount.h
+++ b/src/amount.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
diff --git a/src/balance.cc b/src/balance.cc
index 571f09c3..7b1ed4dd 100644
--- a/src/balance.cc
+++ b/src/balance.cc
@@ -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
diff --git a/src/balance.h b/src/balance.h
index 0122e5a3..44bf74ae 100644
--- a/src/balance.h
+++ b/src/balance.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
diff --git a/src/balpair.cc b/src/balpair.cc
index e0b2e0af..822460b3 100644
--- a/src/balpair.cc
+++ b/src/balpair.cc
@@ -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
diff --git a/src/balpair.h b/src/balpair.h
index ed3525d9..aa8aa39d 100644
--- a/src/balpair.h
+++ b/src/balpair.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
diff --git a/src/binary.cc b/src/binary.cc
index 1744bb5d..e55861b4 100644
--- a/src/binary.cc
+++ b/src/binary.cc
@@ -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
diff --git a/src/binary.h b/src/binary.h
index 55ce00e6..c700b202 100644
--- a/src/binary.h
+++ b/src/binary.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
diff --git a/src/cache.cc b/src/cache.cc
index 64b7c751..f0a111e7 100644
--- a/src/cache.cc
+++ b/src/cache.cc
@@ -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
diff --git a/src/cache.h b/src/cache.h
index 43123f9f..3d41f791 100644
--- a/src/cache.h
+++ b/src/cache.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
diff --git a/src/commodity.cc b/src/commodity.cc
index ae15d9b0..d441012b 100644
--- a/src/commodity.cc
+++ b/src/commodity.cc
@@ -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
diff --git a/src/commodity.h b/src/commodity.h
index 8a3e2844..38fdc9ba 100644
--- a/src/commodity.h
+++ b/src/commodity.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
diff --git a/src/compare.cc b/src/compare.cc
index 1cbe7082..3b85f149 100644
--- a/src/compare.cc
+++ b/src/compare.cc
@@ -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
diff --git a/src/compare.h b/src/compare.h
index d86771ef..4383bd00 100644
--- a/src/compare.h
+++ b/src/compare.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
diff --git a/src/csv.cc b/src/csv.cc
index e823ed41..baaf2775 100644
--- a/src/csv.cc
+++ b/src/csv.cc
@@ -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
diff --git a/src/csv.h b/src/csv.h
index bef58ad2..6c360407 100644
--- a/src/csv.h
+++ b/src/csv.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
diff --git a/src/derive.cc b/src/derive.cc
index dd9dc4ca..7ee530d1 100644
--- a/src/derive.cc
+++ b/src/derive.cc
@@ -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
diff --git a/src/derive.h b/src/derive.h
index 5de86cc8..f0629d51 100644
--- a/src/derive.h
+++ b/src/derive.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
diff --git a/src/emacs.cc b/src/emacs.cc
index dab9223f..1e8226d1 100644
--- a/src/emacs.cc
+++ b/src/emacs.cc
@@ -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
diff --git a/src/emacs.h b/src/emacs.h
index 59b937f8..3a1d9514 100644
--- a/src/emacs.h
+++ b/src/emacs.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
diff --git a/src/entry.cc b/src/entry.cc
index cfed75a9..95987668 100644
--- a/src/entry.cc
+++ b/src/entry.cc
@@ -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
diff --git a/src/entry.h b/src/entry.h
index 7d6623ae..1ffe9b68 100644
--- a/src/entry.h
+++ b/src/entry.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
diff --git a/src/error.h b/src/error.h
index cfc8b15b..1ef6ff3c 100644
--- a/src/error.h
+++ b/src/error.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
diff --git a/src/expr.cc b/src/expr.cc
index 99319c9b..946af265 100644
--- a/src/expr.cc
+++ b/src/expr.cc
@@ -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
diff --git a/src/expr.h b/src/expr.h
index a9b5af88..ff92c55d 100644
--- a/src/expr.h
+++ b/src/expr.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
diff --git a/src/filters.cc b/src/filters.cc
index 3f9b8187..bd0a9f30 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -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
diff --git a/src/filters.h b/src/filters.h
index d7be70ff..6955cd91 100644
--- a/src/filters.h
+++ b/src/filters.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
diff --git a/src/flags.h b/src/flags.h
index c6f42095..297d5b9f 100644
--- a/src/flags.h
+++ b/src/flags.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
diff --git a/src/format.cc b/src/format.cc
index e63627f4..d1f606d3 100644
--- a/src/format.cc
+++ b/src/format.cc
@@ -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
diff --git a/src/format.h b/src/format.h
index cb4ef2dd..13a2fff2 100644
--- a/src/format.h
+++ b/src/format.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
diff --git a/src/gnucash.cc b/src/gnucash.cc
index e2ee113a..60c72ed4 100644
--- a/src/gnucash.cc
+++ b/src/gnucash.cc
@@ -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
diff --git a/src/gnucash.h b/src/gnucash.h
index b8273a19..d6f863e3 100644
--- a/src/gnucash.h
+++ b/src/gnucash.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
diff --git a/src/handler.h b/src/handler.h
index 6ebd6a5d..0f37d355 100644
--- a/src/handler.h
+++ b/src/handler.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
diff --git a/src/help.cc b/src/help.cc
index 84d5a178..567f2562 100644
--- a/src/help.cc
+++ b/src/help.cc
@@ -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
diff --git a/src/help.h b/src/help.h
index 14067be4..56db6a51 100644
--- a/src/help.h
+++ b/src/help.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
diff --git a/src/hooks.h b/src/hooks.h
index da197cdd..df1e6c70 100644
--- a/src/hooks.h
+++ b/src/hooks.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
diff --git a/src/item.cc b/src/item.cc
index 359f05d7..bdd72f3b 100644
--- a/src/item.cc
+++ b/src/item.cc
@@ -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
diff --git a/src/item.h b/src/item.h
index ecde5289..8e9c7235 100644
--- a/src/item.h
+++ b/src/item.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
diff --git a/src/iterators.cc b/src/iterators.cc
index da5265a9..3e1375f6 100644
--- a/src/iterators.cc
+++ b/src/iterators.cc
@@ -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
diff --git a/src/iterators.h b/src/iterators.h
index 50cbffae..03f84e9d 100644
--- a/src/iterators.h
+++ b/src/iterators.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
diff --git a/src/journal.cc b/src/journal.cc
index 63b99e6f..c1da2fc9 100644
--- a/src/journal.cc
+++ b/src/journal.cc
@@ -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
diff --git a/src/journal.h b/src/journal.h
index 487b0841..1659db3b 100644
--- a/src/journal.h
+++ b/src/journal.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
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>
diff --git a/src/main.cc b/src/main.cc
index f669a82d..0c9c901a 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -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
diff --git a/src/mask.cc b/src/mask.cc
index b32be359..11d12cc3 100644
--- a/src/mask.cc
+++ b/src/mask.cc
@@ -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
diff --git a/src/mask.h b/src/mask.h
index f7e0c111..f2c0e004 100644
--- a/src/mask.h
+++ b/src/mask.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
diff --git a/src/ofx.cc b/src/ofx.cc
index 8940f62a..b637bef4 100644
--- a/src/ofx.cc
+++ b/src/ofx.cc
@@ -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
diff --git a/src/ofx.h b/src/ofx.h
index 67dec6d3..88bf5b01 100644
--- a/src/ofx.h
+++ b/src/ofx.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
diff --git a/src/op.cc b/src/op.cc
index 75c2d5e8..1d30188d 100644
--- a/src/op.cc
+++ b/src/op.cc
@@ -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
diff --git a/src/op.h b/src/op.h
index 6f81c155..9a331da6 100644
--- a/src/op.h
+++ b/src/op.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
diff --git a/src/option.cc b/src/option.cc
index 6ece64a1..2e74f3b0 100644
--- a/src/option.cc
+++ b/src/option.cc
@@ -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
diff --git a/src/option.h b/src/option.h
index 23439b9d..df7e35b5 100644
--- a/src/option.h
+++ b/src/option.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
diff --git a/src/output.cc b/src/output.cc
index 87f75e38..a641bae9 100644
--- a/src/output.cc
+++ b/src/output.cc
@@ -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
diff --git a/src/output.h b/src/output.h
index af594cda..4b23cabb 100644
--- a/src/output.h
+++ b/src/output.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
diff --git a/src/parser.cc b/src/parser.cc
index 0597705c..d74421f0 100644
--- a/src/parser.cc
+++ b/src/parser.cc
@@ -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
diff --git a/src/parser.h b/src/parser.h
index 1ad80e82..fe39b7f8 100644
--- a/src/parser.h
+++ b/src/parser.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
diff --git a/src/predicate.h b/src/predicate.h
index 624d3d65..3d0ed968 100644
--- a/src/predicate.h
+++ b/src/predicate.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
diff --git a/src/pushvar.h b/src/pushvar.h
index a6ec0fab..4300dc83 100644
--- a/src/pushvar.h
+++ b/src/pushvar.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
diff --git a/src/qif.cc b/src/qif.cc
index 38bac7e9..387e111f 100644
--- a/src/qif.cc
+++ b/src/qif.cc
@@ -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
diff --git a/src/qif.h b/src/qif.h
index 018f85bf..2461c1b2 100644
--- a/src/qif.h
+++ b/src/qif.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
diff --git a/src/quotes.cc b/src/quotes.cc
index ac6cb96e..ba885677 100644
--- a/src/quotes.cc
+++ b/src/quotes.cc
@@ -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
diff --git a/src/quotes.h b/src/quotes.h
index 3ff70c68..48fc23dd 100644
--- a/src/quotes.h
+++ b/src/quotes.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
diff --git a/src/reconcile.cc b/src/reconcile.cc
index 2c95023d..7ebfa815 100644
--- a/src/reconcile.cc
+++ b/src/reconcile.cc
@@ -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
diff --git a/src/reconcile.h b/src/reconcile.h
index 2e133087..e88d6871 100644
--- a/src/reconcile.h
+++ b/src/reconcile.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
diff --git a/src/report.cc b/src/report.cc
index ff2f9e41..b5357038 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -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
diff --git a/src/report.h b/src/report.h
index 26535622..48090f91 100644
--- a/src/report.h
+++ b/src/report.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
diff --git a/src/scope.cc b/src/scope.cc
index 7ab3efe6..29a3e03a 100644
--- a/src/scope.cc
+++ b/src/scope.cc
@@ -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
diff --git a/src/scope.h b/src/scope.h
index 614cfb30..db9191de 100644
--- a/src/scope.h
+++ b/src/scope.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
diff --git a/src/session.cc b/src/session.cc
index ccc3aa34..113aeda0 100644
--- a/src/session.cc
+++ b/src/session.cc
@@ -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
diff --git a/src/session.h b/src/session.h
index b45923d9..bef9b580 100644
--- a/src/session.h
+++ b/src/session.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
@@ -184,7 +184,7 @@ public:
value_t option_version(scope_t&) {
std::cout << "Ledger " << ledger::version << ", the command-line accounting tool";
- std::cout << "\n\nCopyright (c) 2003-2008, John Wiegley. All rights reserved.\n\n\
+ std::cout << "\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";
std::cout << "\n(modules: gmp, pcre";
diff --git a/src/system.hh b/src/system.hh
index 221b81ef..0dc4d33d 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -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
diff --git a/src/textual.cc b/src/textual.cc
index 7dd8c3d6..73e4ba9b 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -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
diff --git a/src/textual.h b/src/textual.h
index 8064d0db..6cb12a56 100644
--- a/src/textual.h
+++ b/src/textual.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
diff --git a/src/times.cc b/src/times.cc
index c140b4d7..ba0a19a3 100644
--- a/src/times.cc
+++ b/src/times.cc
@@ -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
diff --git a/src/times.h b/src/times.h
index a7f905e6..20cca0e5 100644
--- a/src/times.h
+++ b/src/times.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
diff --git a/src/token.cc b/src/token.cc
index 7c4014c0..5c950d6d 100644
--- a/src/token.cc
+++ b/src/token.cc
@@ -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
diff --git a/src/token.h b/src/token.h
index 04ca39c1..7516a87b 100644
--- a/src/token.h
+++ b/src/token.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
diff --git a/src/utils.cc b/src/utils.cc
index 3e758449..94330843 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -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
diff --git a/src/utils.h b/src/utils.h
index 74af6590..0d511a38 100644
--- a/src/utils.h
+++ b/src/utils.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
diff --git a/src/value.cc b/src/value.cc
index e22c2aec..7db334cb 100644
--- a/src/value.cc
+++ b/src/value.cc
@@ -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
diff --git a/src/value.h b/src/value.h
index 5638a1b4..0afd6404 100644
--- a/src/value.h
+++ b/src/value.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
diff --git a/src/xact.cc b/src/xact.cc
index fa79cb86..05cbff54 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -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
diff --git a/src/xact.h b/src/xact.h
index 4ac5d751..0fcb430e 100644
--- a/src/xact.h
+++ b/src/xact.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
diff --git a/src/xml.cc b/src/xml.cc
index b6f139bb..ccaa65df 100644
--- a/src/xml.cc
+++ b/src/xml.cc
@@ -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
diff --git a/src/xml.h b/src/xml.h
index 38768cff..6630146f 100644
--- a/src/xml.h
+++ b/src/xml.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