diff options
author | Jonathan Corbet <corbet@lwn.net> | 2018-02-20 12:24:23 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-02-20 12:24:23 -0700 |
commit | 3847637840def5d7c890acecb2a8ee8242d958dc (patch) | |
tree | 1480fbe1f0c860d40faac3b94b3405f32ae50124 /scripts/kernel-doc | |
parent | af250290430e1e678eef8c5c646a1bfd6af7b68a (diff) | |
download | op-kernel-dev-3847637840def5d7c890acecb2a8ee8242d958dc.zip op-kernel-dev-3847637840def5d7c890acecb2a8ee8242d958dc.tar.gz |
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>
Diffstat (limited to 'scripts/kernel-doc')
-rwxr-xr-x | scripts/kernel-doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index cbe864e..b3b9926 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; |