]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - scripts/checkkconfigsymbols.py
NFS4: Only set creation opendata if O_CREAT
[thirdparty/kernel/stable.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