[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/3] [XenCons] 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/console_interface.h    | 4 +++-
 include/debug_interface.h      | 4 +++-
 include/evtchn_interface.h     | 4 +++-
 include/gnttab_interface.h     | 4 +++-
 include/store_interface.h      | 4 +++-
 include/suspend_interface.h    | 4 +++-
 include/xen-types.h            | 4 +++-
 include/xen-version.h          | 4 +++-
 include/xen-warnings.h         | 4 +++-
 include/xen.h                  | 4 +++-
 include/xencons_device.h       | 4 +++-
 src/coinst/coinst.c            | 4 +++-
 src/coinst/xencons_coinst.def  | 4 +++-
 src/coinst/xencons_coinst.rc   | 4 +++-
 src/monitor/messages.mc        | 4 +++-
 src/monitor/monitor.c          | 4 +++-
 src/monitor/xencons_monitor.rc | 4 +++-
 src/tty/tty.c                  | 4 +++-
 src/tty/xencons_tty.rc         | 4 +++-
 src/xencons.inf                | 4 +++-
 src/xencons/assert.h           | 4 +++-
 src/xencons/console.c          | 4 +++-
 src/xencons/console.h          | 4 +++-
 src/xencons/console_abi.h      | 4 +++-
 src/xencons/dbg_print.h        | 4 +++-
 src/xencons/driver.c           | 4 +++-
 src/xencons/driver.h           | 4 +++-
 src/xencons/fdo.c              | 4 +++-
 src/xencons/fdo.h              | 4 +++-
 src/xencons/frontend.c         | 4 +++-
 src/xencons/frontend.h         | 4 +++-
 src/xencons/mutex.h            | 4 +++-
 src/xencons/names.h            | 4 +++-
 src/xencons/pdo.c              | 4 +++-
 src/xencons/pdo.h              | 4 +++-
 src/xencons/registry.c         | 4 +++-
 src/xencons/registry.h         | 4 +++-
 src/xencons/ring.c             | 4 +++-
 src/xencons/ring.h             | 4 +++-
 src/xencons/stream.c           | 4 +++-
 src/xencons/stream.h           | 4 +++-
 src/xencons/thread.c           | 4 +++-
 src/xencons/thread.h           | 4 +++-
 src/xencons/types.h            | 4 +++-
 src/xencons/util.h             | 4 +++-
 src/xencons/xencons.rc         | 4 +++-
 48 files changed, 144 insertions(+), 48 deletions(-)

diff --git a/LICENSE b/LICENSE
index df521f1..b35663c 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,
@@ -27,3 +28,4 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 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 048e06b..cbfc4c2 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/console_interface.h b/include/console_interface.h
index 7c10cef..b4286b4 100644
--- a/include/console_interface.h
+++ b/include/console_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,
@@ -182,3 +183,4 @@ typedef struct _XENBUS_CONSOLE_INTERFACE_V1 
XENBUS_CONSOLE_INTERFACE, *PXENBUS_C
 #define XENBUS_CONSOLE_INTERFACE_VERSION_MAX  1
 
 #endif  // _XENBUS_CONSOLE_INTERFACE_H
+
diff --git a/include/debug_interface.h b/include/debug_interface.h
index a5e02bf..7d891a1 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,
@@ -172,3 +173,4 @@ typedef struct _XENBUS_DEBUG_INTERFACE_V1 
XENBUS_DEBUG_INTERFACE, *PXENBUS_DEBUG
 #define XENBUS_DEBUG_INTERFACE_VERSION_MAX  1
 
 #endif  // _XENBUS_DEBUG_INTERFACE_H
+
diff --git a/include/evtchn_interface.h b/include/evtchn_interface.h
index dbe8745..2633263 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,
@@ -358,3 +359,4 @@ typedef struct _XENBUS_EVTCHN_INTERFACE_V9 
XENBUS_EVTCHN_INTERFACE, *PXENBUS_EVT
 #define XENBUS_EVTCHN_INTERFACE_VERSION_MAX 9
 
 #endif  // _XENBUS_EVTCHN_INTERFACE_H
