]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
[CAPRI]: remove legacy per-file (C)opyright notices and author lines
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: Dave Scott <dave.scott@eu.citrix.com>
41 files changed:
eventchn/eventchn.ml
eventchn/eventchn_injection.c
eventchn/eventchn_stubs.c
fake/marshall.h
fake/using.h
log/log.ml
log/logs.ml
log/syslog.ml
log/syslog_stubs.c
mmap/mmap.ml
mmap/mmap_stubs.c
mmap/mmap_stubs.h
sha1/sha1.ml
sha1/sha1_stubs.c
sha1/sha1sum.ml
stdext/bigbuffer.ml
stdext/fring.ml
stdext/qring.ml
stdext/ring.ml
stdext/threadext.ml
stdext/vIO.ml
xb/op.ml
xb/packet.ml
xb/partial.ml
xb/xb.ml
xb/xb_stubs.c
xb/xs_ring.ml
xb/xs_ring_stubs.c
xc/xc.h
xc/xc.ml
xc/xc_lib.c
xc/xc_lib_injection.c
xc/xc_stubs.c
xml-light2/xml.ml
xs/queueop.ml
xs/xs.ml
xs/xs.mli
xs/xsraw.ml
xs/xst.ml
xsrpc/xsrpc.ml
xsrpc/xsrpc.mli

