From 71503f2297c61424484088ed9765c7ebb6bedfec Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Sat, 21 Nov 2015 11:25:32 +0000
Subject: [PATCH] License headers

---
 src/freedombone-image-customise      | 11 +++++++++++
 src/freedombone-image-hardware-setup | 26 ++++++++++++++++++++++++++
 src/freedombone-image-make           | 11 +++++++++++
 src/freedombone-image-makefile       | 11 +++++++++++
 4 files changed, 59 insertions(+)

diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise
index 797b80e20..295670717 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 c0d147eb8..dcce9fedb 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 <http://www.gnu.org/licenses/>.
 
 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 5413e060e..243e2a81d 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 8ff2f05f6..ec4248848 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
-- 
GitLab