dasdfmt: Remove license boilerplate

Remove outdated license boilerplate from autocompletion
generator and cli header file. Fix SPDX-tag style.

Acked-by: Steffen Eiden <seiden@linux.ibm.com>
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Signed-off-by: Szabina Korbai <szkorbai@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Szabina Korbai
2026-03-27 10:28:57 +00:00
committed by Jan Höppner
parent 74cb6ee40e
commit a64e9cab67
2 changed files with 4 additions and 12 deletions

View File

@@ -1,11 +1,7 @@
// SPDX-License-Identifier: MIT
/* /*
* Autocompletion generation - for dasdfmt tool * SPDX-License-Identifier: MIT
* *
* Copyright IBM Corp. 2025 * Copyright IBM Corp.
*
* s390-tools is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/ */
#include "lib/util_autocomp.h" #include "lib/util_autocomp.h"

View File

@@ -1,11 +1,7 @@
/* SPDX-License-Identifier: MIT */
/* /*
* Command line utilities - for dasdfmt * SPDX-License-Identifier: MIT
* *
* Copyright IBM Corp. 2025 * Copyright IBM Corp.
*
* s390-tools is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/ */
#ifndef DASDFMT_CLI_H #ifndef DASDFMT_CLI_H