diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-06-03 18:59:13 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-04 11:25:30 -0400 |
commit | 6bfa0367a2f23eb126fbfc7ce043823b63b8720b (patch) | |
tree | 7ae204eb6f6f6ed8e837fb9c5b36f114c22d1541 /scripts | |
parent | 38cad04e2d07d5833114831d6f92c759a9253fe7 (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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mailmapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mailmapper b/scripts/mailmapper index f73f3dc1787..2e2d7faff57 100755 --- a/scripts/mailmapper +++ b/scripts/mailmapper @@ -1,5 +1,5 @@ -# SPDX-License-Identifier: GPL-2.0+ #!/usr/bin/env python2 +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2014, Masahiro Yamada <yamada.m@jp.panasonic.com> |