Pārlūkot izejas kodu

License headers

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
71503f2297

+ 11
- 0
src/freedombone-image-customise Parādīt failu

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

+ 26
- 0
src/freedombone-image-hardware-setup Parādīt failu

1
 #!/bin/sh
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
 enable_serial_console() {
29
 enable_serial_console() {
4
     # By default, spawn a console on the serial port
30
     # By default, spawn a console on the serial port

+ 11
- 0
src/freedombone-image-make Parādīt failu

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

+ 11
- 0
src/freedombone-image-makefile Parādīt failu

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