From deb3ccec53e0bd63bc4235cf2b0d3fc781687361 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Aug 2022 18:32:28 +0100 Subject: scripts: 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 and add license identifiers as MIT if there isn't one. Signed-off-by: Richard Purdie --- scripts/oepydevshell-internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/oepydevshell-internal.py') diff --git a/scripts/oepydevshell-internal.py b/scripts/oepydevshell-internal.py index e3c35bbe2c..3bf7df1114 100755 --- a/scripts/oepydevshell-internal.py +++ b/scripts/oepydevshell-internal.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # +# Copyright OpenEmbedded Contributors +# # SPDX-License-Identifier: GPL-2.0-only # -- cgit 1.2.3-korg