aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 20:58:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 11:47:35 +0100
commit1aa338a216350a2751fff52f866039343e9ac013 (patch)
tree5cb6a9aa0795242a2c3932d422c75a8871d765dd /bin
parent0f4f3af6d93a0018df58b8a1d8d423c78ba6526d (diff)
downloadbitbake-1aa338a216350a2751fff52f866039343e9ac013.tar.gz
bitbake: Add copyright headers where missing
Where copyright headers were not present, add them to make things clear. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-prserv2
-rwxr-xr-xbin/bitbake-worker2
-rwxr-xr-xbin/git-make-shallow2
3 files changed, 6 insertions, 0 deletions
diff --git a/bin/bitbake-prserv b/bin/bitbake-prserv
index 323df66dd..5be42f3ce 100755
--- a/bin/bitbake-prserv
+++ b/bin/bitbake-prserv
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
#
+# Copyright BitBake Contributors
+#
# SPDX-License-Identifier: GPL-2.0-only
#
diff --git a/bin/bitbake-worker b/bin/bitbake-worker
index 9d850ec77..2f3e9f72f 100755
--- a/bin/bitbake-worker
+++ b/bin/bitbake-worker
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
#
+# Copyright BitBake Contributors
+#
# SPDX-License-Identifier: GPL-2.0-only
#
diff --git a/bin/git-make-shallow b/bin/git-make-shallow
index 1d00fbf18..d0532c5ab 100755
--- a/bin/git-make-shallow
+++ b/bin/git-make-shallow
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
#
+# Copyright BitBake Contributors
+#
# SPDX-License-Identifier: GPL-2.0-only
#