Where copyright headers were not present, add them to make things clear. (Bitbake rev: 1aa338a216350a2751fff52f866039343e9ac013) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
#
+# Copyright BitBake Contributors
+#
# SPDX-License-Identifier: GPL-2.0-only
@@ -3,6 +3,8 @@
# Copyright (C) 2006 Tim Ansell
+# SPDX-License-Identifier: GPL-2.0-only
# Please Note:
# Be careful when using mutable types (ie Dict and Lists) - operations involving these are SLOW.
# Assign a file to __warn__ to get warnings about slow operations.
@@ -1,4 +1,6 @@
# Helper library to implement streaming compression and decompression using an
"""
@@ -1,6 +1,8 @@
# BitBake Tests for cooker.py