aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2018-02-20 12:24:23 -0700
committerJonathan Corbet <corbet@lwn.net>2018-02-20 12:24:23 -0700
commit3847637840def5d7c890acecb2a8ee8242d958dc (patch)
tree1480fbe1f0c860d40faac3b94b3405f32ae50124
parentdocs: kernel-doc: Don't mangle literal code blocks in comments (diff)
downloadlinux-dev-3847637840def5d7c890acecb2a8ee8242d958dc.tar.xz
linux-dev-3847637840def5d7c890acecb2a8ee8242d958dc.zip
docs: Add an SPDX header to kernel-doc
Add the SPDX header while I'm in the neighborhood. The source itself just says "GNU General Public License", but it also refers people to the COPYING file for further information. Since COPYING says 2.0-only, that is what I have put into the header. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rwxr-xr-xscripts/kernel-doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index cbe864e72a2f..b3b992617951 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -1,4 +1,5 @@
#!/usr/bin/env perl
+# SPDX-License-Identifier: GPL-2.0
use warnings;
use strict;