From: Jonathan Corbet Date: Tue, 20 Feb 2018 19:24:23 +0000 (-0700) Subject: docs: Add an SPDX header to kernel-doc X-Git-Tag: v4.17-rc1~149^2~56^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3847637840def5d7c890acecb2a8ee8242d958dc;p=linux.git 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 --- 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;