summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob
diff options
context:
space:
mode:
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r--resources/utilities/ich9deblob/Makefile2
-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
-rw-r--r--resources/utilities/ich9deblob/src/demefactory.c2
-rw-r--r--resources/utilities/ich9deblob/src/demefactory.h2
-rw-r--r--resources/utilities/ich9deblob/src/descriptor/descriptor.c2
-rw-r--r--resources/utilities/ich9deblob/src/descriptor/descriptor.h2
-rw-r--r--resources/utilities/ich9deblob/src/gbe/gbe.c2
-rw-r--r--resources/utilities/ich9deblob/src/gbe/gbe.h2
-rw-r--r--resources/utilities/ich9deblob/src/ich9deblob.c2
-rw-r--r--resources/utilities/ich9deblob/src/ich9deblob.h2
-rw-r--r--resources/utilities/ich9deblob/src/ich9gen.c2
-rw-r--r--resources/utilities/ich9deblob/src/ich9gen.h2
-rw-r--r--resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c2
-rw-r--r--resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h2
-rw-r--r--resources/utilities/ich9deblob/src/ich9gen/mkgbe.c2
-rw-r--r--resources/utilities/ich9deblob/src/ich9gen/mkgbe.h2
19 files changed, 19 insertions, 19 deletions
diff --git a/resources/utilities/ich9deblob/Makefile b/resources/utilities/ich9deblob/Makefile
index 563b43c..47f5dd5 100644
--- a/resources/utilities/ich9deblob/Makefile
+++ b/resources/utilities/ich9deblob/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for ich9deblob utility from libreboot project
#
-# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
+# Copyright (C) 2014, 2015 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/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
diff --git a/resources/utilities/ich9deblob/src/demefactory.c b/resources/utilities/ich9deblob/src/demefactory.c
index 56618f5..7f89553 100644
--- a/resources/utilities/ich9deblob/src/demefactory.c
+++ b/resources/utilities/ich9deblob/src/demefactory.c
@@ -5,7 +5,7 @@
* Purpose: disable ME on GM45 factory firmware, but leave region intact
* enable read-write on all regions
*
- * 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/demefactory.h b/resources/utilities/ich9deblob/src/demefactory.h
index 767c547..f9aa394 100644
--- a/resources/utilities/ich9deblob/src/demefactory.h
+++ b/resources/utilities/ich9deblob/src/demefactory.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2015 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/descriptor/descriptor.c b/resources/utilities/ich9deblob/src/descriptor/descriptor.c
index 5a89813..6d9aa9b 100644
--- a/resources/utilities/ich9deblob/src/descriptor/descriptor.c
+++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.c
@@ -2,7 +2,7 @@
* descriptor/descriptor.c
* This file is part of the ich9deblob utility from the libreboot project
*
- * 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/descriptor/descriptor.h b/resources/utilities/ich9deblob/src/descriptor/descriptor.h
index 64e381c..d4f5ad6 100644
--- a/resources/utilities/ich9deblob/src/descriptor/descriptor.h
+++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.h
@@ -2,7 +2,7 @@
* descriptor/descriptor.h
* This file is part of the ich9deblob utility from the libreboot project
*
- * 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/gbe/gbe.c b/resources/utilities/ich9deblob/src/gbe/gbe.c
index 3a594bc..593c200 100644
--- a/resources/utilities/ich9deblob/src/gbe/gbe.c
+++ b/resources/utilities/ich9deblob/src/gbe/gbe.c
@@ -3,7 +3,7 @@
* This file is part of the ich9deblob utility from the libreboot project
*
* 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/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h
index d4851e8..e075388 100644
--- a/resources/utilities/ich9deblob/src/gbe/gbe.h
+++ b/resources/utilities/ich9deblob/src/gbe/gbe.h
@@ -3,7 +3,7 @@
* This file is part of the ich9deblob utility from the libreboot project
*
* 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/ich9deblob.c b/resources/utilities/ich9deblob/src/ich9deblob.c
index 97db628..8f3b46a 100644
--- a/resources/utilities/ich9deblob/src/ich9deblob.c
+++ b/resources/utilities/ich9deblob/src/ich9deblob.c
@@ -5,7 +5,7 @@
* Purpose: disable and remove the ME from ich9m/gm45 systems in coreboot.
*
* Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org>
- * Copyright (C) 2014,2015 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014,2015 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/ich9deblob.h b/resources/utilities/ich9deblob/src/ich9deblob.h
index 490d2f3..de2b55e 100644
--- a/resources/utilities/ich9deblob/src/ich9deblob.h
+++ b/resources/utilities/ich9deblob/src/ich9deblob.h
@@ -5,7 +5,7 @@
* Purpose: header file for ich9deblob.c
*
* 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/ich9gen.c b/resources/utilities/ich9deblob/src/ich9gen.c
index df5da79..33c318c 100644
--- a/resources/utilities/ich9deblob/src/ich9gen.c
+++ b/resources/utilities/ich9deblob/src/ich9gen.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014, 2015 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/ich9gen.h b/resources/utilities/ich9deblob/src/ich9gen.h
index 38b6ce4..a050c47 100644
--- a/resources/utilities/ich9deblob/src/ich9gen.h
+++ b/resources/utilities/ich9deblob/src/ich9gen.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014 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/ich9gen/mkdescriptor.c b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c
index 3503d54..8afd7c4 100644
--- a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c
+++ b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014, 2015 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/ich9gen/mkdescriptor.h b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h
index 3167a9d..2cdf39c 100644
--- a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h
+++ b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014 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/ich9gen/mkgbe.c b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c
index bde7bef..c644a9c 100644
--- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c
+++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014 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/ich9gen/mkgbe.h b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h
index b7be8b3..f6b6a8b 100644
--- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h
+++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk>
+ * Copyright (C) 2014 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