summaryrefslogtreecommitdiffstats
path: root/lib/bb/COW.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-05-15 09:29:55 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-15 16:21:15 +0100
commita6345899ffeb595ca287b295945713eb95032124 (patch)
treecec0dd706267cd423a1722d621ee455ccb60ce72 /lib/bb/COW.py
parent21d963149b5d97452420230a252101115b708d85 (diff)
downloadbitbake-contrib-a6345899ffeb595ca287b295945713eb95032124.tar.gz
lib/bb/COW.py: fix typo in Tim Ansell's name
See AUTHORS for reference. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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