libutil/util_autocomp_host: Remove license boilerplate

Remove outdated license boilerplate and 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:30:53 +00:00
committed by Jan Höppner
parent f302f5734b
commit 8c99c3878e
2 changed files with 4 additions and 20 deletions

View File

@@ -1,15 +1,7 @@
/* SPDX-License-Identifier: MIT */
/* /*
* autocomp - command line autocompletion * SPDX-License-Identifier: MIT
*
* 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.
* *
* Copyright IBM Corp.
*/ */
#ifndef LIB_UTIL_AUTOCOMP_H #ifndef LIB_UTIL_AUTOCOMP_H

View File

@@ -1,15 +1,7 @@
// SPDX-License-Identifier: MIT
/* /*
* autocomp - command line autocompletion * SPDX-License-Identifier: MIT
*
* 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.
* *
* Copyright IBM Corp.
*/ */
#include <errno.h> #include <errno.h>