summaryrefslogtreecommitdiffstats
path: root/meta/classes/cml1.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:56:44 +0100
commit880c1ea3edc8edef974e65b2d424fc36809ea034 (patch)
tree4eae776bb0307334450e7a68300710a1689d5807 /meta/classes/cml1.bbclass
parentffa7556ae58dd4d806bf1881f5e208d16a64b833 (diff)
downloadopenembedded-core-880c1ea3edc8edef974e65b2d424fc36809ea034.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cml1.bbclass')
-rw-r--r--meta/classes/cml1.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/cml1.bbclass b/meta/classes/cml1.bbclass
index d319d66ab2..8c21dff4d2 100644
--- a/meta/classes/cml1.bbclass
+++ b/meta/classes/cml1.bbclass
@@ -1,3 +1,7 @@
+#
+# Copyright OpenEmbedded Contributors
+#
+
# returns all the elements from the src uri that are .cfg files
def find_cfgs(d):
sources=src_patches(d, True)