diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-01 17:42:57 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-01 17:42:57 (EST) |
commit | 89540fdd793d23696a9ab647ed56fea7c93de01c (patch) | |
tree | b03a6aede83afbdeb466be3905d1df40bb40f23f | |
parent | f15021cec0bcce3266bd63c5b0df1d89aedef496 (diff) | |
download | libreboot-89540fdd793d23696a9ab647ed56fea7c93de01c.zip libreboot-89540fdd793d23696a9ab647ed56fea7c93de01c.tar.gz libreboot-89540fdd793d23696a9ab647ed56fea7c93de01c.tar.bz2 |
various scripts: Update copyright year
-rwxr-xr-x | build | 2 | ||||
-rwxr-xr-x | buildrom-withgrub | 2 | ||||
-rwxr-xr-x | ich9macchange | 2 | ||||
-rwxr-xr-x | lenovobios_firstflash | 2 | ||||
-rwxr-xr-x | lenovobios_secondflash | 2 | ||||
-rwxr-xr-x | mkextbuild | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -3,7 +3,7 @@ # # build script: builds the ROM images with GRUB payloads and puts them in ./bin/ # -# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> # # 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/buildrom-withgrub b/buildrom-withgrub index cc3283c..7baafa3 100755 --- a/buildrom-withgrub +++ b/buildrom-withgrub @@ -3,7 +3,7 @@ # buildrom-withgrub script: this generically builds the ROM images. # The ROM images built by this script will use the GRUB payload. # -# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> # # 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/ich9macchange b/ich9macchange index d3200b2..b354448 100755 --- a/ich9macchange +++ b/ich9macchange @@ -2,7 +2,7 @@ # ich9macchange script: uses ich9gen to change the MAC address on GM45/GS45 machines. # -# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> # # 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/lenovobios_firstflash b/lenovobios_firstflash index 2d8ccec..4230c3b 100755 --- a/lenovobios_firstflash +++ b/lenovobios_firstflash @@ -2,7 +2,7 @@ # lenovobios_firstflash: flashes libreboot on an X60/T60 while Lenovo BIOS is running # -# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> # # 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/lenovobios_secondflash b/lenovobios_secondflash index 7a3a7d7..8c068c7 100755 --- a/lenovobios_secondflash +++ b/lenovobios_secondflash @@ -2,7 +2,7 @@ # lenovobios_secondflash: flashes libreboot during 2nd boot, after 1st initial overwrite of the lenovo bios on X60/T60 # -# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> # # 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 @@ -4,7 +4,7 @@ # that don't easily cross-compile. Then the tarball can be extracted # on those machines with the target architecture, and compiled. # -# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> # # 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 |