cpumf: Remove license boilerplate

Remove outdated license boilerplate from autocompletion
generator and cli header files. 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:25:12 +00:00
committed by Jan Höppner
parent 8c99c3878e
commit 74cb6ee40e
6 changed files with 12 additions and 36 deletions

View File

@@ -1,11 +1,7 @@
// SPDX-License-Identifier: MIT
/* /*
* Autocompletion generation - for cpumf family of tools * 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 chcpumf * 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 CHCPUMF_CLI_H #ifndef CHCPUMF_CLI_H

View File

@@ -1,11 +1,7 @@
/* SPDX-License-Identifier: MIT */
/* /*
* Command line utilities - for lscpumf * 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 LSCPUMF_CLI_H #ifndef LSCPUMF_CLI_H

View File

@@ -1,11 +1,7 @@
/* SPDX-License-Identifier: MIT */
/* /*
* Command line utilities - for lshwc * 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 LSHWC_CLI_H #ifndef LSHWC_CLI_H

View File

@@ -1,11 +1,7 @@
/* SPDX-License-Identifier: MIT */
/* /*
* Command line utilities - for lspai * 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 LSPAI_CLI_H #ifndef LSPAI_CLI_H

View File

@@ -1,11 +1,7 @@
/* SPDX-License-Identifier: MIT */
/* /*
* Command line utilities - for pai * 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 PAI_CLI_H #ifndef PAI_CLI_H