diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 797b80e2..29567071 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1,7 +1,18 @@ #!/bin/bash # +# .---. . . +# | | | +# |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. +# | | (.-' (.-' ( | ( )| | | | )( )| | (.-' +# ' ' --' --' -' - -' ' ' -' -' -' ' - --' +# +# Freedom in the Cloud +# # Based on bin/freedombox-customize from freedom-maker # +# License +# ======= +# # 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 # the Free Software Foundation, either version 3 of the License, or diff --git a/src/freedombone-image-hardware-setup b/src/freedombone-image-hardware-setup index c0d147eb..dcce9fed 100755 --- a/src/freedombone-image-hardware-setup +++ b/src/freedombone-image-hardware-setup @@ -1,4 +1,30 @@ #!/bin/sh +# +# .---. . . +# | | | +# |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. +# | | (.-' (.-' ( | ( )| | | | )( )| | (.-' +# ' ' --' --' -' - -' ' ' -' -' -' ' - --' +# +# Freedom in the Cloud +# +# Hardware setup based on bin/freedombox-hardware-setup from freedom-maker +# +# License +# ======= +# +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . enable_serial_console() { # By default, spawn a console on the serial port diff --git a/src/freedombone-image-make b/src/freedombone-image-make index 5413e060..243e2a81 100755 --- a/src/freedombone-image-make +++ b/src/freedombone-image-make @@ -1,8 +1,19 @@ #!/bin/sh # +# .---. . . +# | | | +# |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. +# | | (.-' (.-' ( | ( )| | | | )( )| | (.-' +# ' ' --' --' -' - -' ' ' -' -' -' ' - --' +# +# Freedom in the Cloud +# # Based upon bin/mk-freedombox-image from freedom-maker # With non-free stuff removed # +# License +# ======= +# # 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 # the Free Software Foundation, either version 3 of the License, or diff --git a/src/freedombone-image-makefile b/src/freedombone-image-makefile index 8ff2f05f..ec424884 100755 --- a/src/freedombone-image-makefile +++ b/src/freedombone-image-makefile @@ -1,7 +1,18 @@ #!/usr/bin/make # +# .---. . . +# | | | +# |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. +# | | (.-' (.-' ( | ( )| | | | )( )| | (.-' +# ' ' --' --' -' - -' ' ' -' -' -' ' - --' +# +# Freedom in the Cloud +# # A debian image builder, based upon freedom-maker Makefile # +# License +# ======= +# # 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 # the Free Software Foundation, either version 3 of the License, or