diff options
author | Leah Rowe <info@minifree.org> | 2016-06-27 23:06:11 (EDT) |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-06-27 23:06:11 (EDT) |
commit | ffc88c45615ed5cdb0fc2df00de2d86f01d18bda (patch) | |
tree | 996ec4ffef59b2b8dde1df1bd55aabf5d90ccb1a /resources/scripts/helpers/build/module | |
parent | 832e17262fad58ad4601937fe50f9e43d32f444c (diff) | |
download | libreboot-ffc88c45615ed5cdb0fc2df00de2d86f01d18bda.zip libreboot-ffc88c45615ed5cdb0fc2df00de2d86f01d18bda.tar.gz libreboot-ffc88c45615ed5cdb0fc2df00de2d86f01d18bda.tar.bz2 |
Change Leah's surname back to Rowe
Diffstat (limited to 'resources/scripts/helpers/build/module')
-rwxr-xr-x | resources/scripts/helpers/build/module/bucts | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/coreboot | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/crossgcc | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/flashrom | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/grub | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/i945pwm | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/ich9deblob | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/memtest86plus | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/module/seabios | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/resources/scripts/helpers/build/module/bucts b/resources/scripts/helpers/build/module/bucts index 9b0edd6..152c3e3 100755 --- a/resources/scripts/helpers/build/module/bucts +++ b/resources/scripts/helpers/build/module/bucts @@ -2,7 +2,7 @@ # helper script: builds bucts source code # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot index 92e078a..f8d3e6c 100755 --- a/resources/scripts/helpers/build/module/coreboot +++ b/resources/scripts/helpers/build/module/coreboot @@ -2,7 +2,7 @@ # helper script: builds the dependencies that coreboot needs before building a ROM image # -# Copyright (C) 2014, 2015, 2016 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015, 2016 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/crossgcc b/resources/scripts/helpers/build/module/crossgcc index c586aab..a88427f 100755 --- a/resources/scripts/helpers/build/module/crossgcc +++ b/resources/scripts/helpers/build/module/crossgcc @@ -2,7 +2,7 @@ # helper script: builds crossgcc, needed by coreboot's build system # -# Copyright (C) 2016 Leah Woods <info@minifree.org> +# Copyright (C) 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/scripts/helpers/build/module/flashrom b/resources/scripts/helpers/build/module/flashrom index 156c11d..dd2cc93 100755 --- a/resources/scripts/helpers/build/module/flashrom +++ b/resources/scripts/helpers/build/module/flashrom @@ -2,7 +2,7 @@ # helper script: builds flashrom source code # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/grub b/resources/scripts/helpers/build/module/grub index 8f74135..c663777 100755 --- a/resources/scripts/helpers/build/module/grub +++ b/resources/scripts/helpers/build/module/grub @@ -2,7 +2,7 @@ # helper script: builds GRUB2 source code # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015, 2016 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/i945pwm b/resources/scripts/helpers/build/module/i945pwm index 73366f5..730d8e6 100755 --- a/resources/scripts/helpers/build/module/i945pwm +++ b/resources/scripts/helpers/build/module/i945pwm @@ -2,7 +2,7 @@ # helper script: builds i945-pwm source code # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/ich9deblob b/resources/scripts/helpers/build/module/ich9deblob index c4d067f..255e22b 100755 --- a/resources/scripts/helpers/build/module/ich9deblob +++ b/resources/scripts/helpers/build/module/ich9deblob @@ -2,7 +2,7 @@ # helper script: builds ich9deblob source code # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/memtest86plus b/resources/scripts/helpers/build/module/memtest86plus index b55e7c6..db66445 100755 --- a/resources/scripts/helpers/build/module/memtest86plus +++ b/resources/scripts/helpers/build/module/memtest86plus @@ -2,7 +2,7 @@ # helper script: builds memtest86+ source code # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/seabios b/resources/scripts/helpers/build/module/seabios index da1b059..2dd436c 100755 --- a/resources/scripts/helpers/build/module/seabios +++ b/resources/scripts/helpers/build/module/seabios @@ -2,7 +2,7 @@ # helper script: builds SeaBIOS source code # -# 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 |