diff options
Diffstat (limited to 'util/inteltool')
-rw-r--r-- | util/inteltool/amb.c | 11 | ||||
-rw-r--r-- | util/inteltool/cpu.c | 11 | ||||
-rw-r--r-- | util/inteltool/gfx.c | 11 | ||||
-rw-r--r-- | util/inteltool/gpio.c | 11 | ||||
-rw-r--r-- | util/inteltool/gpio_groups.c | 11 | ||||
-rw-r--r-- | util/inteltool/inteltool.c | 11 | ||||
-rw-r--r-- | util/inteltool/inteltool.h | 11 | ||||
-rw-r--r-- | util/inteltool/lpc.c | 11 | ||||
-rw-r--r-- | util/inteltool/memory.c | 11 | ||||
-rw-r--r-- | util/inteltool/pcie.c | 11 | ||||
-rw-r--r-- | util/inteltool/pcr.c | 11 | ||||
-rw-r--r-- | util/inteltool/pcr.h | 11 | ||||
-rw-r--r-- | util/inteltool/powermgt.c | 11 | ||||
-rw-r--r-- | util/inteltool/rootcmplx.c | 11 |
14 files changed, 14 insertions, 140 deletions
diff --git a/util/inteltool/amb.c b/util/inteltool/amb.c index 67b5d8f814..961c0abf36 100644 --- a/util/inteltool/amb.c +++ b/util/inteltool/amb.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stddef.h> #include <stdio.h> diff --git a/util/inteltool/cpu.c b/util/inteltool/cpu.c index f142455809..284e90b50e 100644 --- a/util/inteltool/cpu.c +++ b/util/inteltool/cpu.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <fcntl.h> #include <unistd.h> diff --git a/util/inteltool/gfx.c b/util/inteltool/gfx.c index e19f58ba5a..bd85fae2aa 100644 --- a/util/inteltool/gfx.c +++ b/util/inteltool/gfx.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index 692876445a..911ec3ca27 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include "inteltool.h" diff --git a/util/inteltool/gpio_groups.c b/util/inteltool/gpio_groups.c index 6f65f6d74f..4d341600ed 100644 --- a/util/inteltool/gpio_groups.c +++ b/util/inteltool/gpio_groups.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c index 12f8c6af68..04e05dddae 100644 --- a/util/inteltool/inteltool.c +++ b/util/inteltool/inteltool.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index ba46887d9a..b314fe4de8 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef INTELTOOL_H #define INTELTOOL_H 1 diff --git a/util/inteltool/lpc.c b/util/inteltool/lpc.c index 068ad037b6..2d3c91c704 100644 --- a/util/inteltool/lpc.c +++ b/util/inteltool/lpc.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index 59b94ff050..1bd127be99 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system. */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> diff --git a/util/inteltool/pcie.c b/util/inteltool/pcie.c index 837afdd82f..e5828ccfbe 100644 --- a/util/inteltool/pcie.c +++ b/util/inteltool/pcie.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> diff --git a/util/inteltool/pcr.c b/util/inteltool/pcr.c index 231a61db7d..c520518705 100644 --- a/util/inteltool/pcr.c +++ b/util/inteltool/pcr.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> diff --git a/util/inteltool/pcr.h b/util/inteltool/pcr.h index 69826c3f29..a84cd71e3f 100644 --- a/util/inteltool/pcr.h +++ b/util/inteltool/pcr.h @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef INTELTOOL_PCR_H #define INTELTOOL_PCR_H 1 diff --git a/util/inteltool/powermgt.c b/util/inteltool/powermgt.c index a7a2035b00..2f44e1d28d 100644 --- a/util/inteltool/powermgt.c +++ b/util/inteltool/powermgt.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c index 6758c669ff..490897f938 100644 --- a/util/inteltool/rootcmplx.c +++ b/util/inteltool/rootcmplx.c @@ -1,14 +1,5 @@ /* inteltool - dump all registers on an Intel CPU + chipset based system */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> |