[PATCH v2 13/15] scripts: kernel-doc: Transform documentation into POD (13/15)

From: Tomasz Warniełło
Date: Sun Jan 02 2022 - 23:56:07 EST


Step 13) License cleanup

As stated by Jonathan Corbet in the reply to my version 1, the SPDX line is
enough.

See step 1 for the series details.

(Still not sure about this tag line, so please correct if needed.)

Suggested-by: Jonathan Corbet <corbet@xxxxxxx>
Signed-off-by: Tomasz Warniełło <tomasz.warniello@xxxxxxxxx>
---
scripts/kernel-doc | 3 ---
1 file changed, 3 deletions(-)

diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index 51e813a84d8b..eb56770b96c5 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -12,9 +12,6 @@ use strict;
## ##
## #define enhancements by Armin Kuster <akuster@xxxxxxxxxx> ##
## Copyright (c) 2000 MontaVista Software, Inc. ##
-## ##
-## This software falls under the GNU General Public License. ##
-## Please read the COPYING file for more information ##

use Pod::Usage qw/pod2usage/;

--
2.30.2