summaryrefslogtreecommitdiffstats
path: root/util/inteltool
diff options
context:
space:
mode:
Diffstat (limited to 'util/inteltool')
-rw-r--r--util/inteltool/Makefile6
-rw-r--r--util/inteltool/amb.c5
-rw-r--r--util/inteltool/cpu.c5
-rw-r--r--util/inteltool/gfx.c6
-rw-r--r--util/inteltool/gpio.c5
-rw-r--r--util/inteltool/gpio_groups.c6
-rw-r--r--util/inteltool/inteltool.c8
-rw-r--r--util/inteltool/inteltool.h6
-rw-r--r--util/inteltool/ivy_memory.c2
-rw-r--r--util/inteltool/lpc.c8
-rw-r--r--util/inteltool/memory.c5
-rw-r--r--util/inteltool/pcie.c6
-rw-r--r--util/inteltool/pcr.c5
-rw-r--r--util/inteltool/pcr.h5
-rw-r--r--util/inteltool/powermgt.c7
-rw-r--r--util/inteltool/rootcmplx.c6
16 files changed, 14 insertions, 77 deletions
diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile
index bc6bcb3e3850..75daef0cefa0 100644
--- a/util/inteltool/Makefile
+++ b/util/inteltool/Makefile
@@ -1,9 +1,3 @@
-#
-# Makefile for inteltool utility
-#
-# Copyright (C) 2008 by coresystems GmbH
-# written by Stefan Reinauer <stepan@coresystems.de>
-#
# 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; either version 2 of the License, or
diff --git a/util/inteltool/amb.c b/util/inteltool/amb.c
index 506ba5fa0f43..67b5d8f814c3 100644
--- a/util/inteltool/amb.c
+++ b/util/inteltool/amb.c
@@ -1,8 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2012 Sven Schnelle <svens@stackframe.org>
- *
* 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.
diff --git a/util/inteltool/cpu.c b/util/inteltool/cpu.c
index e322e81028b6..f142455809cc 100644
--- a/util/inteltool/cpu.c
+++ b/util/inteltool/cpu.c
@@ -1,8 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- *
* 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.
diff --git a/util/inteltool/gfx.c b/util/inteltool/gfx.c
index 083e6c397def..e19f58ba5a69 100644
--- a/util/inteltool/gfx.c
+++ b/util/inteltool/gfx.c
@@ -1,9 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- * Copyright (C) 2012 Anton Kochkov
- *
* 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.
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c
index 01b187f731c5..692876445aab 100644
--- a/util/inteltool/gpio.c
+++ b/util/inteltool/gpio.c
@@ -1,8 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008 by coresystems GmbH
- *
* 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.
diff --git a/util/inteltool/gpio_groups.c b/util/inteltool/gpio_groups.c
index bb196a914e42..6f65f6d74f2f 100644
--- a/util/inteltool/gpio_groups.c
+++ b/util/inteltool/gpio_groups.c
@@ -1,9 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2017 secunet Security Networks AG
- * Copyright (C) 2019 YADRO
- *
* 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.
diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c
index 8d5d9942a7e3..12f8c6af68a8 100644
--- a/util/inteltool/inteltool.c
+++ b/util/inteltool/inteltool.c
@@ -1,11 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- * written by Stefan Reinauer <stepan@coresystems.de>
- * Copyright (C) 2009 Carl-Daniel Hailfinger
- * Copyright (C) 2017 secunet Security Networks AG
- *
* 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.
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index 0b1b476410d4..ba46887d9a57 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -1,9 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- * Copyright (C) 2009 Carl-Daniel Hailfinger
- *
* 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.
diff --git a/util/inteltool/ivy_memory.c b/util/inteltool/ivy_memory.c
index 16c1d8920c4f..2893c701213d 100644
--- a/util/inteltool/ivy_memory.c
+++ b/util/inteltool/ivy_memory.c
@@ -1,6 +1,4 @@
/*
- * Copyright (C) 2014 Vladimir Serbinenko
- *
* 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 or (at your option) any later version of the License.
diff --git a/util/inteltool/lpc.c b/util/inteltool/lpc.c
index 247c37acb91b..068ad037b6ee 100644
--- a/util/inteltool/lpc.c
+++ b/util/inteltool/lpc.c
@@ -1,11 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- * written by Stefan Reinauer <stepan@coresystems.de>
- * Copyright (C) 2017 secunet Security Networks AG
- * Copyright (C) 2020 Michael Niewöhner <foss@mniewoehner.de>
- *
* 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.
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c
index f5f3f94fd435..59b94ff050eb 100644
--- a/util/inteltool/memory.c
+++ b/util/inteltool/memory.c
@@ -1,8 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system. */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- *
* 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.
diff --git a/util/inteltool/pcie.c b/util/inteltool/pcie.c
index 38ef61f1d845..837afdd82f7f 100644
--- a/util/inteltool/pcie.c
+++ b/util/inteltool/pcie.c
@@ -1,9 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- * Copyright (C) 2012 Anton Kochkov
- *
* 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.
diff --git a/util/inteltool/pcr.c b/util/inteltool/pcr.c
index 8131fdd6a79c..231a61db7d15 100644
--- a/util/inteltool/pcr.c
+++ b/util/inteltool/pcr.c
@@ -1,8 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2017 secunet Security Networks AG
- *
* 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.
diff --git a/util/inteltool/pcr.h b/util/inteltool/pcr.h
index 4c272ff3a415..69826c3f2977 100644
--- a/util/inteltool/pcr.h
+++ b/util/inteltool/pcr.h
@@ -1,8 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2017 secunet Security Networks AG
- *
* 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.
diff --git a/util/inteltool/powermgt.c b/util/inteltool/powermgt.c
index 0edd3e8d6d94..a7a2035b008a 100644
--- a/util/inteltool/powermgt.c
+++ b/util/inteltool/powermgt.c
@@ -1,10 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- * written by Stefan Reinauer <stepan@coresystems.de>
- * Copyright (C) 2017 secunet Security Networks AG
- *
* 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.
diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c
index 8aa959b17454..6758c669ff31 100644
--- a/util/inteltool/rootcmplx.c
+++ b/util/inteltool/rootcmplx.c
@@ -1,9 +1,5 @@
+/* inteltool - dump all registers on an Intel CPU + chipset based system */
/*
- * inteltool - dump all registers on an Intel CPU + chipset based system.
- *
- * Copyright (C) 2008 by coresystems GmbH
- * written by Stefan Reinauer <stepan@coresystems.de>
- *
* 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.