I'm not sure, why these notices need to stay at the top, but that's what Jonathat Corbet replied to my version 1. Anyways, I've cleaned them up a little. Looks good? My name's included as the refreshing force of this venerable script. * Transform documentation into POD (14/15) See step 1 for the series details. (Still not sure about this tag line, so please correct, let me know, etc.) Suggested-by: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Tomasz Warniełło <tomasz.warniello@xxxxxxxxx> --- scripts/kernel-doc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/scripts/kernel-doc b/scripts/kernel-doc index e4de593dbcb7..dd5801cad519 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -4,14 +4,16 @@ use warnings; use strict; -## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ## -## Copyright (C) 2000, 1 Tim Waugh <twaugh@xxxxxxxxxx> ## -## Copyright (C) 2001 Simon Huggins ## -## Copyright (C) 2005-2012 Randy Dunlap ## -## Copyright (C) 2012 Dan Luedtke ## -## ## -## #define enhancements by Armin Kuster <akuster@xxxxxxxxxx> ## -## Copyright (c) 2000 MontaVista Software, Inc. ## +# Copyright (C) 1998 Michael Zucchi, All Rights Reserved +# Copyright (C) 2000, 1 Tim Waugh <twaugh@xxxxxxxxxx> +# Copyright (C) 2001 Simon Huggins +# Copyright (C) 2005-2012 Randy Dunlap +# Copyright (C) 2012 Dan Luedtke +# +# #define enhancements by Armin Kuster <akuster@xxxxxxxxxx> +# Copyright (C) 2000 MontaVista Software, Inc. +# +# Copyright (C) 2022 Tomasz Warniełło (POD) use Pod::Usage qw/pod2usage/; -- 2.30.2