|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 3/3] [XenIface] 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."
Note: there are several source files that have not been changed, as the
copyright statement was not attributed to Citrix.
Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx>
---
LICENSE | 4 +++-
include/cache_interface.h | 4 +++-
include/evtchn_interface.h | 4 +++-
include/gnttab_interface.h | 4 +++-
include/shared_info_interface.h | 4 +++-
include/store_interface.h | 4 +++-
include/suspend_interface.h | 4 +++-
include/xeniface_ioctls.h | 4 +++-
src/coinst/coinst.c | 4 +++-
src/coinst/xeniface_coinst.def | 4 +++-
src/coinst/xeniface_coinst.rc | 6 ++++--
src/xenagent/convdevice.h | 4 +++-
src/xenagent/devicelist.h | 4 +++-
src/xenagent/messages.mc | 4 +++-
src/xenagent/service.h | 4 +++-
src/xenagent/xenagent.rc | 6 ++++--
src/xenagent/xenifacedevice.h | 4 +++-
src/xeniface.inf | 4 +++-
src/xeniface/assert.h | 4 +++-
src/xeniface/driver.c | 4 +++-
src/xeniface/driver.h | 4 +++-
src/xeniface/fdo.c | 4 +++-
src/xeniface/fdo.h | 4 +++-
src/xeniface/ioctl_sharedinfo.c | 4 +++-
src/xeniface/ioctl_store.c | 4 +++-
src/xeniface/ioctl_suspend.c | 4 +++-
src/xeniface/ioctls.c | 4 +++-
src/xeniface/ioctls.h | 4 +++-
src/xeniface/log.h | 4 +++-
src/xeniface/mutex.h | 4 +++-
src/xeniface/names.h | 4 +++-
src/xeniface/registry.c | 4 +++-
src/xeniface/registry.h | 4 +++-
src/xeniface/thread.c | 4 +++-
src/xeniface/thread.h | 4 +++-
src/xeniface/types.h | 4 +++-
src/xeniface/util.h | 4 +++-
src/xeniface/wmi.c | 4 +++-
src/xeniface/wmi.h | 4 +++-
src/xeniface/xeniface.rc | 4 +++-
40 files changed, 122 insertions(+), 42 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 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/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/shared_info_interface.h b/include/shared_info_interface.h
index 27910b0..ad4138a 100644
--- a/include/shared_info_interface.h
+++ b/include/shared_info_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,
@@ -208,3 +209,4 @@ typedef struct _XENBUS_SHARED_INFO_INTERFACE_V4
XENBUS_SHARED_INFO_INTERFACE, *P
#define XENBUS_SHARED_INFO_INTERFACE_VERSION_MAX 4
#endif // _XENBUS_SHARED_INFO_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/xeniface_ioctls.h b/include/xeniface_ioctls.h
index 5d09971..0764295 100644
--- a/include/xeniface_ioctls.h
+++ b/include/xeniface_ioctls.h
@@ -1,4 +1,5 @@
-/* Copyright (c) Citrix Systems Inc.
+/* Copyright (c) Xen Project.
+ * Copyright (c) Cloud Software Group, Inc.
* Copyright (c) Rafal Wojdyla <omeg@xxxxxxxxxxxxxxxxxxxxxx>
* All rights reserved.
*
@@ -393,3 +394,4 @@ typedef struct _XENIFACE_SHAREDINFO_GET_TIME_OUT {
#define XENIFACE_LOG_MAX_LENGTH 256
#endif // _XENIFACE_IOCTLS_H_
+
diff --git a/src/coinst/coinst.c b/src/coinst/coinst.c
index a4c883a..15ac0d9 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,
@@ -719,3 +720,4 @@ DllMain(
return TRUE;
}
+
diff --git a/src/coinst/xeniface_coinst.def b/src/coinst/xeniface_coinst.def
index 69fee2e..8beded2 100644
--- a/src/coinst/xeniface_coinst.def
+++ b/src/coinst/xeniface_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/xeniface_coinst.rc b/src/coinst/xeniface_coinst.rc
index 8fbfb02..f6a865d 100644
--- a/src/coinst/xeniface_coinst.rc
+++ b/src/coinst/xeniface_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,4 +55,5 @@
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE 0
-#include "common.ver"
\ No newline at end of file
+#include "common.ver"
+
diff --git a/src/xenagent/convdevice.h b/src/xenagent/convdevice.h
index 088ff15..75f131e 100644
--- a/src/xenagent/convdevice.h
+++ b/src/xenagent/convdevice.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,
@@ -79,3 +80,4 @@ private:
};
#endif
+
diff --git a/src/xenagent/devicelist.h b/src/xenagent/devicelist.h
index 3e260f8..5abf489 100644
--- a/src/xenagent/devicelist.h
+++ b/src/xenagent/devicelist.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 @@ private:
};
#endif
+
diff --git a/src/xenagent/messages.mc b/src/xenagent/messages.mc
index 56f0e5d..34847f7 100644
--- a/src/xenagent/messages.mc
+++ b/src/xenagent/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,
@@ -116,3 +117,4 @@ SymbolicName=EVENT_XENUSER_MODE_SWITCH
Language=English
The tools requested a mode switch.
.
+
diff --git a/src/xenagent/service.h b/src/xenagent/service.h
index 32a6b8d..4ce894c 100644
--- a/src/xenagent/service.h
+++ b/src/xenagent/service.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,
@@ -88,3 +89,4 @@ private: // service support
};
#endif
+
diff --git a/src/xenagent/xenagent.rc b/src/xenagent/xenagent.rc
index ea40aec..ac40e2f 100644
--- a/src/xenagent/xenagent.rc
+++ b/src/xenagent/xenagent.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,
@@ -55,4 +56,5 @@
#define VER_FILESUBTYPE 0
#include "common.ver"
-#include "messages.rc"
\ No newline at end of file
+#include "messages.rc"
+
diff --git a/src/xenagent/xenifacedevice.h b/src/xenagent/xenifacedevice.h
index 3b5e473..ecf3c30 100644
--- a/src/xenagent/xenifacedevice.h
+++ b/src/xenagent/xenifacedevice.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,
@@ -105,3 +106,4 @@ private:
};
#endif
+
diff --git a/src/xeniface.inf b/src/xeniface.inf
index 8968d6e..b5ade73 100644
--- a/src/xeniface.inf
+++ b/src/xeniface.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,
@@ -121,3 +122,4 @@ XenIfaceDevice.DeviceDesc = "@PRODUCT_NAME@ Interface"
XENAGENT_FLAGS= 0x00000800
xenagent.SVCDESC= "@PRODUCT_NAME@ Agent"
+
diff --git a/src/xeniface/assert.h b/src/xeniface/assert.h
index cac74c2..50ad3b3 100644
--- a/src/xeniface/assert.h
+++ b/src/xeniface/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 // _XENIFACE_ASSERT_H
+
diff --git a/src/xeniface/driver.c b/src/xeniface/driver.c
index 14c4931..694fb5c 100644
--- a/src/xeniface/driver.c
+++ b/src/xeniface/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,
@@ -196,3 +197,4 @@ fail1:
Error("fail1 (%08x)\n", status);
return status;
}
+
diff --git a/src/xeniface/driver.h b/src/xeniface/driver.h
index f3c86e8..29a43b8 100644
--- a/src/xeniface/driver.h
+++ b/src/xeniface/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,
@@ -79,3 +80,4 @@ typedef struct _XENIFACE_DX {
#endif // _XENIFACE_DRIVER_H
+
diff --git a/src/xeniface/fdo.c b/src/xeniface/fdo.c
index 6aabf96..74ed8fe 100644
--- a/src/xeniface/fdo.c
+++ b/src/xeniface/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,
@@ -2826,3 +2827,4 @@ FdoDestroy(
}
+
diff --git a/src/xeniface/fdo.h b/src/xeniface/fdo.h
index 1fedc09..deaff41 100644
--- a/src/xeniface/fdo.h
+++ b/src/xeniface/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,
@@ -180,3 +181,4 @@ FdoDispatch(
);
#endif // _XENIFACE_FDO_H
+
diff --git a/src/xeniface/ioctl_sharedinfo.c b/src/xeniface/ioctl_sharedinfo.c
index 7870732..9d568c1 100644
--- a/src/xeniface/ioctl_sharedinfo.c
+++ b/src/xeniface/ioctl_sharedinfo.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,
@@ -72,3 +73,4 @@ fail1:
Error("Fail1 (%08x)\n", status);
return status;
}
+
diff --git a/src/xeniface/ioctl_store.c b/src/xeniface/ioctl_store.c
index 97062df..9c1a976 100644
--- a/src/xeniface/ioctl_store.c
+++ b/src/xeniface/ioctl_store.c
@@ -1,4 +1,5 @@
-/* Copyright (c) Citrix Systems Inc.
+/* Copyright (c) Xen Project.
+ * Copyright (c) Cloud Software Group, Inc.
* Copyright (c) Rafal Wojdyla <omeg@xxxxxxxxxxxxxxxxxxxxxx>
* All rights reserved.
*
@@ -685,3 +686,4 @@ fail1:
Error("Fail1 (%08x)\n", status);
return status;
}
+
diff --git a/src/xeniface/ioctl_suspend.c b/src/xeniface/ioctl_suspend.c
index 6289a94..fed650a 100644
--- a/src/xeniface/ioctl_suspend.c
+++ b/src/xeniface/ioctl_suspend.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,
@@ -221,3 +222,4 @@ SuspendEventFire(
}
KeReleaseSpinLock(&Fdo->SuspendLock, Irql);
}
+
diff --git a/src/xeniface/ioctls.c b/src/xeniface/ioctls.c
index a624bd1..60ed607 100644
--- a/src/xeniface/ioctls.c
+++ b/src/xeniface/ioctls.c
@@ -1,4 +1,5 @@
-/* Copyright (c) Citrix Systems Inc.
+/* Copyright (c) Xen Project.
+ * Copyright (c) Cloud Software Group, Inc.
* Copyright (c) Rafal Wojdyla <omeg@xxxxxxxxxxxxxxxxxxxxxx>
* All rights reserved.
*
@@ -353,3 +354,4 @@ done:
return status;
}
+
diff --git a/src/xeniface/ioctls.h b/src/xeniface/ioctls.h
index c954e9e..51191bb 100644
--- a/src/xeniface/ioctls.h
+++ b/src/xeniface/ioctls.h
@@ -1,4 +1,5 @@
-/* Copyright (c) Citrix Systems Inc.
+/* Copyright (c) Xen Project.
+ * Copyright (c) Cloud Software Group, Inc.
* Copyright (c) Rafal Wojdyla <omeg@xxxxxxxxxxxxxxxxxxxxxx>
* All rights reserved.
*
@@ -430,3 +431,4 @@ IoctlLog(
#endif // _IOCTLS_H_
+
diff --git a/src/xeniface/log.h b/src/xeniface/log.h
index 724bc3a..970c354 100644
--- a/src/xeniface/log.h
+++ b/src/xeniface/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,
@@ -138,3 +139,4 @@ __Info(
__Info(__MODULE__ "|" __FUNCTION__ ": ", __VA_ARGS__)
#endif // _XENIFACE_LOG_H
+
diff --git a/src/xeniface/mutex.h b/src/xeniface/mutex.h
index f436f13..13e828a 100644
--- a/src/xeniface/mutex.h
+++ b/src/xeniface/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 // _XENIFACE_MUTEX_H
+
diff --git a/src/xeniface/names.h b/src/xeniface/names.h
index 9d282f7..e7b2e6b 100644
--- a/src/xeniface/names.h
+++ b/src/xeniface/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,
@@ -276,3 +277,4 @@ DeviceUsageTypeName(
}
#endif // _XENVIF_NAMES_H_
+
diff --git a/src/xeniface/registry.c b/src/xeniface/registry.c
index 9f5628c..ee2e9b7 100644
--- a/src/xeniface/registry.c
+++ b/src/xeniface/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/xeniface/registry.h b/src/xeniface/registry.h
index 92aa7b6..824babf 100644
--- a/src/xeniface/registry.h
+++ b/src/xeniface/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 // _XENIFACE_REGISTRY_H
+
diff --git a/src/xeniface/thread.c b/src/xeniface/thread.c
index 4d767a0..95b59b2 100644
--- a/src/xeniface/thread.c
+++ b/src/xeniface/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,
@@ -226,3 +227,4 @@ ThreadJoin(
__ThreadFree(Thread);
}
+
diff --git a/src/xeniface/thread.h b/src/xeniface/thread.h
index 929f34e..0b8a676 100644
--- a/src/xeniface/thread.h
+++ b/src/xeniface/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 // _XENIFACE_THREAD_H
+
diff --git a/src/xeniface/types.h b/src/xeniface/types.h
index 2339143..9515e3d 100644
--- a/src/xeniface/types.h
+++ b/src/xeniface/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,
@@ -49,3 +50,4 @@ typedef enum _DEVICE_PNP_STATE {
} DEVICE_PNP_STATE, *PDEVICE_PNP_STATE;
#endif // _XENIFACE_TYPES_H
+
diff --git a/src/xeniface/util.h b/src/xeniface/util.h
index ef00a55..060139c 100644
--- a/src/xeniface/util.h
+++ b/src/xeniface/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 // _XENIFACE_UTIL_H
+
diff --git a/src/xeniface/wmi.c b/src/xeniface/wmi.c
index 0d21b92..afca6aa 100644
--- a/src/xeniface/wmi.c
+++ b/src/xeniface/wmi.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,
@@ -3203,3 +3204,4 @@ WmiTeardown(
RtlFreeUnicodeString(&Fdo->SuggestedInstanceName);
RtlZeroMemory(&Fdo->SuggestedInstanceName, sizeof(UNICODE_STRING));
}
+
diff --git a/src/xeniface/wmi.h b/src/xeniface/wmi.h
index 2656b46..3f70107 100644
--- a/src/xeniface/wmi.h
+++ b/src/xeniface/wmi.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,
@@ -79,3 +80,4 @@ WmiFireSuspendEvent(
);
#endif
+
diff --git a/src/xeniface/xeniface.rc b/src/xeniface/xeniface.rc
index c113fac..6baf77e 100644
--- a/src/xeniface/xeniface.rc
+++ b/src/xeniface/xeniface.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,
@@ -55,3 +56,4 @@
#include <common.ver>
XenIfaceMof MOFDATA wmi.bmf
+
--
2.39.0.windows.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |