summaryrefslogtreecommitdiffstats
path: root/lib/bb/COW.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/COW.py')
-rw-r--r--lib/bb/COW.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/COW.py b/lib/bb/COW.py
index 36ebbd9d1..bec620809 100644
--- a/lib/bb/COW.py
+++ b/lib/bb/COW.py
@@ -3,7 +3,7 @@
#
# This is a copy on write dictionary and set which abuses classes to try and be nice and fast.
#
-# Copyright (C) 2006 Tim Amsell
+# Copyright (C) 2006 Tim Ansell
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as