diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 20:58:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-11 21:57:28 +0100 |
| commit | 0ac71c5480e2226e3e6993ca2b30bbdf64813226 (patch) | |
| tree | 65f057bbf7f57f449fbcd127e300350444a0b4b2 /bitbake/lib/bb/asyncrpc/client.py | |
| parent | ace871c199796a5ed730a3a95eae5bb26e342b03 (diff) | |
| download | poky-0ac71c5480e2226e3e6993ca2b30bbdf64813226.tar.gz | |
bitbake: bitbake: Add copyright headers where missing
Where copyright headers were not present, add them to make things
clear.
(Bitbake rev: e591325b2bd901c381003deb96a7b32a7148e93e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1aa338a216350a2751fff52f866039343e9ac013)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/asyncrpc/client.py')
| -rw-r--r-- | bitbake/lib/bb/asyncrpc/client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/asyncrpc/client.py b/bitbake/lib/bb/asyncrpc/client.py index 34960197d1..881434d2e9 100644 --- a/bitbake/lib/bb/asyncrpc/client.py +++ b/bitbake/lib/bb/asyncrpc/client.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 | ||
