summaryrefslogtreecommitdiffstats
path: root/meta/classes/bin_package.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 18:21:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 11:58:01 +0100
commit971d5f7b81d535b2da0ae51a54f9ba6641f18304 (patch)
tree3b904c5e123c5534afb479a08c40cd5d951048ab /meta/classes/bin_package.bbclass
parent7bd328f9d24b4fb23c7d5de50bddbb60828c9ffc (diff)
downloadpoky-971d5f7b81d535b2da0ae51a54f9ba6641f18304.tar.gz
classes: Add copyright statements to files without one
Where there isn't a copyright statement, add one to make it explicit. Also drop editor config lines where they were present. (From OE-Core rev: 880c1ea3edc8edef974e65b2d424fc36809ea034) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/bin_package.bbclass')
-rw-r--r--meta/classes/bin_package.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/bin_package.bbclass b/meta/classes/bin_package.bbclass
index f0407e1329..9d1b6101d1 100644
--- a/meta/classes/bin_package.bbclass
+++ b/meta/classes/bin_package.bbclass
@@ -1,7 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et 2# Copyright OpenEmbedded Contributors
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4# 3#
4
5# Common variable and task for the binary package recipe. 5# Common variable and task for the binary package recipe.
6# Basic principle: 6# Basic principle:
7# * The files have been unpacked to ${S} by base.bbclass 7# * The files have been unpacked to ${S} by base.bbclass