index 6ce754beccae5b5e4e8c42acc4389a6be5a1a733..4f15c55c9c8850c359cd6f17563862a804391dcd 100644 (file)
@@ -1,10 +1,3 @@
-(*
- * Copyright (c) 2006-2007 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
-
 exception Error of string
 
 external init: unit -> Unix.file_descr = "stub_eventchn_init"
index f64edba20298371a07b1330d92987d2841a6a40a..41a84782359e07e1fda69ea4c7b5edb6e62aaf32 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Copyright (c) 2006-2007 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- */
-
 #ifdef WITH_INJECTION_CAPABILITY
 #include "../fake/marshall.h"
 #include "../fake/using.h"
index 36252578cad64d688287cbb0f3e70f92f0fb88c3..c53ba91fb34773247f57651603e1021c9154d504 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Copyright (c) 2006-2007 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- */
-
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index 58b2b793277f66cbc233267f61193cdd36134758..2dc38bb037fa5d303e47aadf5c618f5c696609d0 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Copyright (c) 2007 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- */
 
 #ifndef FAKE_MARSHALL_H
 #define FAKE_MARSHALL_H
index 8300f779c3efc267c25843b07a577cf491b13644..10a3aed0bb57ba3e4bcaac3f82b9e784a5f3bf0e 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Copyright (c) 2007 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- */
 #ifndef FAKE_USING_H
 #define FAKE_USING_H
 
index 599da964ffae15fb83a21179092b2d65f4225c22..cae1d94373f37db4882a4465327668ef4cacebb2 100644 (file)
@@ -1,7 +1,3 @@
-(*
- * Copyright (C) 2006 XenSource LTD
- * Author: Vincent Hanquez <vincent@xensource.com>
- *)
 
 open Printf
 open Threadext
index f4af4410f2f9dfbad976e1b42a3ab0b03c6930f1..0eba7cec597db0938b30499b29e56c0ca912414a 100644 (file)
@@ -1,7 +1,3 @@
-(*
- * Copyright (C) 2006-2007 XenSource LTD
- * Author: Vincent Hanquez <vincent@xensource.com>
- *)
 
 type keylogger =
 {
index e328feb36f797d55ea10bd87037f803d1701274c..039c1285126d7be71855911953c8a945a208b7b7 100644 (file)
@@ -1,7 +1,3 @@
-(*
- * Copyright (C) 2006 XenSource Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *)
 
 type level = Emerg | Alert | Crit | Err | Warning | Notice | Info | Debug
 type options = Cons | Ndelay | Nowait | Odelay | Perror | Pid
index e0386932bc5904f2011debf8e7952c8ee312cfd4..0736fd5535f97caf09c2d74658b55c4e640a08e2 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Copyright (C) 2006 XenSource Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- */
 
 #include <syslog.h>
 #include <caml/mlvalues.h>
index a0647d75c5ec23858f60e6cca3ca6914a247a3ac..cc1661af88cef76d71301cafefc23cbd565e5562 100644 (file)
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
 
 type mmap_interface
 
index 0270970a31deb24e3e1569b7901236463c5ece74..370917396156a999e7446fe380243164095588ac 100644 (file)
@@ -1,9 +1,3 @@
-/**
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- */
 
 #include <unistd.h>
 #include <stdlib.h>
index dbc3a8e08a56e7160ef64b6b94ff2444c45f7eda..91ece65ce068167c36055fdd45eae0d064c8c78d 100644 (file)
@@ -1,9 +1,3 @@
-/**
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- */
 
 #ifndef C_MMAP_H
 #define C_MMAP_H
index d2c5224cbc95aaf64a170fcc58b6fa847ccd82a9..cdd75b094d61f64c97c74f78bc2c81d7ab49df5a 100644 (file)
@@ -1,7 +1,3 @@
-(*
- * Copyright (C) 2007 XenSource Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *)
 
 type ctx
 type t
index 8025bd12b0f919cffce24583f39393193793b529..ae399d30a0fec3f3c9a671848f5358cc599bf785 100644 (file)
@@ -1,5 +1,3 @@
-/* Copyright (c) 2007 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com> */
 
 #include <stdlib.h>
 #include <string.h>
index d242810f5f9c1de47202a6e8a2ed52c775e754a1..1a59942ce8c58cb990ede31ea50f19b953215f49 100644 (file)
@@ -1,6 +1,3 @@
-(* Copyright (C) 2007 XenSource Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *)
 let channel chan len =
        let ctx = Sha1.init ()
        and buf = String.create 4096 in
index 051fb02f0a01e108c79f1d29670236df66f0abee..37ff7a2125dea773fd80ef8bcfeb2b617e6aa351 100644 (file)
@@ -1,7 +1,3 @@
-(*
- * Copyright (C) 2007 XenSource Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *)
 
 type t = {
        mutable cells: string option array;
index fb4e2c2e029cfc74f2af855ea6696d7c2a70a4c2..bb6d91138b248cd6361a6f6f7c445329a19e917e 100644 (file)
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006-2008 Citrix Systems Ltd.
- * Authors Vincent Hanquez   <vincent@xensource.com>
- *         Thomas Gazagnaire <thomas.gazagnaire@citrix.com>
- * All rights reserved.
- *)
 
 type t = { size: int; mutable current: int; data: (float,Bigarray.float32_elt, Bigarray.c_layout) Bigarray.Array1.t ; }
 
index 19b20d6510aadb436a3c299f66024a4f65e5901d..f604ca6f3a82e9710b7ee734c4f625adad7ce1e9 100644 (file)
@@ -1,9 +1,3 @@
-(*
- * Copyright 2008 Citrix Ltd.
- * Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
- *
- * efficient circular string queue
- *)
 type t = {
        sz: int;
        data: string;
index 5d60939e40dd1bd42e58c73dac7cdb038c037017..cbafdbe38a9dd81e3644a0f17f55c466b1659d0f 100644 (file)
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
 
 type 'a t = { size: int; mutable current: int; data: 'a array; }
 
index 127588209b1e4c37271566a9b572e49c783ec117..77dca06d5adffb24e58931fcfb63039f6b986ae6 100644 (file)
@@ -1,8 +1,3 @@
-(*
- * Copyright (C) 2006 XenSource Ltd.
- * Author: Vincent Hanquez <vincent@xensource.com>
- * Author: Anil Madhavapeddy <anil@xensource.com>
- *)
 
 module Mutex = struct
     include Mutex
index d305ee7c92c39918cc93907d43ac035ad61895e9..15d902f6205e41a04ad6ddbcb845ffdb5b3e235e 100644 (file)
@@ -1,7 +1,3 @@
-(*
- * Copyright (C) 2008 Citrix Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *)
 
 exception End_of_file
 exception Timeout
index 392af579a6f31226da71f779e8009a6ae8097e98..b4e4e0c26f42ff367576832c6562dc078cd66cd6 100644 (file)
--- a/xb/op.ml
+++ b/xb/op.ml
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- *)
-
 type operation = Debug | Directory | Read | Getperms |
                  Watch | Unwatch | Transaction_start |
                  Transaction_end | Introduce | Release |
index b03028349c74724f450fd118e9fc4d1666745609..8e31ac3fe260132405c5fe19b2525ab18c841e5c 100644 (file)
@@ -1,10 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
-
 type t =
 {
        tid: int;
@@ -38,4 +31,4 @@ let get_data pkt =
                String.sub pkt.data 0 (l - 1)
        else
                pkt.data
-let get_rid pkt = pkt.rid
\ No newline at end of file
+let get_rid pkt = pkt.rid
index 1a40ca884ba85c393101c3d9c1483e14867a62ce..7fb40e55e2006329131dd41624ccc5bd4a7d844c 100644 (file)
@@ -1,10 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
-
 type pkt =
 {
        tid: int;
index 49a775ccad9ac9741c002638ae45ee238caee36e..54c605df0ad39a8e09186c6cf35b4a99ec733257 100644 (file)
--- a/xb/xb.ml
+++ b/xb/xb.ml
@@ -1,10 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
-
 module Op = struct include Op end
 module Packet = struct include Packet end
 
index 9ab432589d9e0bc56f75e687e69fe06adac78769..9dbecbb5da714c057cd2dcd160c8fd957ea20e0f 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- */
-
 #include <unistd.h>
 #include <stdlib.h>
 #include <sys/mman.h>
index 6b8ba214075c2b56f07a7880fb4fe205b4d7713e..fcac18a3947dc1148c7bd96b793fdb054981cbb9 100644 (file)
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
 
 external read: Mmap.mmap_interface -> string -> int -> int = "ml_interface_read"
 external write: Mmap.mmap_interface -> string -> int -> int = "ml_interface_write"
index 3cccf36a6c77b15ad4671862f3780227b78a31ed..b69875412ed265f154311d579325bfa91e00eaa5 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- */
-
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
diff --git a/xc/xc.h b/xc/xc.h
index d7cc2f6aed9259b9c7d124c132cf7f4f48a9268e..2189754c436d884343f07fb1386b12e8449f8fdc 100644 (file)
--- a/xc/xc.h
+++ b/xc/xc.h
@@ -1,7 +1,3 @@
-/*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- */
 
 #define __XEN_TOOLS__
 
index 1ed9d5964aec93e2fb5ad6400c43e491947e8366..e544e3f3f5cf47d01874f34fc99e2d49c834317c 100644 (file)
--- a/xc/xc.ml
+++ b/xc/xc.ml
@@ -1,7 +1,3 @@
-(*
- * Copyright (C) 2006-2007 XenSource Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *)
 
 (** *)
 type domid = int
index 2cb04a315dccbaa391e65dba9862217118edf46e..4c2e6b3dafef30a014e512ff1104e48aace1219a 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Copyright (c) 2006-2007 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- */
 
 #include <stdint.h>
 #include <unistd.h>
index 9847e604d346aad1e1156ba7ef31b52658f59d33..98b630e7cf60e3846f5d5d00cc59eaeb7b012791 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Copyright (c) 2007 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- */
 
 #ifdef WITH_INJECTION_CAPABILITY
 #include "../fake/using.h"
index 64a4457b1e6f747988dc631dd6face36b13ca2d0..8741eb04bb3f5d75b78a836398dd8e8d8101dc9a 100644 (file)
@@ -1,4 +1,3 @@
-/* Copyright (c) 2005-2006 XenSource Inc. */
 
 #define _XOPEN_SOURCE 600
 #include <stdlib.h>
index af197dd1cb04dcbe13cbc30ffaa1507deb9f940e..55f5c90fd830f4017382ee17e1f5e49e33fcede0 100644 (file)
@@ -1,7 +1,4 @@
 (*
- * Copyright (c) 2007 XenSource Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
  * This is a replacement interface for xml-light that use the superior xmlm
  * engine to parse stuff. Also the output functions SKIP characters that are
  * not allowed in XML.
index b45da1d93ce09de8afe4013843a0ece214a4ad77..afff43a934815cfae61b5fc9693ff1d345a7ac76 100644 (file)
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
 
 let data_concat ls = (String.concat "\000" ls) ^ "\000"
 let queue_path ty (tid: int) (path: string) con =
index 2dcfd99dd89e1769e31dd67546d106ad540acd3a..41be21e564cf8be19749cce93b4e52341c8591c2 100644 (file)
--- a/xs/xs.ml
+++ b/xs/xs.ml
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
 
 type perms = Xsraw.perms
 type con = Xsraw.con
index 5a98b5dc483b6f1d78d12ee62436ff3d82c247aa..44b01f27903311742f334a570fbd3679301e9dbf 100644 (file)
--- a/xs/xs.mli
+++ b/xs/xs.mli
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
 
 exception Timeout
 
index 184d6f6d68ecacf09d7c617c46dc123b070e8d67..58bab6f28d7ddc37442339cdbf79300d9de78139 100644 (file)
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
 exception Partial_not_empty
 exception Unexpected_packet of string
 
index 719b308e554d6c8640bdfebb1ab2b8bcecdff843..8fb7d056f97735b01d516d7c638be086f468c118 100644 (file)
--- a/xs/xst.ml
+++ b/xs/xst.ml
@@ -1,9 +1,3 @@
-(*
- * Copyright (c) 2006 XenSource Inc.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * All rights reserved.
- *)
 
 type ops =
 {
index 9ca9a5b5b3dae75d2ce019150d8853a850acb3b3..261707cbbde32f5ee21b173e21a84aa506f3e465 100644 (file)
@@ -1,9 +1,3 @@
-(*
- * Copyright (C) 2008 Citrix Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- * Xenstore RPC
- *)
 
 (*
  * everything RPC related stuff happens in : /local/domain/<domid>/RPC
index f1ad4acdc250966490dc0ef8ab5449c2fff6c20a..dcf899fe21eaf3bd08f403902903cdf2357c20f1 100644 (file)
@@ -1,8 +1,3 @@
-(*
- * Copyright (C) 2008 Citrix Ltd.
- * Author Vincent Hanquez <vincent@xensource.com>
- *
- *)
 
 type t