summaryrefslogtreecommitdiffstats
path: root/scripts/bitbake-whatchanged
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 18:32:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 11:58:01 +0100
commit7350e82ce1283c8473c916ebddb22c0e930507b6 (patch)
tree72ce06fb63381be03d1870d3a4de5c90801febda /scripts/bitbake-whatchanged
parent971d5f7b81d535b2da0ae51a54f9ba6641f18304 (diff)
downloadpoky-7350e82ce1283c8473c916ebddb22c0e930507b6.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/bitbake-whatchanged')
-rwxr-xr-xscripts/bitbake-whatchanged4
1 files changed, 1 insertions, 3 deletions
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 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# ex:ts=4:sw=4:sts=4:et 2#
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4
5# Copyright (c) 2013 Wind River Systems, Inc. 3# Copyright (c) 2013 Wind River Systems, Inc.
6# 4#
7# SPDX-License-Identifier: GPL-2.0-only 5# SPDX-License-Identifier: GPL-2.0-only