]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/checkkconfigsymbols.py
Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux.git] / scripts / checkkconfigsymbols.py
index 8cd16c65d3c55ef5b504504f976597c2f6d040c6..00a10a293f4fc0c681533772af4b7dbe0c44b7d2 100755 (executable)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python3
+# SPDX-License-Identifier: GPL-2.0-only
 
 """Find Kconfig symbols that are referenced but not defined."""
 
 # (c) 2014-2017 Valentin Rothberg <valentinrothberg@gmail.com>
 # (c) 2014 Stefan Hengelein <stefan.hengelein@fau.de>
 #
-# Licensed under the terms of the GNU GPL License version 2
 
 
 import argparse