aboutsummaryrefslogtreecommitdiff
path: root/resources/utilities
diff options
context:
space:
mode:
Diffstat (limited to 'resources/utilities')
-rwxr-xr-xresources/utilities/coreboot-libre/deblob2
-rwxr-xr-xresources/utilities/coreboot-libre/findblobs2
-rwxr-xr-xresources/utilities/grub-assemble/gen.sh2
-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
22 files changed, 22 insertions, 22 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob
index ab3f38bf..8f5ff6a5 100755
--- a/resources/utilities/coreboot-libre/deblob
+++ b/resources/utilities/coreboot-libre/deblob
@@ -2,7 +2,7 @@
# DEBLOB script: deblobs the version of coreboot used for this release.
#
-# Copyright (C) 2014, 2015, 2016 Leah Woods <info@minifree.org>
+# Copyright (C) 2014, 2015, 2016 Leah Rowe <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/coreboot-libre/findblobs b/resources/utilities/coreboot-libre/findblobs
index aee28b32..2e80a7bc 100755
--- a/resources/utilities/coreboot-libre/findblobs
+++ b/resources/utilities/coreboot-libre/findblobs
@@ -2,7 +2,7 @@
# find blobs in coreboot
#
-# Copyright (C) 2014, 2015, 2016 Leah Woods <info@minifree.org>
+# Copyright (C) 2014, 2015, 2016 Leah Rowe <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/grub-assemble/gen.sh b/resources/utilities/grub-assemble/gen.sh
index ecedf456..049b44b6 100755
--- a/resources/utilities/grub-assemble/gen.sh
+++ b/resources/utilities/grub-assemble/gen.sh
@@ -2,7 +2,7 @@
# grub-assemble gen.sh: generate GRUB ELF files (coreboot payloads)
#
-# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org>
+# Copyright (C) 2014, 2015 Leah Rowe <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/Makefile b/resources/utilities/ich9deblob/Makefile
index 7e394e43..dad57e7f 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 Leah Woods <info@minifree.org>
+# Copyright (C) 2014, 2015 Leah Rowe <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 961e8e27..1c1ad32b 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 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014, 2015 Leah Rowe <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 9e4ff710..b3713c80 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 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014, 2015 Leah Rowe <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 582ab4c0..362c634b 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>
- * Leah Woods <info@minifree.org>
+ * Leah Rowe <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 b04f181e..5a598adc 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>
- * Leah Woods <info@minifree.org>
+ * Leah Rowe <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 bd520a82..596118cf 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 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014, 2015 Leah Rowe <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 1677f5cb..7226886b 100644
--- a/resources/utilities/ich9deblob/src/demefactory.h
+++ b/resources/utilities/ich9deblob/src/demefactory.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Leah Woods <info@minifree.org>
+ * Copyright (C) 2015 Leah Rowe <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 c760c253..18e4e17a 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 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014, 2015 Leah Rowe <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 1702a9b3..38a55df8 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 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014, 2015 Leah Rowe <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 257451ce..d04b8f2a 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>
- * Leah Woods <info@minifree.org>
+ * Leah Rowe <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 75e9380a..49474942 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>
- * Leah Woods <info@minifree.org>
+ * Leah Rowe <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 5912f561..cc904d9c 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 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014,2015 Leah Rowe <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 750ae68f..c11ea290 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>
- * Leah Woods <info@minifree.org>
+ * Leah Rowe <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 57bf54bd..b3a2c9f1 100644
--- a/resources/utilities/ich9deblob/src/ich9gen.c
+++ b/resources/utilities/ich9deblob/src/ich9gen.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014, 2015 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org>
* Copyright (C) 2016 Swift Geek <swiftgeek@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
diff --git a/resources/utilities/ich9deblob/src/ich9gen.h b/resources/utilities/ich9deblob/src/ich9gen.h
index a4d74046..6b346b06 100644
--- a/resources/utilities/ich9deblob/src/ich9gen.h
+++ b/resources/utilities/ich9deblob/src/ich9gen.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014 Leah Rowe <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 e872d210..3b97a97b 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 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014, 2015 Leah Rowe <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 64b344f7..8663db8c 100644
--- a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h
+++ b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014 Leah Rowe <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 0057c7ef..bebe1ce1 100644
--- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c
+++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014 Leah Rowe <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 99566fc8..16974172 100644
--- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h
+++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Leah Woods <info@minifree.org>
+ * Copyright (C) 2014 Leah Rowe <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