|
@@ -13,8 +13,27 @@
|
13
|
13
|
# Please note that the various hashes and download archives
|
14
|
14
|
# for systems such as Owncloud and Dokuwiki may need to be updated
|
15
|
15
|
#
|
|
16
|
+# License
|
|
17
|
+# =======
|
|
18
|
+#
|
|
19
|
+# Copyright (C) 2014 Bob Mottram <bob@robotics.uk.to>
|
|
20
|
+#
|
|
21
|
+# This program is free software: you can redistribute it and/or modify
|
|
22
|
+# it under the terms of the GNU General Public License as published by
|
|
23
|
+# the Free Software Foundation, either version 3 of the License, or
|
|
24
|
+# (at your option) any later version.
|
|
25
|
+#
|
|
26
|
+# This program is distributed in the hope that it will be useful,
|
|
27
|
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
28
|
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
29
|
+# GNU General Public License for more details.
|
|
30
|
+#
|
|
31
|
+# You should have received a copy of the GNU General Public License
|
|
32
|
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
33
|
+#
|
16
|
34
|
# Summary
|
17
|
35
|
# =======
|
|
36
|
+#
|
18
|
37
|
# To be able to run this script you need to get to a condition
|
19
|
38
|
# where you have Debian Jessie installed, with at least one
|
20
|
39
|
# unprivileged user account and at least one subdomain created on
|