From 880c1ea3edc8edef974e65b2d424fc36809ea034 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Aug 2022 18:21:38 +0100 Subject: 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. Signed-off-by: Richard Purdie --- meta/classes/packagegroup.bbclass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/classes/packagegroup.bbclass') diff --git a/meta/classes/packagegroup.bbclass b/meta/classes/packagegroup.bbclass index 557b1b6382..54917942a4 100644 --- a/meta/classes/packagegroup.bbclass +++ b/meta/classes/packagegroup.bbclass @@ -1,3 +1,7 @@ +# +# Copyright OpenEmbedded Contributors +# + # Class for packagegroup (package group) recipes # By default, only the packagegroup package itself is in PACKAGES. -- cgit 1.2.3-korg