summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-20 01:53:31 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-20 01:53:31 -0400
commit887828a40c54ef41a6e8e09f639539d99bb31639 (patch)
tree4ba44297bee20f9666b2eee32be439382a78b6b6 /python
parentefb36d36c48dc940eab34dc610eb82743daee3fb (diff)
downloadfork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.tar.gz
fork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.tar.bz2
fork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.zip
Increased copyright range to include 2009.
Diffstat (limited to 'python')
-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
11 files changed, 11 insertions, 11 deletions
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