+
diff --git a/include/gnttab_interface.h b/include/gnttab_interface.h
index 865c4f3..76303d5 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,
@@ -300,3 +301,4 @@ typedef struct _XENBUS_GNTTAB_INTERFACE_V4 
XENBUS_GNTTAB_INTERFACE, *PXENBUS_GNT
 #define XENBUS_GNTTAB_INTERFACE_VERSION_MAX 4
 
 #endif  // _XENBUS_GNTTAB_INTERFACE_H
+
diff --git a/include/store_interface.h b/include/store_interface.h
index 83fed17..b9f0647 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,
@@ -325,3 +326,4 @@ typedef struct _XENBUS_STORE_INTERFACE_V2 
XENBUS_STORE_INTERFACE, *PXENBUS_STORE
 #define XENBUS_STORE_INTERFACE_VERSION_MAX  2
 
 #endif  // _XENBUS_STORE_INTERFACE_H
+
diff --git a/include/suspend_interface.h b/include/suspend_interface.h
index 9ef386b..cc927e5 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,
@@ -174,3 +175,4 @@ typedef struct _XENBUS_SUSPEND_INTERFACE_V1 
XENBUS_SUSPEND_INTERFACE, *PXENBUS_S
 #define XENBUS_SUSPEND_INTERFACE_VERSION_MAX    1
 
 #endif  // _XENBUS_SUSPEND_INTERFACE_H
+
diff --git a/include/xen-types.h b/include/xen-types.h
index 82cb69e..cfe1ab0 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 4da807a..dcc0669 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 90ae6ae..1cd7097 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 edfe24a..db95110 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/include/xencons_device.h b/include/xencons_device.h
index c9ae2ef..ad1b946 100644
--- a/include/xencons_device.h
+++ b/include/xencons_device.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,
@@ -54,3 +55,4 @@ DEFINE_GUID(GUID_XENCONS_DEVICE,
                                              FILE_ANY_ACCESS)
 
 #endif  // _XENCONS_DEVICE_H
+
diff --git a/src/coinst/coinst.c b/src/coinst/coinst.c
index 4d2953d..1f33ebf 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,
@@ -553,3 +554,4 @@ DllMain(
 
     return TRUE;
 }
+
diff --git a/src/coinst/xencons_coinst.def b/src/coinst/xencons_coinst.def
index 69fee2e..8beded2 100644
--- a/src/coinst/xencons_coinst.def
+++ b/src/coinst/xencons_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/xencons_coinst.rc b/src/coinst/xencons_coinst.rc
index 95e6902..36de096 100644
--- a/src/coinst/xencons_coinst.rc
+++ b/src/coinst/xencons_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,
@@ -53,3 +54,4 @@
 #define VER_FILESUBTYPE                    VFT2_UNKNOWN
 
 #include "common.ver"
+
diff --git a/src/monitor/messages.mc b/src/monitor/messages.mc
index 9fff135..daac0dc 100644
--- a/src/monitor/messages.mc
+++ b/src/monitor/messages.mc
@@ -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,
@@ -52,3 +53,4 @@ SymbolicName=MONITOR_LOG
 Language=English
 %1
 .
+
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index 1912047..72d1c66 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.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 1and binary forms,
@@ -1729,3 +1730,4 @@ WinMain(
 
     return Success ? 0 : 1;
 }
+
diff --git a/src/monitor/xencons_monitor.rc b/src/monitor/xencons_monitor.rc
index 9384af6..1d33277 100644
--- a/src/monitor/xencons_monitor.rc
+++ b/src/monitor/xencons_monitor.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 @@
 
 #include "common.ver"
 #include "messages.rc"
+
diff --git a/src/tty/tty.c b/src/tty/tty.c
index c3dfcf9..e67ed24 100644
--- a/src/tty/tty.c
+++ b/src/tty/tty.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,
@@ -643,3 +644,4 @@ _tmain(
 
     Log("<====");
 }
+
diff --git a/src/tty/xencons_tty.rc b/src/tty/xencons_tty.rc
index fc80506..ef5f988 100644
--- a/src/tty/xencons_tty.rc
+++ b/src/tty/xencons_tty.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,
@@ -53,3 +54,4 @@
 #define VER_FILESUBTYPE                    VFT2_UNKNOWN
 
 #include "common.ver"
