mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
f302f5734b
commit
8c99c3878e
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user