From e591325b2bd901c381003deb96a7b32a7148e93e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Aug 2022 20:58:46 +0100 Subject: bitbake: Add copyright headers where missing Where copyright headers were not present, add them to make things clear. Signed-off-by: Richard Purdie (cherry picked from commit 1aa338a216350a2751fff52f866039343e9ac013) Signed-off-by: Steve Sakoman --- lib/bb/fetch2/osc.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/bb/fetch2/osc.py') diff --git a/lib/bb/fetch2/osc.py b/lib/bb/fetch2/osc.py index eb0f82c8e..bf4c2f051 100644 --- a/lib/bb/fetch2/osc.py +++ b/lib/bb/fetch2/osc.py @@ -1,4 +1,6 @@ # +# Copyright BitBake Contributors +# # SPDX-License-Identifier: GPL-2.0-only # """ -- cgit 1.2.3-korg