summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/src/common
diff options
context:
space:
mode:
authorMinifree Ltd <info@minifree.org>2016-04-26 11:31:18 (EDT)
committer Minifree Ltd <info@minifree.org>2016-04-26 11:32:54 (EDT)
commitaf9e6a3fd2e2eca34326dc1599ab43291d45079a (patch)
treee06c3ef15ac7e40f7fd0449a12893fd5166b53ea /resources/utilities/ich9deblob/src/common
parente9af4fb2e6bd2ce01f5a4eb8bdc98c64bde83a3a (diff)
downloadlibreboot-af9e6a3fd2e2eca34326dc1599ab43291d45079a.zip
libreboot-af9e6a3fd2e2eca34326dc1599ab43291d45079a.tar.gz
libreboot-af9e6a3fd2e2eca34326dc1599ab43291d45079a.tar.bz2
backport changes to master branch
Diffstat (limited to 'resources/utilities/ich9deblob/src/common')
-rw-r--r--resources/utilities/ich9deblob/src/common/descriptor_gbe.c2
-rw-r--r--resources/utilities/ich9deblob/src/common/descriptor_gbe.h2
-rw-r--r--resources/utilities/ich9deblob/src/common/x86compatibility.c2
-rw-r--r--resources/utilities/ich9deblob/src/common/x86compatibility.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/resources/utilities/ich9deblob/src/common/descriptor_gbe.c b/resources/utilities/ich9deblob/src/common/descriptor_gbe.c
index b293b56..a79f58c 100644
--- a/resources/utilities/ich9deblob/src/common/descriptor_gbe.c
+++ b/resources/utilities/ich9deblob/src/common/descriptor_gbe.c
@@ -4,7 +4,7 @@
*
* Purpose: common descriptor/gbe functions used by ich9deblob
*
- * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org>
* Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org>
*
* This program is free software: you can redistribute it and/or modify
diff --git a/resources/utilities/ich9deblob/src/common/descriptor_gbe.h b/resources/utilities/ich9deblob/src/common/descriptor_gbe.h
index e4f637e..a497693 100644
--- a/resources/utilities/ich9deblob/src/common/descriptor_gbe.h
+++ b/resources/utilities/ich9deblob/src/common/descriptor_gbe.h
@@ -4,7 +4,7 @@
*
* Purpose: header file for descriptor_gbe.c
*
- * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org>
* Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org>
*
* This program is free software: you can redistribute it and/or modify
diff --git a/resources/utilities/ich9deblob/src/common/x86compatibility.c b/resources/utilities/ich9deblob/src/common/x86compatibility.c
index f172d9a..aaf1d88 100644
--- a/resources/utilities/ich9deblob/src/common/x86compatibility.c
+++ b/resources/utilities/ich9deblob/src/common/x86compatibility.c
@@ -5,7 +5,7 @@
* Purpose: compiler/cpu compatibility checks. ich9deblob is not portable, yet.
*
* Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org>
- * Francis Rowe <info@gluglug.org.uk>
+ * Minifree Ltd <info@minifree.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
diff --git a/resources/utilities/ich9deblob/src/common/x86compatibility.h b/resources/utilities/ich9deblob/src/common/x86compatibility.h
index 9460b28..26c120b 100644
--- a/resources/utilities/ich9deblob/src/common/x86compatibility.h
+++ b/resources/utilities/ich9deblob/src/common/x86compatibility.h
@@ -5,7 +5,7 @@
* Purpose: keep gcc/make happy. no actual code here, just function definitions.
*
* Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org>
- * Francis Rowe <info@gluglug.org.uk>
+ * Minifree Ltd <info@minifree.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