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