From d8158b0a8f05a65c823011a95a045a1c39943e06 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Fri, 06 May 2016 04:15:27 -0400 Subject: backport changes to master branch --- (limited to 'resources/utilities') diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 12e6dc5..f07ab6d 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 Minifree Ltd +# Copyright (C) 2014, 2015 Leah Woods # # 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 ca1540a..a41927f 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 Minifree Ltd +# Copyright (C) 2014, 2015 Leah Woods # # 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 57e20b9..cd36993 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 Minifree Ltd +# Copyright (C) 2014, 2015 Leah Woods # # 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 47f5dd5..7e394e4 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 Minifree Ltd +# Copyright (C) 2014, 2015 Leah Woods # # 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 a79f58c..961e8e2 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 Minifree Ltd + * Copyright (C) 2014, 2015 Leah Woods * Copyright (C) 2014 Steve Shenton * * 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 a497693..9e4ff71 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 Minifree Ltd + * Copyright (C) 2014, 2015 Leah Woods * Copyright (C) 2014 Steve Shenton * * 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 aaf1d88..582ab4c 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 - * Minifree Ltd + * Leah Woods * * 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 26c120b..b04f181 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 - * Minifree Ltd + * Leah Woods * * 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 7f89553..bd520a8 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 Minifree Ltd + * Copyright (C) 2014, 2015 Leah Woods * Copyright (C) 2014 Steve Shenton * * 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 f9aa394..1677f5c 100644 --- a/resources/utilities/ich9deblob/src/demefactory.h +++ b/resources/utilities/ich9deblob/src/demefactory.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Minifree Ltd + * Copyright (C) 2015 Leah Woods * * 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 6d9aa9b..c760c25 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 Minifree Ltd + * Copyright (C) 2014, 2015 Leah Woods * Copyright (C) 2014 Steve Shenton * * 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 d4f5ad6..1702a9b 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 Minifree Ltd + * Copyright (C) 2014, 2015 Leah Woods * Copyright (C) 2014 Steve Shenton * * 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 593c200..257451c 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 - * Minifree Ltd + * Leah Woods * * 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 e075388..75e9380 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 - * Minifree Ltd + * Leah Woods * * 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 8f3b46a..5912f56 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 - * Copyright (C) 2014,2015 Minifree Ltd + * Copyright (C) 2014,2015 Leah Woods * * 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 de2b55e..750ae68 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 - * Minifree Ltd + * Leah Woods * * 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 33c318c..bc3de20 100644 --- a/resources/utilities/ich9deblob/src/ich9gen.c +++ b/resources/utilities/ich9deblob/src/ich9gen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014, 2015 Minifree Ltd + * Copyright (C) 2014, 2015 Leah Woods * * 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 a050c47..a4d7404 100644 --- a/resources/utilities/ich9deblob/src/ich9gen.h +++ b/resources/utilities/ich9deblob/src/ich9gen.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Minifree Ltd + * Copyright (C) 2014 Leah Woods * * 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 8afd7c4..e872d21 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 Minifree Ltd + * Copyright (C) 2014, 2015 Leah Woods * * 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 2cdf39c..64b344f 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h +++ b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Minifree Ltd + * Copyright (C) 2014 Leah Woods * * 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 c644a9c..0057c7e 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c +++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Minifree Ltd + * Copyright (C) 2014 Leah Woods * * 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 f6b6a8b..99566fc 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h +++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Minifree Ltd + * Copyright (C) 2014 Leah Woods * * 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 -- cgit v0.9.1