ソースを参照

License headers

Bob Mottram 9 年 前
コミット
71503f2297
共有4 個のファイルを変更した59 個の追加0 個の削除を含む
  1. 11
    0
      src/freedombone-image-customise
  2. 26
    0
      src/freedombone-image-hardware-setup
  3. 11
    0
      src/freedombone-image-make
  4. 11
    0
      src/freedombone-image-makefile

+ 11
- 0
src/freedombone-image-customise ファイルの表示

@@ -1,7 +1,18 @@
1 1
 #!/bin/bash
2 2
 #
3
+# .---.                  .              .
4
+# |                      |              |
5
+# |--- .--. .-.  .-.  .-.|  .-. .--.--. |.-.  .-. .--.  .-.
6
+# |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
7
+# '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
8
+#
9
+#                    Freedom in the Cloud
10
+#
3 11
 # Based on bin/freedombox-customize from freedom-maker
4 12
 #
13
+# License
14
+# =======
15
+#
5 16
 # This program is free software: you can redistribute it and/or modify
6 17
 # it under the terms of the GNU General Public License as published by
7 18
 # the Free Software Foundation, either version 3 of the License, or

+ 26
- 0
src/freedombone-image-hardware-setup ファイルの表示

@@ -1,4 +1,30 @@
1 1
 #!/bin/sh
2
+#
3
+# .---.                  .              .
4
+# |                      |              |
5
+# |--- .--. .-.  .-.  .-.|  .-. .--.--. |.-.  .-. .--.  .-.
6
+# |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
7
+# '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
8
+#
9
+#                    Freedom in the Cloud
10
+#
11
+# Hardware setup based on bin/freedombox-hardware-setup from freedom-maker
12
+#
13
+# License
14
+# =======
15
+#
16
+# This program is free software: you can redistribute it and/or modify
17
+# it under the terms of the GNU General Public License as published by
18
+# the Free Software Foundation, either version 3 of the License, or
19
+# (at your option) any later version.
20
+#
21
+# This program is distributed in the hope that it will be useful,
22
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
23
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
+# GNU General Public License for more details.
25
+#
26
+# You should have received a copy of the GNU General Public License
27
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
2 28
 
3 29
 enable_serial_console() {
4 30
     # By default, spawn a console on the serial port

+ 11
- 0
src/freedombone-image-make ファイルの表示

@@ -1,8 +1,19 @@
1 1
 #!/bin/sh
2 2
 #
3
+# .---.                  .              .
4
+# |                      |              |
5
+# |--- .--. .-.  .-.  .-.|  .-. .--.--. |.-.  .-. .--.  .-.
6
+# |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
7
+# '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
8
+#
9
+#                    Freedom in the Cloud
10
+#
3 11
 # Based upon bin/mk-freedombox-image from freedom-maker
4 12
 # With non-free stuff removed
5 13
 #
14
+# License
15
+# =======
16
+#
6 17
 # This program is free software: you can redistribute it and/or modify
7 18
 # it under the terms of the GNU General Public License as published by
8 19
 # the Free Software Foundation, either version 3 of the License, or

+ 11
- 0
src/freedombone-image-makefile ファイルの表示

@@ -1,7 +1,18 @@
1 1
 #!/usr/bin/make
2 2
 #
3
+# .---.                  .              .
4
+# |                      |              |
5
+# |--- .--. .-.  .-.  .-.|  .-. .--.--. |.-.  .-. .--.  .-.
6
+# |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
7
+# '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
8
+#
9
+#                    Freedom in the Cloud
10
+#
3 11
 # A debian image builder, based upon freedom-maker Makefile
4 12
 #
13
+# License
14
+# =======
15
+#
5 16
 # This program is free software: you can redistribute it and/or modify
6 17
 # it under the terms of the GNU General Public License as published by
7 18
 # the Free Software Foundation, either version 3 of the License, or