]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
[CAPRI]: add (C)opyright notice and LGPL with static linking exception to *.c and *.h
authorDavid Scott <david.scott@xensource.com>
Fri, 25 Sep 2009 13:05:05 +0000 (14:05 +0100)
committerDavid Scott <david.scott@xensource.com>
Fri, 25 Sep 2009 13:05:05 +0000 (14:05 +0100)
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
20 files changed:
camldm/camldm_stubs.c
cdrom/cdrom_stubs.c
eventchn/eventchn_injection.c
eventchn/eventchn_stubs.c
fake/marshall.h
fake/using.h
log/syslog_stubs.c
mmap/mmap_stubs.c
mmap/mmap_stubs.h
sha1/sha1_stubs.c
stdext/unixext_stubs.c
xb/xb_stubs.c
xb/xs_ring_stubs.c
xc/xc.h
xc/xc_cpufeature.h
xc/xc_cpuid.h
xc/xc_e820.h
xc/xc_lib.c
xc/xc_lib_injection.c
xc/xc_stubs.c

index b02e74efed04c606d4b6a719bcd3c798d362e7e1..168b0b8cb0d467b6bc6ace202740d27f2fd5f73f 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <libdevmapper.h>
 #include <caml/mlvalues.h>
 #include <caml/memory.h>
index 532ee2ff7152b0bb91a89b6794e09966ebca0828..f6e24c086ec9920ba3e7c18875cc4ce7e3c72a48 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 /* Query CDROM info */
 #include <string.h>
 #include <errno.h>
index 41a84782359e07e1fda69ea4c7b5edb6e62aaf32..cd7e76f5e66bc18a669944514295b6346c32777f 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 #ifdef WITH_INJECTION_CAPABILITY
 #include "../fake/marshall.h"
 #include "../fake/using.h"
index c53ba91fb34773247f57651603e1021c9154d504..1e15dabf7a24b992dba5cdef4b253baa6890b90d 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index 2dc38bb037fa5d303e47aadf5c618f5c696609d0..ab15391bc1ab76ba2ed4141f70f3b5d9286b0094 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 
 #ifndef FAKE_MARSHALL_H
 #define FAKE_MARSHALL_H
index 10a3aed0bb57ba3e4bcaac3f82b9e784a5f3bf0e..de6097d169e234f789771a6b61fa3279efbc083d 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 #ifndef FAKE_USING_H
 #define FAKE_USING_H
 
index 0736fd5535f97caf09c2d74658b55c4e640a08e2..fa34684774ae0eef5e0356fe64e437b11caf109a 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <syslog.h>
 #include <caml/mlvalues.h>
index 370917396156a999e7446fe380243164095588ac..1d2a39fddcf7f4d016ec1c25ec30e1a5ea34aca6 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <unistd.h>
 #include <stdlib.h>
index 91ece65ce068167c36055fdd45eae0d064c8c78d..2b18bcd40053032e56757a761163a7270226adf0 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 
 #ifndef C_MMAP_H
 #define C_MMAP_H
index ae399d30a0fec3f3c9a671848f5358cc599bf785..403df5b99f1dcd65070b2d86034693d2bea95416 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <stdlib.h>
 #include <string.h>
index ada4d0bb025c46d2bd5272ae913f6c078bd876ae..cd09d0511a18df101421a7bebc19f383194bec92 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <sys/types.h>
 #include <sys/socket.h>
 #include <errno.h>
index 9dbecbb5da714c057cd2dcd160c8fd957ea20e0f..cb23ad539dd44ceea9a77d612659cf0e0c8d6027 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <unistd.h>
 #include <stdlib.h>
 #include <sys/mman.h>
index b69875412ed265f154311d579325bfa91e00eaa5..d5ec99a66c06bdc0e608c0ba1972963a81a0bbee 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
diff --git a/xc/xc.h b/xc/xc.h
index 2189754c436d884343f07fb1386b12e8449f8fdc..bc355bd98dcc65564da9eed83c50b09067c30de9 100644 (file)
--- a/xc/xc.h
+++ b/xc/xc.h
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 
 #define __XEN_TOOLS__
 
index 6cd442cfe697c43a3dd9abec5d51a0eb12384cc9..485db9aa4fe58f26db2bac6eb3ad011fd9a6b335 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 #ifndef __LIBXC_CPUFEATURE_H
 #define __LIBXC_CPUFEATURE_H
 
index 68a5dc87fba502915cb14f5bc93cfa2ab17f0804..1cad4622f4d65dead9aa62af69aaf3b5fab10327 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 #ifndef XC_CPUID_H
 #define XC_CPUID_H
 
index 52bbb0f6516317a44d34be59ce321d38cc831ff9..7f22a49aa1ec1d021cf6be2efca177441b5099a9 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 #ifndef __XC_E820_H__
 #define __XC_E820_H__
 
index 4c2e6b3dafef30a014e512ff1104e48aace1219a..c69b58df3e6a603ef7e99935fddb7220b6af2ab3 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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 <stdint.h>
 #include <unistd.h>
index 98b630e7cf60e3846f5d5d00cc59eaeb7b012791..5e0e51d23e2304f4429d955423290a65fd36cce3 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 
 #ifdef WITH_INJECTION_CAPABILITY
 #include "../fake/using.h"
index 8741eb04bb3f5d75b78a836398dd8e8d8101dc9a..f5d79919228b162edcc8325f1073442f3b9e814a 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2006-2009 Citrix Systems Inc.
+ *
+ * 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.
+ */
 
 #define _XOPEN_SOURCE 600
 #include <stdlib.h>