From: Tomasz Warniełło Date: Fri, 18 Feb 2022 18:16:28 +0000 (+0100) Subject: scripts: kernel-doc: Refresh the copyright lines X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2b306ecaf57b2b5004dcb671a46ef24a1c369db2;p=linux.git scripts: kernel-doc: Refresh the copyright lines I wanted to clean up these lines, but in the end decided not to touch the old ones and just add my own about POD. I'll leave the cleanup for lawyers. Signed-off-by: Tomasz Warniełło Tested-by: Randy Dunlap Acked-by: Randy Dunlap Disliked-by: Akira Yokosawa Link: https://lore.kernel.org/r/20220218181628.1411551-12-tomasz.warniello@gmail.com Signed-off-by: Jonathan Corbet --- diff --git a/scripts/kernel-doc b/scripts/kernel-doc index a5a397e22ea7b..f06f68f3c3d9b 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -12,6 +12,8 @@ use strict; ## ## ## #define enhancements by Armin Kuster ## ## Copyright (c) 2000 MontaVista Software, Inc. ## +# +# Copyright (C) 2022 Tomasz Warniełło (POD) use Pod::Usage qw/pod2usage/;