+
diff --git a/src/xencons.inf b/src/xencons.inf
index 5eab17f..5db4ad2 100644
--- a/src/xencons.inf
+++ b/src/xencons.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,
@@ -153,3 +154,4 @@ SERVICE_ERROR_CRITICAL=0x3
 
 SPSVCINST_ASSOCSERVICE=0x00000002
 SPSVCSINST_STARTSERVICE=0x00000800
+
diff --git a/src/xencons/assert.h b/src/xencons/assert.h
index c98f5f7..24406ac 100644
--- a/src/xencons/assert.h
+++ b/src/xencons/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,
@@ -200,3 +201,4 @@ _IsZeroMemory(
 #define EQUIV(_X, _Y)   (IMPLY((_X), (_Y)) && IMPLY((_Y), (_X)))
 
 #endif  // _XENCONS_ASSERT_H
+
diff --git a/src/xencons/console.c b/src/xencons/console.c
index 2e044ae..e375084 100644
--- a/src/xencons/console.c
+++ b/src/xencons/console.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,
@@ -593,3 +594,4 @@ ConsoleDestroy(
 
     Trace("<====\n");
 }
+
diff --git a/src/xencons/console.h b/src/xencons/console.h
index cd00303..2467b3e 100644
--- a/src/xencons/console.h
+++ b/src/xencons/console.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,
@@ -55,3 +56,4 @@ ConsoleDestroy(
     );
 
 #endif  // _XENCONS_CONSOLE_H
+
diff --git a/src/xencons/console_abi.h b/src/xencons/console_abi.h
index 0b2057d..b3bc225 100644
--- a/src/xencons/console_abi.h
+++ b/src/xencons/console_abi.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,
@@ -91,3 +92,4 @@ typedef struct _XENCONS_CONSOLE_ABI {
     (_Abi)->ConsoleAbi ## _Method((_Abi)->Context, __VA_ARGS__)
 
 #endif  // _XENCONS_CONSOLE_ABI_H
+
diff --git a/src/xencons/dbg_print.h b/src/xencons/dbg_print.h
index 61fb7e6..fabc781 100644
--- a/src/xencons/dbg_print.h
+++ b/src/xencons/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  // _XENCONS_DBG_PRINT_H
+
diff --git a/src/xencons/driver.c b/src/xencons/driver.c
index 56e2775..775f8b9 100644
--- a/src/xencons/driver.c
+++ b/src/xencons/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,
@@ -320,3 +321,4 @@ fail1:
 
     return status;
 }
+
diff --git a/src/xencons/driver.h b/src/xencons/driver.h
index fb5ece0..2d3b478 100644
--- a/src/xencons/driver.h
+++ b/src/xencons/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,
@@ -86,3 +87,4 @@ typedef struct _XENCONS_DX {
 #pragma warning(pop)
 
 #endif  // _XENCONS_DRIVER_H
+
diff --git a/src/xencons/fdo.c b/src/xencons/fdo.c
index 9904249..d628e4c 100644
--- a/src/xencons/fdo.c
+++ b/src/xencons/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,
@@ -3236,3 +3237,4 @@ FdoDestroy(
 
     IoDeleteDevice(FunctionDeviceObject);
 }
+
diff --git a/src/xencons/fdo.h b/src/xencons/fdo.h
index 7fe07de..b7e6dce 100644
--- a/src/xencons/fdo.h
+++ b/src/xencons/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,
@@ -116,3 +117,4 @@ FdoDestroy(
     );
 
 #endif  // _XENCONS_FDO_H
+
diff --git a/src/xencons/frontend.c b/src/xencons/frontend.c
index 6965092..b2333a6 100644
--- a/src/xencons/frontend.c
+++ b/src/xencons/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,
@@ -1652,3 +1653,4 @@ FrontendDestroy(
 
     Trace("<=====\n");
 }
+
diff --git a/src/xencons/frontend.h b/src/xencons/frontend.h
index 93525a7..c8ed86b 100644
--- a/src/xencons/frontend.h
+++ b/src/xencons/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,
@@ -77,3 +78,4 @@ FrontendGetBackendDomain(
     );
 
 #endif  // _XENCONS_FRONTEND_H
+
diff --git a/src/xencons/mutex.h b/src/xencons/mutex.h
index 904b21d..c4931ca 100644
--- a/src/xencons/mutex.h
+++ b/src/xencons/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  // _XENCONS_MUTEX_H
+
diff --git a/src/xencons/names.h b/src/xencons/names.h
index 1c06563..ab7dffd 100644
--- a/src/xencons/names.h
+++ b/src/xencons/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,
@@ -295,3 +296,4 @@ MajorFunctionName(
 }
 
 #endif // _XENCONS_NAMES_H_
+
diff --git a/src/xencons/pdo.c b/src/xencons/pdo.c
index d7db389..21b1766 100644
--- a/src/xencons/pdo.c
+++ b/src/xencons/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,
@@ -2103,3 +2104,4 @@ PdoDestroy(
     IoDeleteDevice(PhysicalDeviceObject);
 }
 
+
diff --git a/src/xencons/pdo.h b/src/xencons/pdo.h
index 85f73a3..6fac6ac 100644
--- a/src/xencons/pdo.h
+++ b/src/xencons/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,
@@ -116,3 +117,4 @@ PdoDispatch(
     );
 
 #endif  // _XENCONS_PDO_H
+
diff --git a/src/xencons/registry.c b/src/xencons/registry.c
index 0bf8c0d..4c73a6b 100644
--- a/src/xencons/registry.c
+++ b/src/xencons/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/xencons/registry.h b/src/xencons/registry.h
index 53d632a..f505f65 100644
--- a/src/xencons/registry.h
+++ b/src/xencons/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  // _XENCONS_REGISTRY_H
+
diff --git a/src/xencons/ring.c b/src/xencons/ring.c
index c4f0122..b93de57 100644
--- a/src/xencons/ring.c
+++ b/src/xencons/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,
@@ -1063,3 +1064,4 @@ RingDestroy(
     ASSERT(IsZeroMemory(Ring, sizeof(XENCONS_RING)));
     __RingFree(Ring);
 }
+
diff --git a/src/xencons/ring.h b/src/xencons/ring.h
index aca32a2..ffef178 100644
--- a/src/xencons/ring.h
+++ b/src/xencons/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,
@@ -94,3 +95,4 @@ RingPutQueue(
     );
 
 #endif  // _XENCONS_RING_H
+
diff --git a/src/xencons/stream.c b/src/xencons/stream.c
index 4e46caa..fd15bf9 100644
--- a/src/xencons/stream.c
+++ b/src/xencons/stream.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,
@@ -450,3 +451,4 @@ StreamPutQueue(
 {
     return IoCsqInsertIrpEx(&Stream->Csq, Irp, NULL, (PVOID)FALSE);
 }
+
diff --git a/src/xencons/stream.h b/src/xencons/stream.h
index 5fa85ce..09622d1 100644
--- a/src/xencons/stream.h
+++ b/src/xencons/stream.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 @@ StreamPutQueue(
     );
 
 #endif  // _XENCONS_STREAM_H
+
diff --git a/src/xencons/thread.c b/src/xencons/thread.c
index 8b4350e..14a1890 100644
--- a/src/xencons/thread.c
+++ b/src/xencons/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/xencons/thread.h b/src/xencons/thread.h
index 5d336b1..5928029 100644
--- a/src/xencons/thread.h
+++ b/src/xencons/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  // _XENCONS_THREAD_H
+
diff --git a/src/xencons/types.h b/src/xencons/types.h
index fa4bcd9..98d337c 100644
--- a/src/xencons/types.h
+++ b/src/xencons/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  // _XENCONS_TYPES_H
+
diff --git a/src/xencons/util.h b/src/xencons/util.h
index 7bc089e..10f5f78 100644
--- a/src/xencons/util.h
+++ b/src/xencons/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  // _XENCONS_UTIL_H
+
diff --git a/src/xencons/xencons.rc b/src/xencons/xencons.rc
index 06b215d..bdb99b7 100644
--- a/src/xencons/xencons.rc
+++ b/src/xencons/xencons.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




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.