summaryrefslogtreecommitdiffstats
path: root/meta/classes/cmake.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/cmake.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/cmake.bbclass')
-rw-r--r--meta/classes/cmake.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
index d9bcddbdbb..cd7031b82d 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -1,3 +1,7 @@
+#
+# Copyright OpenEmbedded Contributors
+#
+
# Path to the CMake file to process.
OECMAKE_SOURCEPATH ??= "${S}"