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