aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xs_lib.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-04 08:57:37 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-04 08:57:37 +0000
commit165c0d1741e627e33f70b0e3efaab9d701fe63d5 (patch)
treed9c83188e7ba53632b7a60906cd53fbbbb07420d /tools/xenstore/xs_lib.c
parentf242fca3d2b69c895683983d29aa559661d99a3b (diff)
downloadxen-165c0d1741e627e33f70b0e3efaab9d701fe63d5.tar.gz
xen-165c0d1741e627e33f70b0e3efaab9d701fe63d5.tar.bz2
xen-165c0d1741e627e33f70b0e3efaab9d701fe63d5.zip
libxenstore (used to access the daemon) should be licensed under LGPL.
There are several people I am aware of interested in writing non-GPL tools, and this code is trivial, so they'd just end up writing their own. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'tools/xenstore/xs_lib.c')
-rw-r--r--tools/xenstore/xs_lib.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/xenstore/xs_lib.c b/tools/xenstore/xs_lib.c
index cc9f9e1706..1dd36e3e33 100644
--- a/tools/xenstore/xs_lib.c
+++ b/tools/xenstore/xs_lib.c
@@ -1,3 +1,22 @@
+/*
+ Common routines between Xen store user library and daemon.
+ Copyright (C) 2005 Rusty Russell IBM Corporation
+
+ 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 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+*/
+
#include "xs_lib.h"
#include <unistd.h>
#include <stdio.h>