diff options
Diffstat (limited to 'util/lint/lint-000-license-headers')
-rwxr-xr-x | util/lint/lint-000-license-headers | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 080e6de99c..05476e87cd 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -1,16 +1,8 @@ #!/bin/sh # This file is part of the coreboot project. # -# 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 + # DESCR: Check that files in have valid license headers # $1 is an optional command line parameter containing directories to check |