From 8c99c3878ef48a684afd3184e2a9d1839c5ea886 Mon Sep 17 00:00:00 2001 From: Szabina Korbai Date: Fri, 27 Mar 2026 10:30:53 +0000 Subject: [PATCH] libutil/util_autocomp_host: Remove license boilerplate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove outdated license boilerplate and fix SPDX-tag style. Acked-by: Steffen Eiden Reviewed-by: Jan Höppner Signed-off-by: Szabina Korbai Signed-off-by: Jan Höppner --- include/lib/util_autocomp.h | 12 ++---------- libutil/util_autocomp_host.c | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/include/lib/util_autocomp.h b/include/lib/util_autocomp.h index 551600ae..f930927b 100644 --- a/include/lib/util_autocomp.h +++ b/include/lib/util_autocomp.h @@ -1,15 +1,7 @@ -/* SPDX-License-Identifier: MIT */ /* - * autocomp - command line autocompletion - * - * Generating autocompletion scripts for bash and zsh - * based on util_opt struct - * - * Copyright IBM Corp. 2025 - * - * s390-tools is free software; you can redistribute it and/or modify - * it under the terms of the MIT license. See LICENSE for details. + * SPDX-License-Identifier: MIT * + * Copyright IBM Corp. */ #ifndef LIB_UTIL_AUTOCOMP_H diff --git a/libutil/util_autocomp_host.c b/libutil/util_autocomp_host.c index f501bf3b..dda44095 100644 --- a/libutil/util_autocomp_host.c +++ b/libutil/util_autocomp_host.c @@ -1,15 +1,7 @@ -// SPDX-License-Identifier: MIT /* - * autocomp - command line autocompletion - * - * Generating autocompletion scripts for bash and zsh - * based on util_opt struct - * - * Copyright IBM Corp. 2025 - * - * s390-tools is free software; you can redistribute it and/or modify - * it under the terms of the MIT license. See LICENSE for details. + * SPDX-License-Identifier: MIT * + * Copyright IBM Corp. */ #include