aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxlu_cfg.c
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2011-06-02 18:46:31 +0100
committerIan Jackson <ian.jackson@eu.citrix.com>2011-06-02 18:46:31 +0100
commitd32e1379d68b85142b4d025a8fbb91180e6880a8 (patch)
tree6f3a29766df6d0aa82adf3b85761bff42cca460c /tools/libxl/libxlu_cfg.c
parentc6386a7eecd4844c5e512ab5e7dca0fdeea0fdf5 (diff)
downloadxen-d32e1379d68b85142b4d025a8fbb91180e6880a8.tar.gz
xen-d32e1379d68b85142b4d025a8fbb91180e6880a8.tar.bz2
xen-d32e1379d68b85142b4d025a8fbb91180e6880a8.zip
libxl: add missing copyright notices to some files
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/libxlu_cfg.c')
-rw-r--r--tools/libxl/libxlu_cfg.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/libxl/libxlu_cfg.c b/tools/libxl/libxlu_cfg.c
index 1ea1b0ad00..a8959401ae 100644
--- a/tools/libxl/libxlu_cfg.c
+++ b/tools/libxl/libxlu_cfg.c
@@ -1,3 +1,21 @@
+/*
+ * libxlu_cfg.c - xl configuration file parsing: setup and helper functions
+ *
+ * Copyright (C) 2010 Citrix Ltd.
+ * Author Ian Jackson <ian.jackson@eu.citrix.com>
+ *
+ * This program 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; version 2.1 only. with the special
+ * exception on linking described in file LICENSE.
+ *
+ * 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 Lesser General Public License for more details.
+ */
+
+
#include <limits.h>
#include "libxlu_internal.h"