From af9e6a3fd2e2eca34326dc1599ab43291d45079a Mon Sep 17 00:00:00 2001 From: Minifree Ltd Date: Tue, 26 Apr 2016 11:31:18 -0400 Subject: backport changes to master branch --- (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/build/clean/bucts b/resources/scripts/helpers/build/clean/bucts index 84bd4da..a50621b 100755 --- a/resources/scripts/helpers/build/clean/bucts +++ b/resources/scripts/helpers/build/clean/bucts @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in bucts # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/clean/coreboot b/resources/scripts/helpers/build/clean/coreboot index 58d13bc..333caf6 100755 --- a/resources/scripts/helpers/build/clean/coreboot +++ b/resources/scripts/helpers/build/clean/coreboot @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in coreboot # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/clean/flashrom b/resources/scripts/helpers/build/clean/flashrom index 2a16adc..478b61e 100755 --- a/resources/scripts/helpers/build/clean/flashrom +++ b/resources/scripts/helpers/build/clean/flashrom @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in flashrom # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/clean/grub b/resources/scripts/helpers/build/clean/grub index e4b4a65..6fb28b9 100755 --- a/resources/scripts/helpers/build/clean/grub +++ b/resources/scripts/helpers/build/clean/grub @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in GRUB # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/clean/i945pwm b/resources/scripts/helpers/build/clean/i945pwm index 3e1d66d..bd5cff4 100755 --- a/resources/scripts/helpers/build/clean/i945pwm +++ b/resources/scripts/helpers/build/clean/i945pwm @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in i945pwm # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/clean/ich9deblob b/resources/scripts/helpers/build/clean/ich9deblob index 2c952ac..9ea9bfc 100755 --- a/resources/scripts/helpers/build/clean/ich9deblob +++ b/resources/scripts/helpers/build/clean/ich9deblob @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in ich9deblob # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/clean/memtest86plus b/resources/scripts/helpers/build/clean/memtest86plus index e6a9218..d05e6e6 100755 --- a/resources/scripts/helpers/build/clean/memtest86plus +++ b/resources/scripts/helpers/build/clean/memtest86plus @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in memtest86+ # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/clean/rom_images b/resources/scripts/helpers/build/clean/rom_images index f0c342a..b2db935 100755 --- a/resources/scripts/helpers/build/clean/rom_images +++ b/resources/scripts/helpers/build/clean/rom_images @@ -2,7 +2,7 @@ # helper script: delete the ROM images # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/clean/seabios b/resources/scripts/helpers/build/clean/seabios index 02c5baf..6b0f1b1 100644 --- a/resources/scripts/helpers/build/clean/seabios +++ b/resources/scripts/helpers/build/clean/seabios @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in seabios # -# Copyright (C) 2015 Francis Rowe +# Copyright (C) 2015 Minifree Ltd # # 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/config/dcmodify b/resources/scripts/helpers/build/config/dcmodify index e71af26..d57314d 100755 --- a/resources/scripts/helpers/build/config/dcmodify +++ b/resources/scripts/helpers/build/config/dcmodify @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to modify them # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/config/dcreplace b/resources/scripts/helpers/build/config/dcreplace index 85b765c..e89e5a0 100755 --- a/resources/scripts/helpers/build/config/dcreplace +++ b/resources/scripts/helpers/build/config/dcreplace @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to replace them # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/config/dcupdate b/resources/scripts/helpers/build/config/dcupdate index fd3a99c..676e2f3 100755 --- a/resources/scripts/helpers/build/config/dcupdate +++ b/resources/scripts/helpers/build/config/dcupdate @@ -3,7 +3,7 @@ # # helper script: run "make oldconfig" on all coreboot config files # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/config/grubmodify b/resources/scripts/helpers/build/config/grubmodify index dc86653..8b3c83d 100755 --- a/resources/scripts/helpers/build/config/grubmodify +++ b/resources/scripts/helpers/build/config/grubmodify @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to modify them # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/config/grubreplace b/resources/scripts/helpers/build/config/grubreplace index 36d4558..18b3bf8 100755 --- a/resources/scripts/helpers/build/config/grubreplace +++ b/resources/scripts/helpers/build/config/grubreplace @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to replace them # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/config/grubupdate b/resources/scripts/helpers/build/config/grubupdate index 6390253..ea5f673 100755 --- a/resources/scripts/helpers/build/config/grubupdate +++ b/resources/scripts/helpers/build/config/grubupdate @@ -3,7 +3,7 @@ # # helper script: run "make oldconfig" on all coreboot config files # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/config/seabiosmodify b/resources/scripts/helpers/build/config/seabiosmodify index 750fcad..319c9ae 100755 --- a/resources/scripts/helpers/build/config/seabiosmodify +++ b/resources/scripts/helpers/build/config/seabiosmodify @@ -3,7 +3,7 @@ # # helper script: update the seabios config # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/config/seabiosupdate b/resources/scripts/helpers/build/config/seabiosupdate index 160cb53..7f48d6f 100755 --- a/resources/scripts/helpers/build/config/seabiosupdate +++ b/resources/scripts/helpers/build/config/seabiosupdate @@ -3,7 +3,7 @@ # # helper script: update the seabios config # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola index cc50095..ef8cacd 100755 --- a/resources/scripts/helpers/build/dependencies/parabola +++ b/resources/scripts/helpers/build/dependencies/parabola @@ -4,7 +4,7 @@ # this script is based on the script for Trisquel 7 # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7 index d2de073..480adf4 100755 --- a/resources/scripts/helpers/build/dependencies/trisquel7 +++ b/resources/scripts/helpers/build/dependencies/trisquel7 @@ -2,7 +2,7 @@ # for_trisquel7 script: installs build dependencies for Trisquel 7 # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/bucts b/resources/scripts/helpers/build/module/bucts index e011484..475fa04 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # 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 09d3cde..88c7032 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/flashrom b/resources/scripts/helpers/build/module/flashrom index 920b77d..2f67649 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # 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 030dd95..c02d4e0 100755 --- a/resources/scripts/helpers/build/module/grub +++ b/resources/scripts/helpers/build/module/grub @@ -2,7 +2,7 @@ # helper script: builds GRUB source code # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # 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 0db8270..6b7b6f0 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # 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 2ca54c7..5f52bf7 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # 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 bcc7fbf..3655b85 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # 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 d869c03..7439c73 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 Francis Rowe +# Copyright (C) 2015 Minifree Ltd # # 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/release/docs b/resources/scripts/helpers/build/release/docs index 54faac5..3a68574 100755 --- a/resources/scripts/helpers/build/release/docs +++ b/resources/scripts/helpers/build/release/docs @@ -4,7 +4,7 @@ # helper script: generate the documentation release archive # # Copyright (C) 2015 Patrick "P. J." McDermott -# Copyright (C) 2015 Francis Rowe +# Copyright (C) 2015 Minifree Ltd # # 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/release/roms b/resources/scripts/helpers/build/release/roms index c6c5c5c..97ee50d 100755 --- a/resources/scripts/helpers/build/release/roms +++ b/resources/scripts/helpers/build/release/roms @@ -3,7 +3,7 @@ # # helper script: generate the ROM image release archives # -# Copyright (C) 2015 Francis Rowe +# Copyright (C) 2015 Minifree Ltd # Copyright (C) 2015 Patrick "P. J." McDermott # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/release/sha512sums b/resources/scripts/helpers/build/release/sha512sums index 456764b..2dfdb53 100755 --- a/resources/scripts/helpers/build/release/sha512sums +++ b/resources/scripts/helpers/build/release/sha512sums @@ -3,7 +3,7 @@ # # helper script: create sha512sum file for the current snapshot # -# Copyright (C) 2015 Francis Rowe +# Copyright (C) 2015 Minifree Ltd # # 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/release/src b/resources/scripts/helpers/build/release/src index b866d12..d2aa37c 100755 --- a/resources/scripts/helpers/build/release/src +++ b/resources/scripts/helpers/build/release/src @@ -3,7 +3,7 @@ # # helper script: generate the source release archive # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Patrick "P. J." McDermott # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/release/tobuild b/resources/scripts/helpers/build/release/tobuild index ad8bac9..c97239d 100755 --- a/resources/scripts/helpers/build/release/tobuild +++ b/resources/scripts/helpers/build/release/tobuild @@ -4,7 +4,7 @@ # that don't easily cross-compile. Then the tarball can be extracted # on those systems with the target architecture, and compiled. # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/release/util b/resources/scripts/helpers/build/release/util index 95bc234..1ce063a 100755 --- a/resources/scripts/helpers/build/release/util +++ b/resources/scripts/helpers/build/release/util @@ -3,7 +3,7 @@ # # helper script: generate the release archives # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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/roms/withdepthcharge b/resources/scripts/helpers/build/roms/withdepthcharge index 8ae80a7..714bade 100755 --- a/resources/scripts/helpers/build/roms/withdepthcharge +++ b/resources/scripts/helpers/build/roms/withdepthcharge @@ -2,7 +2,7 @@ # helper script: build ROM images with depthcharge and put them in ./bin/ # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Paul Kocialkowski # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index 3a77f82..8e60434 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -3,7 +3,7 @@ # # helper script: build ROM images with GRUB and put them in ./bin/ # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 4542bc7..bb46812 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -2,7 +2,7 @@ # helper script: create ROM images for a given system, with GRUB # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Klemens Nanni # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index 6e615d7..61d6e66 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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 f223400..de8700a 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Paul Kocialkowski # # 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 edf363a..5b75d5f 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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 66fd68b..f9d7f8c 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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 88ba855..843235b 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 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # Copyright (C) 2015 Joseph Michael Thompson # Copyright (C) 2015 Klemens Nanni # diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 98f03fa..9eff87a 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 Francis Rowe +# Copyright (C) 2015 Minifree Ltd # # 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/misc/powertop.trisquel7 b/resources/scripts/misc/powertop.trisquel7 index 473c8e2..40f0a4a 100755 --- a/resources/scripts/misc/powertop.trisquel7 +++ b/resources/scripts/misc/powertop.trisquel7 @@ -2,7 +2,7 @@ # powertop.trisquel7: automatically sets up powertop --auto-tune on startup in trisquel 7 # -# Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2014, 2015 Minifree Ltd # # 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