From e393e55d12b37538b01c43f80f2c78e57b8827a4 Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Mon, 25 Aug 2014 12:05:48 -0300 Subject: Add copyright and license notice to install script --- install-pixelated.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index c409f25b..f4f7bd02 100644 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -1,4 +1,19 @@ #!/bin/bash +# +# Copyright (c) 2014 ThoughtWorks, Inc. +# +# Pixelated is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Pixelated 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Pixelated. If not, see . # test dependencies function check_installed() { -- cgit v1.2.3