summaryrefslogtreecommitdiff
path: root/run.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-01 14:43:32 +0100
committerGuido Günther <agx@sigxcpu.org>2013-03-01 14:43:32 +0100
commit623674a29782df687f12c12b14a6cc6fd1825c81 (patch)
tree8b2f1066f4b6faae9eb2175a3ab62541d7a08df5 /run.in
parent7adf6b416b0b659d540f29904359c4799df2a38c (diff)
New upstream version 1.0.3~rc2
Diffstat (limited to 'run.in')
-rw-r--r--run.in23
1 files changed, 12 insertions, 11 deletions
diff --git a/run.in b/run.in
index 845eef549..5d4a04c50 100644
--- a/run.in
+++ b/run.in
@@ -1,19 +1,20 @@
-#!/bin/bash -
+#!/bin/sh
# libvirt 'run' programs locally script
-# Copyright (C) 2012 Red Hat, Inc.
+# Copyright (C) 2012-2013 Red Hat, Inc.
#
-# 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 library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful,
+# This library 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.
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser 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 Lesser General Public
+# License along with this library; If not, see
+# <http://www.gnu.org/licenses/>.
#----------------------------------------------------------------------
#