[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 3/3] [XenVbd] Scripted replacement of Copyright notices in source
From: Owen Smith <owen.smith@xxxxxxxxxx> Using the powershell script, replace "Copyright (c) Citrix Systems, Inc." with "Copyright (c) Xen Project." and "Copyright (c) Cloud Software Group, Inc." Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx> --- LICENSE | 4 +++- include/cache_interface.h | 4 +++- include/debug_interface.h | 4 +++- include/emulated_interface.h | 4 +++- include/evtchn_interface.h | 4 +++- include/gnttab_interface.h | 4 +++- include/names.h | 6 ++++-- include/store_interface.h | 4 +++- include/suspend_interface.h | 4 +++- include/unplug_interface.h | 4 +++- include/xen-errno.h | 4 +++- include/xen-types.h | 4 +++- include/xen-version.h | 4 +++- include/xen-warnings.h | 4 +++- include/xen.h | 4 +++- include/xencdb.h | 4 +++- include/xencrsh_interface.h | 4 +++- include/xenvbd-ntstrsafe.h | 4 +++- include/xenvbd-storport.h | 4 +++- src/coinst/coinst.c | 4 +++- src/coinst/xenvbd_coinst.def | 4 +++- src/coinst/xenvbd_coinst.rc | 4 +++- src/common/util.h | 4 +++- src/xencrsh/assert.h | 4 +++- src/xencrsh/austere.c | 4 +++- src/xencrsh/austere.h | 4 +++- src/xencrsh/buffer.c | 4 +++- src/xencrsh/buffer.h | 4 +++- src/xencrsh/driver.c | 4 +++- src/xencrsh/driver.h | 4 +++- src/xencrsh/evtchn.c | 4 +++- src/xencrsh/evtchn.h | 4 +++- src/xencrsh/fdo.c | 4 +++- src/xencrsh/fdo.h | 4 +++- src/xencrsh/frontend.c | 4 +++- src/xencrsh/frontend.h | 4 +++- src/xencrsh/gnttab.c | 4 +++- src/xencrsh/gnttab.h | 4 +++- src/xencrsh/hvm.c | 4 +++- src/xencrsh/hvm.h | 4 +++- src/xencrsh/hypercall.h | 4 +++- src/xencrsh/hypercall_stub.c | 4 +++- src/xencrsh/log.c | 4 +++- src/xencrsh/log.h | 4 +++- src/xencrsh/pdo.c | 4 +++- src/xencrsh/pdo.h | 4 +++- src/xencrsh/pdoinquiry.c | 4 +++- src/xencrsh/pdoinquiry.h | 4 +++- src/xencrsh/queue.c | 4 +++- src/xencrsh/queue.h | 4 +++- src/xencrsh/ring.h | 4 +++- src/xencrsh/srbext.h | 4 +++- src/xencrsh/store.c | 4 +++- src/xencrsh/store.h | 4 +++- src/xencrsh/xencrsh.def | 4 +++- src/xencrsh/xencrsh.rc | 4 +++- src/xendisk/assert.h | 4 +++- src/xendisk/debug.h | 4 +++- src/xendisk/driver.c | 4 +++- src/xendisk/driver.h | 4 +++- src/xendisk/fdo.c | 4 +++- src/xendisk/fdo.h | 4 +++- src/xendisk/mutex.h | 4 +++- src/xendisk/pdo.c | 4 +++- src/xendisk/pdo.h | 4 +++- src/xendisk/registry.c | 4 +++- src/xendisk/registry.h | 4 +++- src/xendisk/thread.c | 4 +++- src/xendisk/thread.h | 4 +++- src/xendisk/types.h | 4 +++- src/xendisk/xendisk.rc | 4 +++- src/xenvbd.inf | 4 +++- src/xenvbd/adapter.c | 4 +++- src/xenvbd/adapter.h | 4 +++- src/xenvbd/assert.h | 4 +++- src/xenvbd/base64.c | 4 +++- src/xenvbd/base64.h | 4 +++- src/xenvbd/debug.h | 4 +++- src/xenvbd/driver.c | 4 +++- src/xenvbd/driver.h | 4 +++- src/xenvbd/frontend.c | 4 +++- src/xenvbd/frontend.h | 4 +++- src/xenvbd/granter.c | 4 +++- src/xenvbd/granter.h | 4 +++- src/xenvbd/registry.c | 4 +++- src/xenvbd/registry.h | 4 +++- src/xenvbd/ring.c | 4 +++- src/xenvbd/ring.h | 4 +++- src/xenvbd/srbext.h | 4 +++- src/xenvbd/target.c | 4 +++- src/xenvbd/target.h | 4 +++- src/xenvbd/thread.c | 4 +++- src/xenvbd/thread.h | 4 +++- src/xenvbd/types.h | 4 +++- src/xenvbd/xenvbd.rc | 4 +++- 95 files changed, 286 insertions(+), 96 deletions(-) diff --git a/LICENSE b/LICENSE index 00be666..ecdaa75 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright (c) Citrix Systems Inc. +Copyright (c) Xen Project. +Copyright (c) Cloud Software Group, Inc. All rights reserved. Redistribution and use in source and binary forms, @@ -28,3 +29,4 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/include/cache_interface.h b/include/cache_interface.h index ce50f4e..6d8a78a 100644 --- a/include/cache_interface.h +++ b/include/cache_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -261,3 +262,4 @@ typedef struct _XENBUS_CACHE_INTERFACE_V2 XENBUS_CACHE_INTERFACE, *PXENBUS_CACHE #define XENBUS_CACHE_INTERFACE_VERSION_MAX 2 #endif // _XENBUS_CACHE_INTERFACE_H + diff --git a/include/debug_interface.h b/include/debug_interface.h index cc71db0..d5fb8a9 100644 --- a/include/debug_interface.h +++ b/include/debug_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -173,3 +174,4 @@ typedef struct _XENBUS_DEBUG_INTERFACE_V1 XENBUS_DEBUG_INTERFACE, *PXENBUS_DEBUG #endif // _XENBUS_DEBUG_INTERFACE_H + diff --git a/include/emulated_interface.h b/include/emulated_interface.h index fe93d72..b034f57 100644 --- a/include/emulated_interface.h +++ b/include/emulated_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -143,3 +144,4 @@ typedef struct _XENFILT_EMULATED_INTERFACE_V2 XENFILT_EMULATED_INTERFACE, *PXENF #endif // _XENFILT_EMULATED_INTERFACE_H + diff --git a/include/evtchn_interface.h b/include/evtchn_interface.h index 05c342e..b69c3ee 100644 --- a/include/evtchn_interface.h +++ b/include/evtchn_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -359,3 +360,4 @@ typedef struct _XENBUS_EVTCHN_INTERFACE_V9 XENBUS_EVTCHN_INTERFACE, *PXENBUS_EVT #endif // _XENBUS_EVTCHN_INTERFACE_H + diff --git a/include/gnttab_interface.h b/include/gnttab_interface.h index e3ee888..f71d263 100644 --- a/include/gnttab_interface.h +++ b/include/gnttab_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -301,3 +302,4 @@ typedef struct _XENBUS_GNTTAB_INTERFACE_V4 XENBUS_GNTTAB_INTERFACE, *PXENBUS_GNT #endif // _XENBUS_GNTTAB_INTERFACE_H + diff --git a/include/names.h b/include/names.h index ad894e1..b581577 100644 --- a/include/names.h +++ b/include/names.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -396,4 +397,5 @@ QueryDeviceRelationsName( } } -#endif // _XENVBD_NAMES_H \ No newline at end of file +#endif // _XENVBD_NAMES_H + diff --git a/include/store_interface.h b/include/store_interface.h index e1251dd..74f59d4 100644 --- a/include/store_interface.h +++ b/include/store_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -326,3 +327,4 @@ typedef struct _XENBUS_STORE_INTERFACE_V2 XENBUS_STORE_INTERFACE, *PXENBUS_STORE #endif // _XENBUS_STORE_INTERFACE_H + diff --git a/include/suspend_interface.h b/include/suspend_interface.h index cbe11ab..00b7df4 100644 --- a/include/suspend_interface.h +++ b/include/suspend_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -175,3 +176,4 @@ typedef struct _XENBUS_SUSPEND_INTERFACE_V1 XENBUS_SUSPEND_INTERFACE, *PXENBUS_S #endif // _XENBUS_SUSPEND_INTERFACE_H + diff --git a/include/unplug_interface.h b/include/unplug_interface.h index 99d4e7d..7be66a3 100644 --- a/include/unplug_interface.h +++ b/include/unplug_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -113,3 +114,4 @@ typedef struct _XENBUS_UNPLUG_INTERFACE_V1 XENBUS_UNPLUG_INTERFACE, *PXENBUS_UNP #define XENBUS_UNPLUG_INTERFACE_VERSION_MAX 1 #endif // _XENBUS_UNPLUG_INTERFACE_H + diff --git a/include/xen-errno.h b/include/xen-errno.h index 0c67844..afa3e31 100644 --- a/include/xen-errno.h +++ b/include/xen-errno.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -108,3 +109,4 @@ } while (FALSE) #endif // _XEN_ERRNO_H + diff --git a/include/xen-types.h b/include/xen-types.h index 73f7340..91a7194 100644 --- a/include/xen-types.h +++ b/include/xen-types.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -47,3 +48,4 @@ typedef ULONG uint32_t; typedef ULONG64 uint64_t; #endif // _XEN_TYPES_H + diff --git a/include/xen-version.h b/include/xen-version.h index 8e0e168..ea54c08 100644 --- a/include/xen-version.h +++ b/include/xen-version.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -35,3 +36,4 @@ #define __XEN_INTERFACE_VERSION__ __XEN_LATEST_INTERFACE_VERSION__ #endif // _XEN_VERSION_H + diff --git a/include/xen-warnings.h b/include/xen-warnings.h index 1404ad6..a7cffbb 100644 --- a/include/xen-warnings.h +++ b/include/xen-warnings.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -41,3 +42,4 @@ # pragma warning(disable:4820) // padding added after data member #endif // _XEN_WARNINGS_H + diff --git a/include/xen.h b/include/xen.h index 3282568..ad4f670 100644 --- a/include/xen.h +++ b/include/xen.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -42,3 +43,4 @@ #include "..\..\include\xen\io\xenbus.h" #endif // _XEN_H + diff --git a/include/xencdb.h b/include/xencdb.h index f927a1f..323026a 100644 --- a/include/xencdb.h +++ b/include/xencdb.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -297,3 +298,4 @@ FORCEINLINE const char* Cdb_OperationName(UCHAR op) } #endif + diff --git a/include/xencrsh_interface.h b/include/xencrsh_interface.h index 6d2ed3c..ae78a82 100644 --- a/include/xencrsh_interface.h +++ b/include/xencrsh_interface.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -42,3 +43,4 @@ XencrshEntryPoint( ); #endif // _XENCRSH_XENCRSH_INTERFACE_H + diff --git a/include/xenvbd-ntstrsafe.h b/include/xenvbd-ntstrsafe.h index 8f43859..8b10037 100644 --- a/include/xenvbd-ntstrsafe.h +++ b/include/xenvbd-ntstrsafe.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -43,3 +44,4 @@ #pragma prefast(pop) + diff --git a/include/xenvbd-storport.h b/include/xenvbd-storport.h index a011d98..54f3bb2 100644 --- a/include/xenvbd-storport.h +++ b/include/xenvbd-storport.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -43,3 +44,4 @@ #pragma prefast(pop) + diff --git a/src/coinst/coinst.c b/src/coinst/coinst.c index bc8f605..e524c4b 100644 --- a/src/coinst/coinst.c +++ b/src/coinst/coinst.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -914,3 +915,4 @@ DllMain( return TRUE; } + diff --git a/src/coinst/xenvbd_coinst.def b/src/coinst/xenvbd_coinst.def index 00d7a52..c5b85f1 100644 --- a/src/coinst/xenvbd_coinst.def +++ b/src/coinst/xenvbd_coinst.def @@ -1,4 +1,5 @@ -; Copyright (c) Citrix Systems Inc. +; Copyright (c) Xen Project. +; Copyright (c) Cloud Software Group, Inc. ; All rights reserved. ; ; Redistribution and use in source and binary forms, @@ -35,3 +36,4 @@ EXPORTS Version DllMain PRIVATE + diff --git a/src/coinst/xenvbd_coinst.rc b/src/coinst/xenvbd_coinst.rc index 3c6eaf6..baa451d 100644 --- a/src/coinst/xenvbd_coinst.rc +++ b/src/coinst/xenvbd_coinst.rc @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -54,3 +55,4 @@ #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #include <common.ver> + diff --git a/src/common/util.h b/src/common/util.h index 3615444..670623c 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -360,3 +361,4 @@ __tolower( } #endif // _COMMON_UTIL_H + diff --git a/src/xencrsh/assert.h b/src/xencrsh/assert.h index c746c89..10c2ec2 100644 --- a/src/xencrsh/assert.h +++ b/src/xencrsh/assert.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -143,3 +144,4 @@ _IsZeroMemory( #endif // _XENCRSH_ASSERT_H + diff --git a/src/xencrsh/austere.c b/src/xencrsh/austere.c index e00a329..e9b592c 100644 --- a/src/xencrsh/austere.c +++ b/src/xencrsh/austere.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -429,3 +430,4 @@ __AustereFree( } } } + diff --git a/src/xencrsh/austere.h b/src/xencrsh/austere.h index ecc30cf..0f9d5c1 100644 --- a/src/xencrsh/austere.h +++ b/src/xencrsh/austere.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -56,3 +57,4 @@ __AustereFree( #define AustereFree(x) __AustereFree(__FUNCTION__, x); #endif // _XENVBD_AUSTERE_H + diff --git a/src/xencrsh/buffer.c b/src/xencrsh/buffer.c index 530daca..a9f04f9 100644 --- a/src/xencrsh/buffer.c +++ b/src/xencrsh/buffer.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -187,3 +188,4 @@ BufferCopyOut( RtlCopyMemory(Output, Buf->VAddr, Length); } + diff --git a/src/xencrsh/buffer.h b/src/xencrsh/buffer.h index 002cd40..0b4502e 100644 --- a/src/xencrsh/buffer.h +++ b/src/xencrsh/buffer.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -70,3 +71,4 @@ BufferCopyOut( ); #endif // _XENVBD_BUFFER_H + diff --git a/src/xencrsh/driver.c b/src/xencrsh/driver.c index 9e20729..d4fd729 100644 --- a/src/xencrsh/driver.c +++ b/src/xencrsh/driver.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -367,3 +368,4 @@ DriverUnload( { UNREFERENCED_PARAMETER(_DriverObject); } + diff --git a/src/xencrsh/driver.h b/src/xencrsh/driver.h index d0d0fc2..1dd7afb 100644 --- a/src/xencrsh/driver.h +++ b/src/xencrsh/driver.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -90,3 +91,4 @@ DriverGetOperatingMode( ); #endif // _XENVBD_XENVBD_H + diff --git a/src/xencrsh/evtchn.c b/src/xencrsh/evtchn.c index ecf100b..0c503a5 100644 --- a/src/xencrsh/evtchn.c +++ b/src/xencrsh/evtchn.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -237,3 +238,4 @@ fail1: return status; } + diff --git a/src/xencrsh/evtchn.h b/src/xencrsh/evtchn.h index 9540bd8..c13f867 100644 --- a/src/xencrsh/evtchn.h +++ b/src/xencrsh/evtchn.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -73,3 +74,4 @@ EventChannelClose( #endif // _XENVBD_EVTCHN_H + diff --git a/src/xencrsh/fdo.c b/src/xencrsh/fdo.c index 69f9e97..bb8edfb 100644 --- a/src/xencrsh/fdo.c +++ b/src/xencrsh/fdo.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -487,3 +488,4 @@ FdoStartIo( StorPortNotification(NextRequest, Fdo); return TRUE; } + diff --git a/src/xencrsh/fdo.h b/src/xencrsh/fdo.h index c40d7a1..33c64ec 100644 --- a/src/xencrsh/fdo.h +++ b/src/xencrsh/fdo.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -94,3 +95,4 @@ FdoStartIo( ); #endif // _XENVBD_FDO_H + diff --git a/src/xencrsh/frontend.c b/src/xencrsh/frontend.c index a64e79d..f60733a 100644 --- a/src/xencrsh/frontend.c +++ b/src/xencrsh/frontend.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -1198,3 +1199,4 @@ fail1: } + diff --git a/src/xencrsh/frontend.h b/src/xencrsh/frontend.h index bd3cf6b..ab909dc 100644 --- a/src/xencrsh/frontend.h +++ b/src/xencrsh/frontend.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -131,3 +132,4 @@ FrontendPushRequestAndCheckNotify( ); #endif // _XENVBD_FRONTEND_H + diff --git a/src/xencrsh/gnttab.c b/src/xencrsh/gnttab.c index 9d56bb2..3cd94d0 100644 --- a/src/xencrsh/gnttab.c +++ b/src/xencrsh/gnttab.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -267,3 +268,4 @@ GnttabTerminate( { ASSERT3U(GnttabContext.Count, ==, 0); } + diff --git a/src/xencrsh/gnttab.h b/src/xencrsh/gnttab.h index 598d965..e606f25 100644 --- a/src/xencrsh/gnttab.h +++ b/src/xencrsh/gnttab.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -65,3 +66,4 @@ GnttabRevokeForeignAccess( ); #endif // _XENVBD_GNTTAB_H + diff --git a/src/xencrsh/hvm.c b/src/xencrsh/hvm.c index 3e396ec..f64621e 100644 --- a/src/xencrsh/hvm.c +++ b/src/xencrsh/hvm.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -390,3 +391,4 @@ fail1: return status; } + diff --git a/src/xencrsh/hvm.h b/src/xencrsh/hvm.h index 433d73a..70fb6e6 100644 --- a/src/xencrsh/hvm.h +++ b/src/xencrsh/hvm.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -66,3 +67,4 @@ HvmGetMemoryType( ); #endif // _XENVBD_HVM_H + diff --git a/src/xencrsh/hypercall.h b/src/xencrsh/hypercall.h index 03f4b30..b78cc03 100644 --- a/src/xencrsh/hypercall.h +++ b/src/xencrsh/hypercall.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -64,3 +65,4 @@ ___Hypercall3( (ULONG_PTR)(_Argument3))) #endif // _XEN_HYPERCALL_H + diff --git a/src/xencrsh/hypercall_stub.c b/src/xencrsh/hypercall_stub.c index 846a4bb..6abe65f 100644 --- a/src/xencrsh/hypercall_stub.c +++ b/src/xencrsh/hypercall_stub.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -64,3 +65,4 @@ ___Hypercall3( { return asm___hypercall3(Ordinal, Argument1, Argument2, Argument3); } + diff --git a/src/xencrsh/log.c b/src/xencrsh/log.c index 0fdb78d..b27afe5 100644 --- a/src/xencrsh/log.c +++ b/src/xencrsh/log.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -289,3 +290,4 @@ __LogMessage( UNREFERENCED_PARAMETER(Level); #endif } + diff --git a/src/xencrsh/log.h b/src/xencrsh/log.h index edc39ff..be326f7 100644 --- a/src/xencrsh/log.h +++ b/src/xencrsh/log.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -56,3 +57,4 @@ __LogMessage( #endif #endif // _XENCRSH_LOG_H + diff --git a/src/xencrsh/pdo.c b/src/xencrsh/pdo.c index c3a9300..995246a 100644 --- a/src/xencrsh/pdo.c +++ b/src/xencrsh/pdo.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -1202,3 +1203,4 @@ PdoEvtchnInterruptHandler( { FrontendEvtchnCallback(&Pdo->Frontend); } + diff --git a/src/xencrsh/pdo.h b/src/xencrsh/pdo.h index cca99c5..40a9406 100644 --- a/src/xencrsh/pdo.h +++ b/src/xencrsh/pdo.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -128,3 +129,4 @@ PdoEvtchnInterruptHandler( ); #endif // _XENVBD_PDO_H + diff --git a/src/xencrsh/pdoinquiry.c b/src/xencrsh/pdoinquiry.c index b72bcf8..d975c8a 100644 --- a/src/xencrsh/pdoinquiry.c +++ b/src/xencrsh/pdoinquiry.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -763,3 +764,4 @@ PdoInquiry( } } + diff --git a/src/xencrsh/pdoinquiry.h b/src/xencrsh/pdoinquiry.h index e87a882..87ed5e7 100644 --- a/src/xencrsh/pdoinquiry.h +++ b/src/xencrsh/pdoinquiry.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -57,3 +58,4 @@ PdoInquiry( #endif // _XENVBD_PDO_INQUIRY_H + diff --git a/src/xencrsh/queue.c b/src/xencrsh/queue.c index daa5807..3228620 100644 --- a/src/xencrsh/queue.c +++ b/src/xencrsh/queue.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -210,3 +211,4 @@ QueueDebugCallback( Queue->MaxCount = Queue->Count; } + diff --git a/src/xencrsh/queue.h b/src/xencrsh/queue.h index e02d00d..1013f31 100644 --- a/src/xencrsh/queue.h +++ b/src/xencrsh/queue.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -82,3 +83,4 @@ QueueDebugCallback( ); #endif // _XENVBD_QUEUE_H + diff --git a/src/xencrsh/ring.h b/src/xencrsh/ring.h index b232dbb..b580c0b 100644 --- a/src/xencrsh/ring.h +++ b/src/xencrsh/ring.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -58,3 +59,4 @@ typedef struct _XENVBD_REQUEST { } XENVBD_REQUEST, *PXENVBD_REQUEST; #endif // _XENVBD_RING_H + diff --git a/src/xencrsh/srbext.h b/src/xencrsh/srbext.h index bc1f81b..80c34b0 100644 --- a/src/xencrsh/srbext.h +++ b/src/xencrsh/srbext.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -58,3 +59,4 @@ GetSrbExt( } #endif // _XENVBD_SRBEXT_H + diff --git a/src/xencrsh/store.c b/src/xencrsh/store.c index 04051bd..babe973 100644 --- a/src/xencrsh/store.c +++ b/src/xencrsh/store.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -1162,3 +1163,4 @@ StoreTerminate() { RtlZeroMemory(&StoreContext, sizeof(XENBUS_STORE_CONTEXT)); } + diff --git a/src/xencrsh/store.h b/src/xencrsh/store.h index 6627f50..bc87900 100644 --- a/src/xencrsh/store.h +++ b/src/xencrsh/store.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -92,3 +93,4 @@ StoreTransactionEnd( ); #endif // _XENVBD_STORE_H + diff --git a/src/xencrsh/xencrsh.def b/src/xencrsh/xencrsh.def index 246ab9e..f9b7ed4 100644 --- a/src/xencrsh/xencrsh.def +++ b/src/xencrsh/xencrsh.def @@ -1,4 +1,5 @@ -; Copyright (c) Citrix Systems Inc. +; Copyright (c) Xen Project. +; Copyright (c) Cloud Software Group, Inc. ; All rights reserved. ; ; Redistribution and use in source and binary forms, @@ -33,3 +34,4 @@ NAME xencrsh.sys EXPORTS DllInitialize PRIVATE DllUnload PRIVATE + diff --git a/src/xencrsh/xencrsh.rc b/src/xencrsh/xencrsh.rc index 111d7cc..31a89f1 100644 --- a/src/xencrsh/xencrsh.rc +++ b/src/xencrsh/xencrsh.rc @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -54,3 +55,4 @@ #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #include <common.ver> + diff --git a/src/xendisk/assert.h b/src/xendisk/assert.h index 0d12350..471b6a3 100644 --- a/src/xendisk/assert.h +++ b/src/xendisk/assert.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -217,3 +218,4 @@ _IsZeroMemory( #define EQUIV(_X, _Y) (IMPLY((_X), (_Y)) && IMPLY((_Y), (_X))) #endif // _XENDISK_ASSERT_H + diff --git a/src/xendisk/debug.h b/src/xendisk/debug.h index fd3cdcc..1253b0c 100644 --- a/src/xendisk/debug.h +++ b/src/xendisk/debug.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -92,3 +93,4 @@ __DebugMessage( #include "assert.h" #endif // _DEBUG_H + diff --git a/src/xendisk/driver.c b/src/xendisk/driver.c index 505db26..bb219dc 100644 --- a/src/xendisk/driver.c +++ b/src/xendisk/driver.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -295,3 +296,4 @@ fail1: return status; } + diff --git a/src/xendisk/driver.h b/src/xendisk/driver.h index 4221348..2dc1a42 100644 --- a/src/xendisk/driver.h +++ b/src/xendisk/driver.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -73,3 +74,4 @@ typedef struct _XENDISK_DX { #pragma warning(pop) #endif // _XENDISK_DRIVER_H + diff --git a/src/xendisk/fdo.c b/src/xendisk/fdo.c index e260f85..8b66b57 100644 --- a/src/xendisk/fdo.c +++ b/src/xendisk/fdo.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -1957,3 +1958,4 @@ FdoDestroy( IoDeleteDevice(FilterDeviceObject); } + diff --git a/src/xendisk/fdo.h b/src/xendisk/fdo.h index a6fb68b..cc8e3e5 100644 --- a/src/xendisk/fdo.h +++ b/src/xendisk/fdo.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -81,3 +82,4 @@ FdoDestroy( ); #endif // _XENDISK_FDO_H + diff --git a/src/xendisk/mutex.h b/src/xendisk/mutex.h index 3618824..c9f113e 100644 --- a/src/xendisk/mutex.h +++ b/src/xendisk/mutex.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -111,3 +112,4 @@ ReleaseMutex( } #endif // _XENDISK_MUTEX_H + diff --git a/src/xendisk/pdo.c b/src/xendisk/pdo.c index d996643..bee6e0c 100644 --- a/src/xendisk/pdo.c +++ b/src/xendisk/pdo.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -2264,3 +2265,4 @@ PdoDestroy( IoDeleteDevice(FilterDeviceObject); } + diff --git a/src/xendisk/pdo.h b/src/xendisk/pdo.h index 6d17619..64e0bfa 100644 --- a/src/xendisk/pdo.h +++ b/src/xendisk/pdo.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -74,3 +75,4 @@ PdoDispatch( ); #endif // _XENDISK_PDO_H + diff --git a/src/xendisk/registry.c b/src/xendisk/registry.c index 56f3942..17f57c8 100644 --- a/src/xendisk/registry.c +++ b/src/xendisk/registry.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -1490,3 +1491,4 @@ RegistryCloseKey( { ZwClose(Key); } + diff --git a/src/xendisk/registry.h b/src/xendisk/registry.h index 24c0bf3..deab012 100644 --- a/src/xendisk/registry.h +++ b/src/xendisk/registry.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -201,3 +202,4 @@ RegistryCloseKey( ); #endif // _XENDISK_REGISTRY_H + diff --git a/src/xendisk/thread.c b/src/xendisk/thread.c index 32c0587..aa8d05b 100644 --- a/src/xendisk/thread.c +++ b/src/xendisk/thread.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -223,3 +224,4 @@ ThreadJoin( __ThreadFree(Thread); } + diff --git a/src/xendisk/thread.h b/src/xendisk/thread.h index 7c655a8..8045012 100644 --- a/src/xendisk/thread.h +++ b/src/xendisk/thread.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -72,3 +73,4 @@ ThreadJoin( ); #endif // _XENDISK_THREAD_H + diff --git a/src/xendisk/types.h b/src/xendisk/types.h index 5e89681..3bda05c 100644 --- a/src/xendisk/types.h +++ b/src/xendisk/types.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -51,3 +52,4 @@ typedef enum _DEVICE_PNP_STATE { } DEVICE_PNP_STATE, *PDEVICE_PNP_STATE; #endif // _XENDISK_TYPES_H + diff --git a/src/xendisk/xendisk.rc b/src/xendisk/xendisk.rc index 3d1f421..9b9b3ea 100644 --- a/src/xendisk/xendisk.rc +++ b/src/xendisk/xendisk.rc @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -54,3 +55,4 @@ #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #include <common.ver> + diff --git a/src/xenvbd.inf b/src/xenvbd.inf index 7bec8c3..3bac388 100644 --- a/src/xenvbd.inf +++ b/src/xenvbd.inf @@ -1,4 +1,5 @@ -; Copyright (c) Citrix Systems Inc. +; Copyright (c) Xen Project. +; Copyright (c) Cloud Software Group, Inc. ; All rights reserved. ; ; Redistribution and use in source and binary forms, @@ -134,3 +135,4 @@ SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL = 0x3 + diff --git a/src/xenvbd/adapter.c b/src/xenvbd/adapter.c index 8a13af9..d285120 100644 --- a/src/xenvbd/adapter.c +++ b/src/xenvbd/adapter.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -2314,3 +2315,4 @@ ADAPTER_GET_INTERFACE(Gnttab, PXENBUS_GNTTAB_INTERFACE) ADAPTER_GET_INTERFACE(Suspend, PXENBUS_SUSPEND_INTERFACE) #undef ADAPTER_GET_INTERFACE + diff --git a/src/xenvbd/adapter.h b/src/xenvbd/adapter.h index c6057ff..11264ee 100644 --- a/src/xenvbd/adapter.h +++ b/src/xenvbd/adapter.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -130,3 +131,4 @@ AdapterDriverEntry( ); #endif // _XENVBD_ADAPTER_H + diff --git a/src/xenvbd/assert.h b/src/xenvbd/assert.h index 503d2a5..7dda1fc 100644 --- a/src/xenvbd/assert.h +++ b/src/xenvbd/assert.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -235,3 +236,4 @@ _IsZeroMemory( #endif // _XENVBD_ASSERT_H + diff --git a/src/xenvbd/base64.c b/src/xenvbd/base64.c index 223579a..7527b5e 100644 --- a/src/xenvbd/base64.c +++ b/src/xenvbd/base64.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -166,3 +167,4 @@ fail1: *Length = 0; return status; } + diff --git a/src/xenvbd/base64.h b/src/xenvbd/base64.h index 656c8fc..ac357dc 100644 --- a/src/xenvbd/base64.h +++ b/src/xenvbd/base64.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -47,3 +48,4 @@ Base64Decode( ); #endif // _XENVBD_BASE64_H + diff --git a/src/xenvbd/debug.h b/src/xenvbd/debug.h index f119b67..c8e284d 100644 --- a/src/xenvbd/debug.h +++ b/src/xenvbd/debug.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -92,3 +93,4 @@ __DebugMessage( #include "assert.h" #endif // _DEBUG_H + diff --git a/src/xenvbd/driver.c b/src/xenvbd/driver.c index 1084c30..a866cdc 100644 --- a/src/xenvbd/driver.c +++ b/src/xenvbd/driver.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -430,3 +431,4 @@ fail1: return status; } + diff --git a/src/xenvbd/driver.h b/src/xenvbd/driver.h index c2fd44a..2267854 100644 --- a/src/xenvbd/driver.h +++ b/src/xenvbd/driver.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -106,3 +107,4 @@ DriverGetMaxQueues( ); #endif // _XENVBD_DRIVER_H + diff --git a/src/xenvbd/frontend.c b/src/xenvbd/frontend.c index f834cac..999910e 100644 --- a/src/xenvbd/frontend.c +++ b/src/xenvbd/frontend.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -2000,3 +2001,4 @@ FrontendDestroy( __FrontendFree(Frontend); Trace("Target[%d] @ (%d) <=====\n", TargetId, KeGetCurrentIrql()); } + diff --git a/src/xenvbd/frontend.h b/src/xenvbd/frontend.h index 19c5cc8..2620852 100644 --- a/src/xenvbd/frontend.h +++ b/src/xenvbd/frontend.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -172,3 +173,4 @@ FRONTEND_GET_PROPERTY(NumQueues, ULONG) #undef FRONTEND_GET_PROPERTY #endif // _XENVBD_FRONTEND_H + diff --git a/src/xenvbd/granter.c b/src/xenvbd/granter.c index afb29bc..be0ede5 100644 --- a/src/xenvbd/granter.c +++ b/src/xenvbd/granter.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -380,3 +381,4 @@ GranterReference( &Granter->GnttabInterface, Entry); } + diff --git a/src/xenvbd/granter.h b/src/xenvbd/granter.h index b840c13..3813900 100644 --- a/src/xenvbd/granter.h +++ b/src/xenvbd/granter.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -96,3 +97,4 @@ GranterReference( ); #endif // _XENVBD_GRANTER_H + diff --git a/src/xenvbd/registry.c b/src/xenvbd/registry.c index bb105b9..9e29424 100644 --- a/src/xenvbd/registry.c +++ b/src/xenvbd/registry.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -1515,3 +1516,4 @@ RegistryCloseKey( { ZwClose(Key); } + diff --git a/src/xenvbd/registry.h b/src/xenvbd/registry.h index 9bf492e..35670ac 100644 --- a/src/xenvbd/registry.h +++ b/src/xenvbd/registry.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -222,3 +223,4 @@ RegistryCloseKey( ); #endif // _XENVBD_REGISTRY_H + diff --git a/src/xenvbd/ring.c b/src/xenvbd/ring.c index ca84051..6fb77d5 100644 --- a/src/xenvbd/ring.c +++ b/src/xenvbd/ring.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -2828,3 +2829,4 @@ RingQueueShutdown( return __BlkifRingQueueShutdown(BlkifRing, SrbExt); } + diff --git a/src/xenvbd/ring.h b/src/xenvbd/ring.h index 81c2644..45f7cfa 100644 --- a/src/xenvbd/ring.h +++ b/src/xenvbd/ring.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -87,3 +88,4 @@ RingQueueShutdown( ); #endif // _XENVBD_RING_H + diff --git a/src/xenvbd/srbext.h b/src/xenvbd/srbext.h index c84c241..ce94d79 100644 --- a/src/xenvbd/srbext.h +++ b/src/xenvbd/srbext.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -95,3 +96,4 @@ typedef struct _XENVBD_INDIRECT { } XENVBD_INDIRECT, *PXENVBD_INDIRECT; #endif // _XENVBD_SRBEXT_H + diff --git a/src/xenvbd/target.c b/src/xenvbd/target.c index e71200f..3dc79b4 100644 --- a/src/xenvbd/target.c +++ b/src/xenvbd/target.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -1504,3 +1505,4 @@ TargetGetMissing( } #undef TARGET_GET_PROPERTY + diff --git a/src/xenvbd/target.h b/src/xenvbd/target.h index c6c027a..a1a7684 100644 --- a/src/xenvbd/target.h +++ b/src/xenvbd/target.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -139,3 +140,4 @@ TARGET_GET_PROPERTY(Missing, BOOLEAN) #undef TARGET_GET_PROPERTY #endif // _XENVBD_TARGET_H + diff --git a/src/xenvbd/thread.c b/src/xenvbd/thread.c index dd4c8a0..e4a9e8e 100644 --- a/src/xenvbd/thread.c +++ b/src/xenvbd/thread.c @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -261,3 +262,4 @@ ThreadJoin( RtlZeroMemory(Thread, sizeof(XENVBD_THREAD)); __ThreadFree(Thread); } + diff --git a/src/xenvbd/thread.h b/src/xenvbd/thread.h index 9aa7ede..c0bac2f 100644 --- a/src/xenvbd/thread.h +++ b/src/xenvbd/thread.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -86,3 +87,4 @@ ThreadJoin( #endif // _XENVBD_THREAD_H + diff --git a/src/xenvbd/types.h b/src/xenvbd/types.h index c45bad0..79626cb 100644 --- a/src/xenvbd/types.h +++ b/src/xenvbd/types.h @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -53,3 +54,4 @@ typedef enum _XENVBD_DEVICE_TYPE { #endif // _XENVBD_TYPES_H + diff --git a/src/xenvbd/xenvbd.rc b/src/xenvbd/xenvbd.rc index 02a35d7..2a93da3 100644 --- a/src/xenvbd/xenvbd.rc +++ b/src/xenvbd/xenvbd.rc @@ -1,4 +1,5 @@ -/* Copyright (c) Citrix Systems Inc. +/* Copyright (c) Xen Project. + * Copyright (c) Cloud Software Group, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, @@ -54,3 +55,4 @@ #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #include <common.ver> + -- 2.39.0.windows.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |