From a64e9cab6743fa975a8b663a4dba7760b0a302c1 Mon Sep 17 00:00:00 2001 From: Szabina Korbai Date: Fri, 27 Mar 2026 10:28:57 +0000 Subject: [PATCH] dasdfmt: Remove license boilerplate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove outdated license boilerplate from autocompletion generator and cli header file. Fix SPDX-tag style. Acked-by: Steffen Eiden Reviewed-by: Jan Höppner Signed-off-by: Szabina Korbai Signed-off-by: Jan Höppner --- dasdfmt/autocompletion_generator_host.c | 8 ++------ dasdfmt/dasdfmt_cli.h | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/dasdfmt/autocompletion_generator_host.c b/dasdfmt/autocompletion_generator_host.c index 9ae5a96d..08e28035 100644 --- a/dasdfmt/autocompletion_generator_host.c +++ b/dasdfmt/autocompletion_generator_host.c @@ -1,11 +1,7 @@ -// SPDX-License-Identifier: MIT /* - * Autocompletion generation - for dasdfmt tool + * SPDX-License-Identifier: MIT * - * 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. + * Copyright IBM Corp. */ #include "lib/util_autocomp.h" diff --git a/dasdfmt/dasdfmt_cli.h b/dasdfmt/dasdfmt_cli.h index d4565b77..1330f636 100644 --- a/dasdfmt/dasdfmt_cli.h +++ b/dasdfmt/dasdfmt_cli.h @@ -1,11 +1,7 @@ -/* SPDX-License-Identifier: MIT */ /* - * Command line utilities - for dasdfmt + * SPDX-License-Identifier: MIT * - * 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. + * Copyright IBM Corp. */ #ifndef DASDFMT_CLI_H