diff options
Diffstat (limited to 'kvmx-create')
-rwxr-xr-x | kvmx-create | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/kvmx-create b/kvmx-create index 462e803..9d29472 100755 --- a/kvmx-create +++ b/kvmx-create @@ -1,21 +1,22 @@ -#!/bin/bash +#!/usr/bin/env bash # -# System installer, vmdebootstrap version. +# kvmx-create virtual machine installer +# +# 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 Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# 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 Affero General Public License for more details. +# 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/>. # -# You should have received a copy of the GNU Affero General Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/>. - # Parameters BASENAME="`basename $0`" |