# HG changeset patch # User Ralph Meijer # Date 1287262403 -7200 # Node ID 0eafdced5f240eb79dedc9b0a9962d0240a7784e # Parent 698af5d720adae8b46d436d740e2679269d84047 Oh, it's 2010 already? diff -r 698af5d720ad -r 0eafdced5f24 idavoll/backend.py --- a/idavoll/backend.py Sat Oct 16 21:03:38 2010 +0200 +++ b/idavoll/backend.py Sat Oct 16 22:53:23 2010 +0200 @@ -1,6 +1,6 @@ # -*- test-case-name: idavoll.test.test_backend -*- # -# Copyright (c) 2003-2009 Ralph Meijer +# Copyright (c) 2003-2010 Ralph Meijer # See LICENSE for details. """ diff -r 698af5d720ad -r 0eafdced5f24 idavoll/memory_storage.py --- a/idavoll/memory_storage.py Sat Oct 16 21:03:38 2010 +0200 +++ b/idavoll/memory_storage.py Sat Oct 16 22:53:23 2010 +0200 @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2008 Ralph Meijer +# Copyright (c) 2003-2010 Ralph Meijer # See LICENSE for details. import copy diff -r 698af5d720ad -r 0eafdced5f24 idavoll/tap.py --- a/idavoll/tap.py Sat Oct 16 21:03:38 2010 +0200 +++ b/idavoll/tap.py Sat Oct 16 22:53:23 2010 +0200 @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2009 Ralph Meijer +# Copyright (c) 2003-2010 Ralph Meijer # See LICENSE for details. from twisted.application import service diff -r 698af5d720ad -r 0eafdced5f24 idavoll/test/test_backend.py --- a/idavoll/test/test_backend.py Sat Oct 16 21:03:38 2010 +0200 +++ b/idavoll/test/test_backend.py Sat Oct 16 22:53:23 2010 +0200 @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2009 Ralph Meijer +# Copyright (c) 2003-2010 Ralph Meijer # See LICENSE for details. """ diff -r 698af5d720ad -r 0eafdced5f24 idavoll/test/test_storage.py --- a/idavoll/test/test_storage.py Sat Oct 16 21:03:38 2010 +0200 +++ b/idavoll/test/test_storage.py Sat Oct 16 22:53:23 2010 +0200 @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2008 Ralph Meijer +# Copyright (c) 2003-2010 Ralph Meijer # See LICENSE for details. """