diff options
Diffstat (limited to 'util/lint/checkpatch_json.py')
-rwxr-xr-x | util/lint/checkpatch_json.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/util/lint/checkpatch_json.py b/util/lint/checkpatch_json.py index 827d2f5361..7da213c7d0 100755 --- a/util/lint/checkpatch_json.py +++ b/util/lint/checkpatch_json.py @@ -1,13 +1,5 @@ #!/usr/bin/env python2 -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# +# SPDX-License-Identifier: GPL-2.0-only """ This utilty generate json output to post comment in gerrit. |