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.19~1327^2~56^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3847637840def5d7c890acecb2a8ee8242d958dc;p=platform%2Fkernel%2Flinux-rpi.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 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;