summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali>2003-03-03 16:36:13 +0000
committerkhali <khali>2003-03-03 16:36:13 +0000
commit386578d244a4f0d359f638a26bf71d05ec7ee65c (patch)
tree4a4b2bb79ec1c13318f238ea4dcd66cf5ba60347
parent9ee7c339fa99777759fb7782bf1bb472488a6d2d (diff)
downloaddmidecode-386578d244a4f0d359f638a26bf71d05ec7ee65c.tar.gz
Moved thanks to AUTHORS.
-rw-r--r--AUTHORS11
-rw-r--r--biosdecode.c8
-rw-r--r--dmidecode.c8
3 files changed, 10 insertions, 17 deletions
diff --git a/AUTHORS b/AUTHORS
index 59219d8..23a5f68 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,8 +4,17 @@ Jean Delvare <khali@linux-fr.org>
ORIGINAL AUTHOR
Alan Cox <alan@redhat.com>
-CONTRIBUTORS (IN CHRONOLOGICAL ORDER)
+CODE CONTRIBUTORS (IN CHRONOLOGICAL ORDER)
Matt Domsch <Matt_Domsch@dell.com>
Arjan van de Ven <arjanv@redhat.com>
Mark D. Studebaker <mds@paradyne.com>
Larry Lile <llile@dreamworks.com>
+
+SUPPORT (IN CHRONOLOGICAL ORDER)
+Werner Heuser
+Alexandre Duret-Lutz
+Xavier Roche
+Pamella Huntley
+Gael Stephan
+Sebastian Henschel
+Richard Sharpe
diff --git a/biosdecode.c b/biosdecode.c
index e68163c..8454305 100644
--- a/biosdecode.c
+++ b/biosdecode.c
@@ -50,14 +50,6 @@
* - Microsoft "PCI IRQ Routing Table Specification"
* Version 1.0
* http://www.microsoft.com/hwdev/archive/BUSBIOS/pciirq.asp
- *
- * Thanks to:
- * Werner Heuser
- * Alexandre Duret-Lutz
- * Xavier Roche
- * Pam Huntley
- * Gael Stephan
- * Sebastian Henschel
*/
#include <sys/types.h>
diff --git a/dmidecode.c b/dmidecode.c
index 1f5643f..2e3de7e 100644
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -145,14 +145,6 @@
* - DMTF Master MIF version 020507
* "DMTF approved standard groups"
* http://www.dmtf.org/standards/standard_dmi.php
- *
- * Thanks to:
- * Werner Heuser
- * Alexandre Duret-Lutz
- * Xavier Roche
- * Pam Huntley
- * Gael Stephan
- * Sebastian Henschel
*/
#include <sys/types.h>