diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-27 02:26:35 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-27 02:26:35 -0400 |
commit | ebfe2d101187320e4d5d33259e13d5a193d31fa4 (patch) | |
tree | 3d284e3b40a37f779a4589587f5d5dd63f5abe3c | |
parent | 035c418f60b16643637b7f398d72b92538d11e37 (diff) | |
download | ledger-ebfe2d101187320e4d5d33259e13d5a193d31fa4.tar.gz ledger-ebfe2d101187320e4d5d33259e13d5a193d31fa4.tar.bz2 ledger-ebfe2d101187320e4d5d33259e13d5a193d31fa4.zip |
Updated all copyright messages to 2003-2008.
-rw-r--r-- | amount.cc | 2 | ||||
-rw-r--r-- | amount.h | 2 | ||||
-rw-r--r-- | balance.cc | 2 | ||||
-rw-r--r-- | balance.h | 2 | ||||
-rw-r--r-- | balpair.h | 2 | ||||
-rw-r--r-- | binary.cc | 2 | ||||
-rw-r--r-- | binary.h | 2 | ||||
-rw-r--r-- | commodity.cc | 2 | ||||
-rw-r--r-- | commodity.h | 2 | ||||
-rw-r--r-- | fdstream.hpp | 2 | ||||
-rw-r--r-- | flags.h | 2 | ||||
-rw-r--r-- | journal.cc | 2 | ||||
-rw-r--r-- | journal.h | 2 | ||||
-rw-r--r-- | main.cc | 2 | ||||
-rw-r--r-- | mask.cc | 2 | ||||
-rw-r--r-- | mask.h | 2 | ||||
-rw-r--r-- | option.cc | 2 | ||||
-rw-r--r-- | option.h | 2 | ||||
-rw-r--r-- | parsexp.cc | 2 | ||||
-rw-r--r-- | parsexp.h | 2 | ||||
-rw-r--r-- | pushvar.h | 2 | ||||
-rw-r--r-- | py_amount.cc | 2 | ||||
-rw-r--r-- | py_commodity.cc | 2 | ||||
-rw-r--r-- | py_times.cc | 2 | ||||
-rw-r--r-- | py_utils.cc | 2 | ||||
-rw-r--r-- | pyfstream.h | 2 | ||||
-rw-r--r-- | pyinterp.cc | 2 | ||||
-rw-r--r-- | pyinterp.h | 2 | ||||
-rw-r--r-- | pyledger.cc | 2 | ||||
-rw-r--r-- | pyledger.h | 2 | ||||
-rw-r--r-- | pyutils.h | 2 | ||||
-rw-r--r-- | report.cc | 2 | ||||
-rw-r--r-- | report.h | 2 | ||||
-rw-r--r-- | session.cc | 2 | ||||
-rw-r--r-- | session.h | 2 | ||||
-rw-r--r-- | system.hh | 2 | ||||
-rw-r--r-- | times.cc | 2 | ||||
-rw-r--r-- | times.h | 2 | ||||
-rw-r--r-- | tuples.hpp | 2 | ||||
-rw-r--r-- | utils.cc | 2 | ||||
-rw-r--r-- | utils.h | 2 | ||||
-rw-r--r-- | valexpr.cc | 2 | ||||
-rw-r--r-- | valexpr.h | 2 | ||||
-rw-r--r-- | value.cc | 2 | ||||
-rw-r--r-- | value.h | 2 |
45 files changed, 45 insertions, 45 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/commodity.cc b/commodity.cc index 38b93a94..0a62a861 100644 --- a/commodity.cc +++ b/commodity.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/commodity.h b/commodity.h index ab3a908b..6f837942 100644 --- a/commodity.h +++ b/commodity.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/fdstream.hpp b/fdstream.hpp index ffcf5709..8a06fba2 100644 --- a/fdstream.hpp +++ b/fdstream.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/py_amount.cc b/py_amount.cc index 07be1512..16880f6f 100644 --- a/py_amount.cc +++ b/py_amount.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/py_commodity.cc b/py_commodity.cc index 0dab3cd3..3cf7d30c 100644 --- a/py_commodity.cc +++ b/py_commodity.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/py_times.cc b/py_times.cc index 173f21fa..00108b04 100644 --- a/py_times.cc +++ b/py_times.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/py_utils.cc b/py_utils.cc index 50ce9712..9fc375f6 100644 --- a/py_utils.cc +++ b/py_utils.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/pyfstream.h b/pyfstream.h index 98e1acc2..1d72d471 100644 --- a/pyfstream.h +++ b/pyfstream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/pyinterp.cc b/pyinterp.cc index 43e3b0b0..85d2a422 100644 --- a/pyinterp.cc +++ b/pyinterp.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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/pyledger.cc b/pyledger.cc index ebbdc82e..76d7ab0c 100644 --- a/pyledger.cc +++ b/pyledger.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007, John Wiegley. All rights reserved. + * Copyright (c) 2003-2008, 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 |