summaryrefslogtreecommitdiff
path: root/util/inteltool
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-08 19:28:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-09 21:21:32 +0000
commitea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch)
treeadfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/inteltool
parent2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff)
downloadcoreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.xz
AUTHORS, util/: Drop individual copyright notices
We have the git history which is a more reliable librarian. Change-Id: Idbcc5ceeb33804204e56d62491cb58146f7c9f37 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: ron minnich <rminnich@gmail.com>
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 bc6bcb3e38..75daef0cef 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 506ba5fa0f..67b5d8f814 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 e322e81028..f142455809 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 083e6c397d..e19f58ba5a 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 01b187f731..692876445a 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 bb196a914e..6f65f6d74f 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 8d5d9942a7..12f8c6af68 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 0b1b476410..ba46887d9a 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 16c1d8920c..2893c70121 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 247c37acb9..068ad037b6 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 f5f3f94fd4..59b94ff050 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 38ef61f1d8..837afdd82f 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 8131fdd6a7..231a61db7d 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 4c272ff3a4..69826c3f29 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 0edd3e8d6d..a7a2035b00 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 8aa959b174..6758c669ff 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.