Browse Source

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>
Jonathan Corbet 7 years ago
parent
commit
3847637840
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/kernel-doc

+ 1 - 0
scripts/kernel-doc

@@ -1,4 +1,5 @@
 #!/usr/bin/env perl
+# SPDX-License-Identifier: GPL-2.0
 
 use warnings;
 use strict;