direct-io.hg
changeset 7497:4983606a263e
Added copyright notice.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Wed Oct 26 14:57:16 2005 +0100 (2005-10-26) |
parents | 895d66f6de44 |
children | 98fd1359eecd |
files | tools/examples/xen-hotplug-common.sh |
line diff
1.1 --- a/tools/examples/xen-hotplug-common.sh Wed Oct 26 14:55:32 2005 +0100 1.2 +++ b/tools/examples/xen-hotplug-common.sh Wed Oct 26 14:57:16 2005 +0100 1.3 @@ -1,3 +1,21 @@ 1.4 +# 1.5 +# Copyright (c) 2005 XenSource Ltd. 1.6 +# 1.7 +# This library is free software; you can redistribute it and/or 1.8 +# modify it under the terms of version 2.1 of the GNU Lesser General Public 1.9 +# License as published by the Free Software Foundation. 1.10 +# 1.11 +# This library is distributed in the hope that it will be useful, 1.12 +# but WITHOUT ANY WARRANTY; without even the implied warranty of 1.13 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1.14 +# Lesser General Public License for more details. 1.15 +# 1.16 +# You should have received a copy of the GNU Lesser General Public 1.17 +# License along with this library; if not, write to the Free Software 1.18 +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 1.19 +# 1.20 + 1.21 + 1.22 set -e 1.23 1.24 export PATH="/sbin:/bin:/usr/bin:/usr/sbin:$PATH"