From 1581614cbff2d67b8e696e6e59a8584a285a6954 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 28 Feb 2014 09:36:19 +0000 Subject: Add GPLv2 headers to top of scripts --- manage-baserock | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'manage-baserock') diff --git a/manage-baserock b/manage-baserock index 143bced..d45a6b2 100755 --- a/manage-baserock +++ b/manage-baserock @@ -1,5 +1,23 @@ #!/bin/bash +# manage-baserock -- Tool to manage (add/list/remove etc) Baserock chroots + +# Copyright (C) 2014 Codethink Ltd +# +# 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 2 of the License, or +# (at your option) 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, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + BASEROCK_BASE="${BASEROCK_BASE:-/opt/baserock/chroots}" ACTION="$1" -- cgit v1.2.1