From 5cba1620e41e6e8bcf4a100ab2bdb1d1caec87ac Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 15 May 2017 09:29:55 +1200 Subject: [PATCH] bitbake: lib/bb/COW.py: fix typo in Tim Ansell's name See AUTHORS for reference. (Bitbake rev: a6345899ffeb595ca287b295945713eb95032124) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- bitbake/lib/bb/COW.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/COW.py b/bitbake/lib/bb/COW.py index 36ebbd9d19..bec6208096 100644 --- a/bitbake/lib/bb/COW.py +++ b/bitbake/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