diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-05-15 09:29:55 +1200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-15 16:21:20 +0100 |
| commit | 5cba1620e41e6e8bcf4a100ab2bdb1d1caec87ac (patch) | |
| tree | 64960f7affeac2079f992e440866f5fd3e860278 /bitbake | |
| parent | 5d301e9f19048b4cd0d5f702860e318c85f1c037 (diff) | |
| download | poky-5cba1620e41e6e8bcf4a100ab2bdb1d1caec87ac.tar.gz | |
bitbake: lib/bb/COW.py: fix typo in Tim Ansell's name
See AUTHORS for reference.
(Bitbake rev: a6345899ffeb595ca287b295945713eb95032124)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
| -rw-r--r-- | bitbake/lib/bb/COW.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 3 | # | 3 | # |
| 4 | # This is a copy on write dictionary and set which abuses classes to try and be nice and fast. | 4 | # This is a copy on write dictionary and set which abuses classes to try and be nice and fast. |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 2006 Tim Amsell | 6 | # Copyright (C) 2006 Tim Ansell |
| 7 | # | 7 | # |
| 8 | # This program is free software; you can redistribute it and/or modify | 8 | # This program is free software; you can redistribute it and/or modify |
| 9 | # it under the terms of the GNU General Public License version 2 as | 9 | # it under the terms of the GNU General Public License version 2 as |
