From 7350e82ce1283c8473c916ebddb22c0e930507b6 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. (From OE-Core rev: deb3ccec53e0bd63bc4235cf2b0d3fc781687361) Signed-off-by: Richard Purdie --- scripts/bitbake-whatchanged | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/bitbake-whatchanged') diff --git a/scripts/bitbake-whatchanged b/scripts/bitbake-whatchanged index 6f4b268119..cdb730dbdb 100755 --- a/scripts/bitbake-whatchanged +++ b/scripts/bitbake-whatchanged @@ -1,7 +1,5 @@ #!/usr/bin/env python3 -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- - +# # Copyright (c) 2013 Wind River Systems, Inc. # # SPDX-License-Identifier: GPL-2.0-only -- cgit v1.2.3-54-g00ecf