|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 3/3] [XenNet] 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/ethernet.h | 4 +++-
include/store_interface.h | 4 +++-
include/suspend_interface.h | 4 +++-
include/tcpip.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/xennet_coinst.def | 4 +++-
src/coinst/xennet_coinst.rc | 4 +++-
src/xennet.inf | 4 +++-
src/xennet/adapter.c | 4 +++-
src/xennet/adapter.h | 4 +++-
src/xennet/assert.h | 4 +++-
src/xennet/dbg_print.h | 4 +++-
src/xennet/driver.c | 4 +++-
src/xennet/driver.h | 4 +++-
src/xennet/miniport.c | 4 +++-
src/xennet/miniport.h | 4 +++-
src/xennet/receiver.c | 4 +++-
src/xennet/receiver.h | 4 +++-
src/xennet/string.c | 4 +++-
src/xennet/string.h | 4 +++-
src/xennet/transmitter.c | 4 +++-
src/xennet/transmitter.h | 4 +++-
src/xennet/util.h | 4 +++-
src/xennet/xennet.rc | 4 +++-
30 files changed, 90 insertions(+), 30 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/ethernet.h b/include/ethernet.h
index 9eb4b74..90b77b8 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,
@@ -133,3 +134,4 @@ typedef union _ETHERNET_HEADER {
#pragma warning(pop)
#endif // _ETHERNET_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 7d1dade..74de16d 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,
@@ -260,3 +261,4 @@ typedef struct _ARP_HEADER {
#pragma warning(pop)
#endif //_TCPIP_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 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 27c115c..2a81d44 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,
@@ -41,3 +42,4 @@
#include <public/hvm/hvm_info_table.h>
#endif // _XEN_H
+
diff --git a/src/coinst/coinst.c b/src/coinst/coinst.c
index 89547cc..7ad36da 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,
@@ -600,3 +601,4 @@ DllMain(
return TRUE;
}
+
diff --git a/src/coinst/xennet_coinst.def b/src/coinst/xennet_coinst.def
index bcdd28b..29bfa50 100644
--- a/src/coinst/xennet_coinst.def
+++ b/src/coinst/xennet_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/xennet_coinst.rc b/src/coinst/xennet_coinst.rc
index 8172e9d..aec02c4 100644
--- a/src/coinst/xennet_coinst.rc
+++ b/src/coinst/xennet_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/xennet.inf b/src/xennet.inf
index 43c5573..e14240d 100644
--- a/src/xennet.inf
+++ b/src/xennet.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,
@@ -236,3 +237,4 @@ SERVICE_ERROR_IGNORE=0x0
SERVICE_ERROR_NORMAL=0x1
SERVICE_ERROR_SEVERE=0x2
SERVICE_ERROR_CRITICAL=0x3
+
diff --git a/src/xennet/adapter.c b/src/xennet/adapter.c
index 7a083e9..daaae1a 100644
--- a/src/xennet/adapter.c
+++ b/src/xennet/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,
@@ -3470,3 +3471,4 @@ AdapterTeardown(
__AdapterFree(Adapter);
}
+
diff --git a/src/xennet/adapter.h b/src/xennet/adapter.h
index db71287..4781fc4 100644
--- a/src/xennet/adapter.h
+++ b/src/xennet/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,
@@ -121,3 +122,4 @@ AdapterQueryInformation(
);
#endif // _XENNET_ADAPTER_H_
+
diff --git a/src/xennet/assert.h b/src/xennet/assert.h
index f090461..8221289 100644
--- a/src/xennet/assert.h
+++ b/src/xennet/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 // _XENNET_ASSERT_H
+
diff --git a/src/xennet/dbg_print.h b/src/xennet/dbg_print.h
index 3f33319..d7cce9a 100644
--- a/src/xennet/dbg_print.h
+++ b/src/xennet/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,
@@ -138,3 +139,4 @@ __Info(
__Info(__MODULE__ "|" __FUNCTION__ ": ", __VA_ARGS__)
#endif // _XENNET_DBG_PRINT_H
+
diff --git a/src/xennet/driver.c b/src/xennet/driver.c
index 8127621..2d5e8d1 100644
--- a/src/xennet/driver.c
+++ b/src/xennet/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,
@@ -287,3 +288,4 @@ fail:
Error("fail\n");
return ndisStatus;
}
+
diff --git a/src/xennet/driver.h b/src/xennet/driver.h
index 2c5bb58..f7695c8 100644
--- a/src/xennet/driver.h
+++ b/src/xennet/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,
@@ -38,3 +39,4 @@ DriverUnload(
);
#endif // _XENNET_DRIVER_H
+
diff --git a/src/xennet/miniport.c b/src/xennet/miniport.c
index f714909..ac69ff9 100644
--- a/src/xennet/miniport.c
+++ b/src/xennet/miniport.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,
@@ -397,3 +398,4 @@ fail1:
return NdisStatus;
}
+
diff --git a/src/xennet/miniport.h b/src/xennet/miniport.h
index 15d4455..d833c10 100644
--- a/src/xennet/miniport.h
+++ b/src/xennet/miniport.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 @@ MiniportRegister(
);
#endif // _XENNET_MINIPORT_H
+
diff --git a/src/xennet/receiver.c b/src/xennet/receiver.c
index ae9207c..7fddd4d 100644
--- a/src/xennet/receiver.c
+++ b/src/xennet/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,
@@ -633,3 +634,4 @@ ReceiverDisable(
Receiver->Indicated,
Receiver->Returned);
}
+
diff --git a/src/xennet/receiver.h b/src/xennet/receiver.h
index 5a1e82e..c9c7bd2 100644
--- a/src/xennet/receiver.h
+++ b/src/xennet/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,
@@ -88,3 +89,4 @@ ReceiverDisable(
);
#endif // _XENNET_RECEIVER_H_
+
diff --git a/src/xennet/string.c b/src/xennet/string.c
index 7d2f1e3..cb79762 100644
--- a/src/xennet/string.c
+++ b/src/xennet/string.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,
@@ -465,3 +466,4 @@ StringPrintf(
return status;
}
+
diff --git a/src/xennet/string.h b/src/xennet/string.h
index cc3b8d5..81ea6c9 100644
--- a/src/xennet/string.h
+++ b/src/xennet/string.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 @@ StringPrintf(
);
#endif // _XENNET_STRING_H
+
diff --git a/src/xennet/transmitter.c b/src/xennet/transmitter.c
index bd178b3..6a9945d 100644
--- a/src/xennet/transmitter.c
+++ b/src/xennet/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,
@@ -417,3 +418,4 @@ TransmitterOffloadOptions(
{
return &Transmitter->OffloadOptions;
}
+
diff --git a/src/xennet/transmitter.h b/src/xennet/transmitter.h
index 585c5ac..1e34c06 100644
--- a/src/xennet/transmitter.h
+++ b/src/xennet/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,
@@ -69,3 +70,4 @@ TransmitterOffloadOptions(
);
#endif // _XENNET_TRANSMITTER_H_
+
diff --git a/src/xennet/util.h b/src/xennet/util.h
index 2dede97..9da52f8 100644
--- a/src/xennet/util.h
+++ b/src/xennet/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 // _XENNET_UTIL_H
+
diff --git a/src/xennet/xennet.rc b/src/xennet/xennet.rc
index 62c3cf7..b12a1bf 100644
--- a/src/xennet/xennet.rc
+++ b/src/xennet/xennet.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 |