From 3847637840def5d7c890acecb2a8ee8242d958dc Mon Sep 17 00:00:00 2001 From: Jonathan Corbet Date: Tue, 20 Feb 2018 12:24:23 -0700 Subject: 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 --- scripts/kernel-doc | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/kernel-doc') 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; -- cgit v1.2.3-59-g8ed1b