diff options
author | Leah Rowe <info@minifree.org> | 2016-06-27 23:09:08 (EDT) |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-06-27 23:09:08 (EDT) |
commit | d89e0ec8579e894c9ba8a846eafd7052171e497a (patch) | |
tree | c0a3ace528197b1e381f210ac63a2621c94b52ba /resources/scripts/helpers/download | |
parent | 104e26ba424d05e822ae58ff2c7b6f6f159588d5 (diff) | |
download | libreboot-d89e0ec8579e894c9ba8a846eafd7052171e497a.zip libreboot-d89e0ec8579e894c9ba8a846eafd7052171e497a.tar.gz libreboot-d89e0ec8579e894c9ba8a846eafd7052171e497a.tar.bz2 |
Backport changes to master branch
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/bucts | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/grub | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/memtest86plus | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/seabios | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index e55cf8b..e516ade 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -2,7 +2,7 @@ # helper script: downloads bucts and patches it # -# 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/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 7adc30d..5fd28d4 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -2,7 +2,7 @@ # helper script: downloads coreboot and patches/deblobs it # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index 333b8d0..46e43fa 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -2,7 +2,7 @@ # helper script: downloads flashrom and patches it # -# 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/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index 6d23802..056b33f 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -2,7 +2,7 @@ # helper script: Downloads GRUB and patches it. # -# 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/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index de0944d..590d98f 100755 --- a/resources/scripts/helpers/download/memtest86plus +++ b/resources/scripts/helpers/download/memtest86plus @@ -2,7 +2,7 @@ # helper script: Downloads MemTest86+ and patches it # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Joseph Michael Thompson <jmt@josepht.me> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 3cb4172..d0dd94f 100755 --- a/resources/scripts/helpers/download/seabios +++ b/resources/scripts/helpers/download/seabios @@ -2,7 +2,7 @@ # helper script: Downloads SeaBIOS and patches it. # -# 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 |