diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 20:58:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-12 11:49:29 +0100 |
commit | e19ce4191d94646e35386a5f2179c02ef8dc1cb6 (patch) | |
tree | 5d794d3fc59a4701bb04035a92f41cd4617a7e92 /bitbake/lib/bb/tests | |
parent | 12d7157a4145062bfba74dadd493ae870852e7e3 (diff) | |
download | poky-e19ce4191d94646e35386a5f2179c02ef8dc1cb6.tar.gz |
bitbake: bitbake: Add copyright headers where missing
Where copyright headers were not present, add them to make things
clear.
(Bitbake rev: 1aa338a216350a2751fff52f866039343e9ac013)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests')
-rw-r--r-- | bitbake/lib/bb/tests/compression.py | 2 | ||||
-rw-r--r-- | bitbake/lib/bb/tests/cooker.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tests/compression.py b/bitbake/lib/bb/tests/compression.py index d3ddf67f1c..95af3f96d7 100644 --- a/bitbake/lib/bb/tests/compression.py +++ b/bitbake/lib/bb/tests/compression.py | |||
@@ -1,4 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Copyright BitBake Contributors | ||
3 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | 4 | # SPDX-License-Identifier: GPL-2.0-only |
3 | # | 5 | # |
4 | 6 | ||
diff --git a/bitbake/lib/bb/tests/cooker.py b/bitbake/lib/bb/tests/cooker.py index c82d4b7b81..9e524ae345 100644 --- a/bitbake/lib/bb/tests/cooker.py +++ b/bitbake/lib/bb/tests/cooker.py | |||
@@ -1,6 +1,8 @@ | |||
1 | # | 1 | # |
2 | # BitBake Tests for cooker.py | 2 | # BitBake Tests for cooker.py |
3 | # | 3 | # |
4 | # Copyright BitBake Contributors | ||
5 | # | ||
4 | # SPDX-License-Identifier: GPL-2.0-only | 6 | # SPDX-License-Identifier: GPL-2.0-only |
5 | # | 7 | # |
6 | 8 | ||