aboutsummaryrefslogtreecommitdiff
path: root/provision/webserver
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-10 11:35:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-10 11:35:23 -0300
commit3914890a287efb0b4e6d50be76d589a57ff9562c (patch)
tree15d0a2250caf730a462a871cd5e772584f65f771 /provision/webserver
parent5eacfb37e464b549dbc84da321da6d98dd749fe0 (diff)
downloadkvmx-3914890a287efb0b4e6d50be76d589a57ff9562c.tar.gz
kvmx-3914890a287efb0b4e6d50be76d589a57ff9562c.tar.bz2
Complete license information
Diffstat (limited to 'provision/webserver')
-rwxr-xr-xprovision/webserver19
1 files changed, 17 insertions, 2 deletions
diff --git a/provision/webserver b/provision/webserver
index 81423c8..cf4aacf 100755
--- a/provision/webserver
+++ b/provision/webserver
@@ -1,6 +1,21 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
-# Webserver provision example.
+# Webserver provision example
+#
+# Copyright (C) 2017 Silvio Rhatto - rhatto at riseup.net
+#
+# 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 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/>.
#
sudo apt-get install -y apache2