commit | c57590b139f23584a0a4f7bc2e73d7ca031d96ae | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 03 18:59:13 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 04 11:25:30 2018 -0400 |
tree | 7ae204eb6f6f6ed8e837fb9c5b36f114c22d1541 | |
parent | 181116f712709b0b5ccba4efe74a0ae555efd697 [diff] |
scripts: mailmapper: SPDX license identifier If the SPDX license identifier is in the first line the shell does not recognize which interpreter shall be used to execute the script. Cf. https://www.kernel.org/doc/html/v4.16/process/license-rules.html for scripts which require the '#!PATH_TO_INTERPRETER' in the first line (...) the SPDX identifier goes into the second line. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>