[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 3/3] [XenVif] 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/ethernet.h | 4 +++- include/evtchn_interface.h | 4 +++- include/gnttab_interface.h | 4 +++- include/ipx.h | 4 +++- include/llc.h | 4 +++- include/range_set_interface.h | 4 +++- include/revision.h | 4 +++- include/store_interface.h | 4 +++- include/suspend_interface.h | 4 +++- include/tcpip.h | 4 +++- include/unplug_interface.h | 4 +++- include/vif_interface.h | 4 +++- include/xen-types.h | 4 +++- include/xen-version.h | 4 +++- include/xen-warnings.h | 4 +++- include/xen.h | 4 +++- src/coinst/coinst.c | 4 +++- src/coinst/xenvif_coinst.def | 4 +++- src/coinst/xenvif_coinst.rc | 4 +++- src/xenvif.inf | 4 +++- src/xenvif/assert.h | 4 +++- src/xenvif/bus.c | 4 +++- src/xenvif/bus.h | 4 +++- src/xenvif/checksum.c | 4 +++- src/xenvif/checksum.h | 4 +++- src/xenvif/controller.c | 4 +++- src/xenvif/controller.h | 4 +++- src/xenvif/dbg_print.h | 4 +++- src/xenvif/driver.c | 4 +++- src/xenvif/driver.h | 4 +++- src/xenvif/fdo.c | 4 +++- src/xenvif/fdo.h | 4 +++- src/xenvif/frontend.c | 4 +++- src/xenvif/frontend.h | 4 +++- src/xenvif/link.c | 4 +++- src/xenvif/link.h | 4 +++- src/xenvif/mac.c | 4 +++- src/xenvif/mac.h | 4 +++- src/xenvif/mrsw.h | 4 +++- src/xenvif/mutex.h | 4 +++- src/xenvif/names.h | 4 +++- src/xenvif/parse.c | 4 +++- src/xenvif/parse.h | 4 +++- src/xenvif/pdo.c | 4 +++- src/xenvif/pdo.h | 4 +++- src/xenvif/receiver.c | 4 +++- src/xenvif/receiver.h | 4 +++- src/xenvif/registry.c | 4 +++- src/xenvif/registry.h | 4 +++- src/xenvif/settings.c | 4 +++- src/xenvif/settings.h | 4 +++- src/xenvif/thread.c | 4 +++- src/xenvif/thread.h | 4 +++- src/xenvif/transmitter.c | 4 +++- src/xenvif/transmitter.h | 4 +++- src/xenvif/types.h | 4 +++- src/xenvif/util.h | 4 +++- src/xenvif/vif.c | 4 +++- src/xenvif/vif.h | 4 +++- src/xenvif/xenvif.rc | 4 +++- 63 files changed, 189 insertions(+), 63 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/ethernet.h b/include/ethernet.h index 39eda68..8476484 100644 --- a/include/ethernet.h +++ b/include/ethernet.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, @@ -152,3 +153,4 @@ typedef union _ETHERNET_HEADER { #pragma warning(pop) #endif // _ETHERNET_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/ipx.h b/include/ipx.h index 0b6bbf7..667ce42 100644 --- a/include/ipx.h +++ b/include/ipx.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, @@ -68,3 +69,4 @@ typedef struct _IPX_HEADER { #pragma warning(pop) #endif //_IPX_H + diff --git a/include/llc.h b/include/llc.h index addd93f..621425b 100644 --- a/include/llc.h +++ b/include/llc.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, @@ -68,3 +69,4 @@ typedef struct _LLC_SNAP_HEADER { #pragma warning(pop) #endif //_LLC_H + diff --git a/include/range_set_interface.h b/include/range_set_interface.h index 5ab416d..496e2ef 100644 --- a/include/range_set_interface.h +++ b/include/range_set_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, @@ -177,3 +178,4 @@ typedef struct _XENBUS_RANGE_SET_INTERFACE_V1 XENBUS_RANGE_SET_INTERFACE, *PXENB #endif // _XENBUS_RANGE_SET_INTERFACE_H + diff --git a/include/revision.h b/include/revision.h index 4085f04..4890cf4 100644 --- a/include/revision.h +++ b/include/revision.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, @@ -46,3 +47,4 @@ DEFINE_REVISION(0x09000003, 2, 10, 2, 1) #endif // _REVISION_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/tcpip.h b/include/tcpip.h index f2fa87e..0c2061e 100644 --- a/include/tcpip.h +++ b/include/tcpip.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, @@ -315,3 +316,4 @@ typedef struct _ARP_HEADER { #pragma warning(pop) #endif //_TCPIP_H + diff --git a/include/unplug_interface.h b/include/unplug_interface.h index 83b3dc9..173a1bc 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, @@ -114,3 +115,4 @@ typedef struct _XENBUS_UNPLUG_INTERFACE_V1 XENBUS_UNPLUG_INTERFACE, *PXENBUS_UNP #endif // _XENBUS_UNPLUG_INTERFACE_H + diff --git a/include/vif_interface.h b/include/vif_interface.h index a600d35..3a76056 100644 --- a/include/vif_interface.h +++ b/include/vif_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, @@ -1004,3 +1005,4 @@ typedef struct _XENVIF_VIF_INTERFACE_V10 XENVIF_VIF_INTERFACE, *PXENVIF_VIF_INTE #define XENVIF_VIF_INTERFACE_VERSION_MAX 10 #endif // _XENVIF_INTERFACE_H + diff --git a/include/xen-types.h b/include/xen-types.h index cfad732..6def098 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, @@ -51,3 +52,4 @@ typedef ULONG64 uint64_t; #define xen_rmb() KememoryBarrier() #endif // _XEN_TYPES_H + diff --git a/include/xen-version.h b/include/xen-version.h index 5da4233..39f6e24 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 5a095b4..a84f19f 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, @@ -40,3 +41,4 @@ # pragma warning(disable:4200) // nonstandard extension used : zero-sized array in struct/union #endif // _XEN_WARNINGS_H + diff --git a/include/xen.h b/include/xen.h index 9dccd0c..c3446c6 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, @@ -43,3 +44,4 @@ #include <public/io/xenbus.h> #endif // _XEN_H + diff --git a/src/coinst/coinst.c b/src/coinst/coinst.c index 489e600..7176739 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, @@ -1704,3 +1705,4 @@ DllMain( return TRUE; } + diff --git a/src/coinst/xenvif_coinst.def b/src/coinst/xenvif_coinst.def index df65c7f..afb57d4 100644 --- a/src/coinst/xenvif_coinst.def +++ b/src/coinst/xenvif_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/xenvif_coinst.rc b/src/coinst/xenvif_coinst.rc index 308e736..c7d9d5e 100644 --- a/src/coinst/xenvif_coinst.rc +++ b/src/coinst/xenvif_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/xenvif.inf b/src/xenvif.inf index 5dfcd90..79c84ec 100644 --- a/src/xenvif.inf +++ b/src/xenvif.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, @@ -113,3 +114,4 @@ SERVICE_ERROR_IGNORE=0x0 SERVICE_ERROR_NORMAL=0x1 SERVICE_ERROR_SEVERE=0x2 SERVICE_ERROR_CRITICAL=0x3 + diff --git a/src/xenvif/assert.h b/src/xenvif/assert.h index dade311..c63d069 100644 --- a/src/xenvif/assert.h +++ b/src/xenvif/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, @@ -216,3 +217,4 @@ _IsZeroMemory( #define EQUIV(_X, _Y) (IMPLY((_X), (_Y)) && IMPLY((_Y), (_X))) #endif // _XENVIF_ASSERT_H + diff --git a/src/xenvif/bus.c b/src/xenvif/bus.c index d3796e3..30b9c89 100644 --- a/src/xenvif/bus.c +++ b/src/xenvif/bus.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, @@ -218,3 +219,4 @@ BusTeardown( Trace("<====\n"); } + diff --git a/src/xenvif/bus.h b/src/xenvif/bus.h index 6a1d78c..7471599 100644 --- a/src/xenvif/bus.h +++ b/src/xenvif/bus.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, @@ -50,3 +51,4 @@ BusTeardown( #endif // _XENVIF_BUS_H + diff --git a/src/xenvif/checksum.c b/src/xenvif/checksum.c index c9879fb..4b42a6f 100644 --- a/src/xenvif/checksum.c +++ b/src/xenvif/checksum.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 @@ ChecksumUdpPacket( return (USHORT)~Accumulator; } + diff --git a/src/xenvif/checksum.h b/src/xenvif/checksum.h index 67ed895..eef09df 100644 --- a/src/xenvif/checksum.h +++ b/src/xenvif/checksum.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 @@ ChecksumVerify( ); #endif // _XENVIF_CHECKSUM_H + diff --git a/src/xenvif/controller.c b/src/xenvif/controller.c index 3cd0a26..80ac89e 100644 --- a/src/xenvif/controller.c +++ b/src/xenvif/controller.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, @@ -1156,3 +1157,4 @@ fail1: return status; } + diff --git a/src/xenvif/controller.h b/src/xenvif/controller.h index 5a7b688..741c5d8 100644 --- a/src/xenvif/controller.h +++ b/src/xenvif/controller.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, @@ -124,3 +125,4 @@ ControllerSetHashMapping( #endif // _XENVIF_CONTROLLER_H + diff --git a/src/xenvif/dbg_print.h b/src/xenvif/dbg_print.h index b645526..45b5cdd 100644 --- a/src/xenvif/dbg_print.h +++ b/src/xenvif/dbg_print.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, @@ -151,3 +152,4 @@ __Info( __Info(__MODULE__ "|" __FUNCTION__ ": ", __VA_ARGS__) #endif // _XENVIF_DBG_PRINT_H + diff --git a/src/xenvif/driver.c b/src/xenvif/driver.c index c37ffa5..de33c53 100644 --- a/src/xenvif/driver.c +++ b/src/xenvif/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, @@ -509,3 +510,4 @@ fail1: return status; } + diff --git a/src/xenvif/driver.h b/src/xenvif/driver.h index 0d7ca8d..7b3a7f4 100644 --- a/src/xenvif/driver.h +++ b/src/xenvif/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, @@ -97,3 +98,4 @@ typedef struct _XENVIF_DX { #pragma warning(pop) #endif // _XENVIF_DRIVER_H + diff --git a/src/xenvif/fdo.c b/src/xenvif/fdo.c index b684c7b..8e396e1 100644 --- a/src/xenvif/fdo.c +++ b/src/xenvif/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, @@ -3330,3 +3331,4 @@ FdoDestroy( IoDeleteDevice(FunctionDeviceObject); } + diff --git a/src/xenvif/fdo.h b/src/xenvif/fdo.h index 23f07cb..e2eeef2 100644 --- a/src/xenvif/fdo.h +++ b/src/xenvif/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, @@ -155,3 +156,4 @@ FdoDestroy( ); #endif // _XENVIF_FDO_H + diff --git a/src/xenvif/frontend.c b/src/xenvif/frontend.c index e38d2bf..6049e93 100644 --- a/src/xenvif/frontend.c +++ b/src/xenvif/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, @@ -3098,3 +3099,4 @@ FrontendTeardown( Trace("<====\n"); } + diff --git a/src/xenvif/frontend.h b/src/xenvif/frontend.h index 8e5552e..27cc7f1 100644 --- a/src/xenvif/frontend.h +++ b/src/xenvif/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, @@ -245,3 +246,4 @@ FrontendGetQueue( ); #endif // _XENVIF_FRONTEND_H + diff --git a/src/xenvif/link.c b/src/xenvif/link.c index a9b75b3..4c6f331 100644 --- a/src/xenvif/link.c +++ b/src/xenvif/link.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, @@ -249,3 +250,4 @@ fail1: #undef MK_PTR } + diff --git a/src/xenvif/link.h b/src/xenvif/link.h index 8b82a03..fd4fc04 100644 --- a/src/xenvif/link.h +++ b/src/xenvif/link.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, @@ -40,3 +41,4 @@ LinkGetRoutineAddress( ); #endif // _XENVIF_LINK_H + diff --git a/src/xenvif/mac.c b/src/xenvif/mac.c index 606e476..79ed3d3 100644 --- a/src/xenvif/mac.c +++ b/src/xenvif/mac.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, @@ -1174,3 +1175,4 @@ MacApplyFilters( return Allow; } + diff --git a/src/xenvif/mac.h b/src/xenvif/mac.h index 9340f01..f58b8c8 100644 --- a/src/xenvif/mac.h +++ b/src/xenvif/mac.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, @@ -148,3 +149,4 @@ MacApplyFilters( ); #endif // _XENVIF_MAC_H + diff --git a/src/xenvif/mrsw.h b/src/xenvif/mrsw.h index 7625135..d812eec 100644 --- a/src/xenvif/mrsw.h +++ b/src/xenvif/mrsw.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, @@ -286,3 +287,4 @@ ReleaseMrswLockShared( } #endif // _XENVIF_MRSW_H + diff --git a/src/xenvif/mutex.h b/src/xenvif/mutex.h index 8fc77b4..da787b8 100644 --- a/src/xenvif/mutex.h +++ b/src/xenvif/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, @@ -80,3 +81,4 @@ ReleaseMutex( } #endif // _XENVIF_MUTEX_H + diff --git a/src/xenvif/names.h b/src/xenvif/names.h index 0ab16e6..0104ca7 100644 --- a/src/xenvif/names.h +++ b/src/xenvif/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, @@ -364,3 +365,4 @@ XenbusStateName( } #endif // _XENVIF_NAMES_H_ + diff --git a/src/xenvif/parse.c b/src/xenvif/parse.c index 4e70ed4..963464d 100644 --- a/src/xenvif/parse.c +++ b/src/xenvif/parse.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, @@ -588,3 +589,4 @@ ParsePacket( Payload, Info); } + diff --git a/src/xenvif/parse.h b/src/xenvif/parse.h index f169783..5fae27c 100644 --- a/src/xenvif/parse.h +++ b/src/xenvif/parse.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 @@ ParsePacket( ); #endif // _XENVIF_PARSE_H + diff --git a/src/xenvif/pdo.c b/src/xenvif/pdo.c index 4a6bfd1..eeebbcf 100644 --- a/src/xenvif/pdo.c +++ b/src/xenvif/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, @@ -2932,3 +2933,4 @@ PdoDestroy( IoDeleteDevice(PhysicalDeviceObject); } + diff --git a/src/xenvif/pdo.h b/src/xenvif/pdo.h index 7066aaf..b20fe48 100644 --- a/src/xenvif/pdo.h +++ b/src/xenvif/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, @@ -210,3 +211,4 @@ PdoDispatch( ); #endif // _XENVIF_PDO_H + diff --git a/src/xenvif/receiver.c b/src/xenvif/receiver.c index 2145133..1ef9406 100644 --- a/src/xenvif/receiver.c +++ b/src/xenvif/receiver.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, @@ -4109,3 +4110,4 @@ fail1: return status; } + diff --git a/src/xenvif/receiver.h b/src/xenvif/receiver.h index 7846f0b..c4a3167 100644 --- a/src/xenvif/receiver.h +++ b/src/xenvif/receiver.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, @@ -145,3 +146,4 @@ ReceiverUpdateHashMapping( ); #endif // _XENVIF_RECEIVER_H + diff --git a/src/xenvif/registry.c b/src/xenvif/registry.c index 9f5628c..ee2e9b7 100644 --- a/src/xenvif/registry.c +++ b/src/xenvif/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, @@ -1480,3 +1481,4 @@ RegistryCloseKey( { ZwClose(Key); } + diff --git a/src/xenvif/registry.h b/src/xenvif/registry.h index faa6c71..7d533b6 100644 --- a/src/xenvif/registry.h +++ b/src/xenvif/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 // _XENVIF_REGISTRY_H + diff --git a/src/xenvif/settings.c b/src/xenvif/settings.c index 876dc13..ca38ab5 100644 --- a/src/xenvif/settings.c +++ b/src/xenvif/settings.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, @@ -692,3 +693,4 @@ fail1: return status; } + diff --git a/src/xenvif/settings.h b/src/xenvif/settings.h index a77ef00..c275917 100644 --- a/src/xenvif/settings.h +++ b/src/xenvif/settings.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 @@ SettingsRestore( ); #endif // _XENVIF_SETTINGS_H + diff --git a/src/xenvif/thread.c b/src/xenvif/thread.c index 6155538..12abe5f 100644 --- a/src/xenvif/thread.c +++ b/src/xenvif/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, @@ -224,3 +225,4 @@ ThreadJoin( __ThreadFree(Thread); } + diff --git a/src/xenvif/thread.h b/src/xenvif/thread.h index d5f0009..2ff6cb2 100644 --- a/src/xenvif/thread.h +++ b/src/xenvif/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, @@ -73,3 +74,4 @@ ThreadJoin( #endif // _XENVIF_THREAD_H + diff --git a/src/xenvif/transmitter.c b/src/xenvif/transmitter.c index ed89f60..40364ff 100644 --- a/src/xenvif/transmitter.c +++ b/src/xenvif/transmitter.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, @@ -5463,3 +5464,4 @@ TransmitterQueryLargePacketSize( XENVIF_TRANSMITTER_MAXIMUM_TCPV6_PAYLOAD_SIZE) : 0; } + diff --git a/src/xenvif/transmitter.h b/src/xenvif/transmitter.h index d44f77e..3a55fa3 100644 --- a/src/xenvif/transmitter.h +++ b/src/xenvif/transmitter.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, @@ -154,3 +155,4 @@ TransmitterRequestMulticastControl( ); #endif // _XENVIF_TRANSMITTER_H + diff --git a/src/xenvif/types.h b/src/xenvif/types.h index 3c1ec40..5ffb1a3 100644 --- a/src/xenvif/types.h +++ b/src/xenvif/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 // _XENVIF_TYPES_H + diff --git a/src/xenvif/util.h b/src/xenvif/util.h index 6ff0914..cc83832 100644 --- a/src/xenvif/util.h +++ b/src/xenvif/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 // _XENVIF_UTIL_H + diff --git a/src/xenvif/vif.c b/src/xenvif/vif.c index 3e02dbc..2b05fb2 100644 --- a/src/xenvif/vif.c +++ b/src/xenvif/vif.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, @@ -1302,3 +1303,4 @@ VifGetMacThread( { return Context->MacThread; } + diff --git a/src/xenvif/vif.h b/src/xenvif/vif.h index 76e9d07..26b75e9 100644 --- a/src/xenvif/vif.h +++ b/src/xenvif/vif.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, @@ -93,3 +94,4 @@ VifGetMacThread( #endif // _XENVIF_VIF_H + diff --git a/src/xenvif/xenvif.rc b/src/xenvif/xenvif.rc index 393de91..2998814 100644 --- a/src/xenvif/xenvif.rc +++ b/src/xenvif/xenvif.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 |