WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Make Citrix copyright strinsg consistent.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Make Citrix copyright strinsg consistent.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 17 Dec 2009 23:55:16 -0800
Delivery-date: Thu, 17 Dec 2009 23:55:33 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1261122129 0
# Node ID 47ec2d131c22063667237b205349b316d2ddc647
# Parent  79b574ce9505c9fb78fc3f979301860e06d965d3
Make Citrix copyright strinsg consistent.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/libxc/xc_mem_event.c        |    2 +-
 tools/libxc/xc_mem_paging.c       |    2 +-
 tools/libxc/xc_memshr.c           |    2 +-
 tools/memshr/bidir-daemon.c       |    2 +-
 tools/memshr/bidir-daemon.h       |    2 +-
 tools/memshr/bidir-hash.c         |    2 +-
 tools/memshr/bidir-hash.h         |    2 +-
 tools/memshr/bidir-namedefs.h     |    2 +-
 tools/memshr/interface.c          |    2 +-
 tools/memshr/memshr-priv.h        |    2 +-
 tools/memshr/memshr.h             |    2 +-
 tools/memshr/shm.c                |    2 +-
 tools/memshr/shm.h                |    2 +-
 tools/misc/xen-hvmctx.c           |    2 +-
 tools/xenpaging/file_ops.c        |    2 +-
 tools/xenpaging/file_ops.h        |    2 +-
 tools/xenpaging/mem_event.h       |    2 +-
 tools/xenpaging/policy.h          |    2 +-
 tools/xenpaging/policy_default.c  |    2 +-
 tools/xenpaging/spinlock.h        |    2 +-
 tools/xenpaging/xc.c              |    2 +-
 tools/xenpaging/xc.h              |    2 +-
 tools/xenpaging/xenpaging.c       |    2 +-
 tools/xenpaging/xenpaging.h       |    2 +-
 xen/arch/x86/mm/mem_event.c       |    2 +-
 xen/arch/x86/mm/mem_paging.c      |    2 +-
 xen/arch/x86/mm/mem_sharing.c     |    2 +-
 xen/arch/x86/mm/p2m.c             |    2 +-
 xen/include/asm-x86/mem_event.h   |    2 +-
 xen/include/asm-x86/mem_paging.h  |    2 +-
 xen/include/asm-x86/mem_sharing.h |    2 +-
 xen/include/public/mem_event.h    |    2 +-
 32 files changed, 32 insertions(+), 32 deletions(-)

diff -r 79b574ce9505 -r 47ec2d131c22 tools/libxc/xc_mem_event.c
--- a/tools/libxc/xc_mem_event.c        Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/libxc/xc_mem_event.c        Fri Dec 18 07:42:09 2009 +0000
@@ -4,7 +4,7 @@
  *
  * Interface to low-level memory event functionality.
  *
- * Copyright (c) 2009 Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/libxc/xc_mem_paging.c
--- a/tools/libxc/xc_mem_paging.c       Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/libxc/xc_mem_paging.c       Fri Dec 18 07:42:09 2009 +0000
@@ -4,7 +4,7 @@
  *
  * Interface to low-level memory paging functionality.
  *
- * Copyright (c) 2009 by Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 by Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/libxc/xc_memshr.c
--- a/tools/libxc/xc_memshr.c   Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/libxc/xc_memshr.c   Fri Dec 18 07:42:09 2009 +0000
@@ -4,7 +4,7 @@
  *
  * Interface to low-level memory sharing functionality.
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/bidir-daemon.c
--- a/tools/memshr/bidir-daemon.c       Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/bidir-daemon.c       Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/bidir-daemon.h
--- a/tools/memshr/bidir-daemon.h       Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/bidir-daemon.h       Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/bidir-hash.c
--- a/tools/memshr/bidir-hash.c Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/bidir-hash.c Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/bidir-hash.h
--- a/tools/memshr/bidir-hash.h Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/bidir-hash.h Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/bidir-namedefs.h
--- a/tools/memshr/bidir-namedefs.h     Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/bidir-namedefs.h     Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/interface.c
--- a/tools/memshr/interface.c  Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/interface.c  Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/memshr-priv.h
--- a/tools/memshr/memshr-priv.h        Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/memshr-priv.h        Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/memshr.h
--- a/tools/memshr/memshr.h     Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/memshr.h     Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/shm.c
--- a/tools/memshr/shm.c        Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/shm.c        Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/memshr/shm.h
--- a/tools/memshr/shm.h        Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/memshr/shm.h        Fri Dec 18 07:42:09 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/misc/xen-hvmctx.c
--- a/tools/misc/xen-hvmctx.c   Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/misc/xen-hvmctx.c   Fri Dec 18 07:42:09 2009 +0000
@@ -4,7 +4,7 @@
  * Print out the contents of a HVM save record in a human-readable way.
  * 
  * Tim Deegan <Tim.Deegan@xxxxxxxxxx>
- * Copyright (c) 2008 Citrix Systems (R&D) Limited
+ * Copyright (c) 2008 Citrix Systems, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/file_ops.c
--- a/tools/xenpaging/file_ops.c        Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/file_ops.c        Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Common file operations.
  *
- * Copyright (c) 2009 by Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 by Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/file_ops.h
--- a/tools/xenpaging/file_ops.h        Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/file_ops.h        Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Common file operations.
  *
- * Copyright (c) 2009 by Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 by Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/mem_event.h
--- a/tools/xenpaging/mem_event.h       Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/mem_event.h       Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Memory event structures.
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/policy.h
--- a/tools/xenpaging/policy.h  Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/policy.h  Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Xen domain paging policy hooks.
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/policy_default.c
--- a/tools/xenpaging/policy_default.c  Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/policy_default.c  Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Xen domain paging default policy.
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/spinlock.h
--- a/tools/xenpaging/spinlock.h        Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/spinlock.h        Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Spinlock implementation.
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/xc.c
--- a/tools/xenpaging/xc.c      Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/xc.c      Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * libxc-type add-ons for paging support.
  *
- * Copyright (c) 2009 Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/xc.h
--- a/tools/xenpaging/xc.h      Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/xc.h      Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * libxc add-ons. 
  *
- * Copyright (c) 2009 Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/xenpaging.c
--- a/tools/xenpaging/xenpaging.c       Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/xenpaging.c       Fri Dec 18 07:42:09 2009 +0000
@@ -2,7 +2,7 @@
  * tools/xenpaging/xenpaging.c
  *
  * Domain paging. 
- * Copyright (c) 2009 by Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 by Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 tools/xenpaging/xenpaging.h
--- a/tools/xenpaging/xenpaging.h       Fri Dec 18 07:33:52 2009 +0000
+++ b/tools/xenpaging/xenpaging.h       Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Xen domain paging.
  *
- * Copyright (c) 2009 Citrix (R&D) Inc. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 xen/arch/x86/mm/mem_event.c
--- a/xen/arch/x86/mm/mem_event.c       Fri Dec 18 07:33:52 2009 +0000
+++ b/xen/arch/x86/mm/mem_event.c       Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Memory event support.
  *
- * Copyright (c) 2009 Citrix (R)&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 xen/arch/x86/mm/mem_paging.c
--- a/xen/arch/x86/mm/mem_paging.c      Fri Dec 18 07:33:52 2009 +0000
+++ b/xen/arch/x86/mm/mem_paging.c      Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Memory paging support.
  *
- * Copyright (c) 2009 Citrix (R)&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 xen/arch/x86/mm/mem_sharing.c
--- a/xen/arch/x86/mm/mem_sharing.c     Fri Dec 18 07:33:52 2009 +0000
+++ b/xen/arch/x86/mm/mem_sharing.c     Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Memory sharing support.
  *
- * Copyright (c) 2009 Citrix (R&D) Ltd. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 xen/arch/x86/mm/p2m.c
--- a/xen/arch/x86/mm/p2m.c     Fri Dec 18 07:33:52 2009 +0000
+++ b/xen/arch/x86/mm/p2m.c     Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * physical-to-machine mappings for automatically-translated domains.
  *
- * Parts of this code are Copyright (c) 2009 by Citrix (R&D) Ltd. (Patrick 
Colp)
+ * Parts of this code are Copyright (c) 2009 by Citrix Systems, Inc. (Patrick 
Colp)
  * Parts of this code are Copyright (c) 2007 by Advanced Micro Devices.
  * Parts of this code are Copyright (c) 2006-2007 by XenSource Inc.
  * Parts of this code are Copyright (c) 2006 by Michael A Fetterman
diff -r 79b574ce9505 -r 47ec2d131c22 xen/include/asm-x86/mem_event.h
--- a/xen/include/asm-x86/mem_event.h   Fri Dec 18 07:33:52 2009 +0000
+++ b/xen/include/asm-x86/mem_event.h   Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Common interface for memory event support.
  *
- * Copyright (c) 2009 Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 xen/include/asm-x86/mem_paging.h
--- a/xen/include/asm-x86/mem_paging.h  Fri Dec 18 07:33:52 2009 +0000
+++ b/xen/include/asm-x86/mem_paging.h  Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Memory paging support.
  *
- * Copyright (c) 2009 Citrix (R)&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 xen/include/asm-x86/mem_sharing.h
--- a/xen/include/asm-x86/mem_sharing.h Fri Dec 18 07:33:52 2009 +0000
+++ b/xen/include/asm-x86/mem_sharing.h Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Memory sharing support.
  *
- * Copyright (c) 2009 Citrix (R)&D) Ltd. (Grzegorz Milos)
+ * Copyright (c) 2009 Citrix Systems, Inc. (Grzegorz Milos)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff -r 79b574ce9505 -r 47ec2d131c22 xen/include/public/mem_event.h
--- a/xen/include/public/mem_event.h    Fri Dec 18 07:33:52 2009 +0000
+++ b/xen/include/public/mem_event.h    Fri Dec 18 07:42:09 2009 +0000
@@ -3,7 +3,7 @@
  *
  * Memory event common structures.
  *
- * Copyright (c) 2009 by Citrix (R&D) Ltd. (Patrick Colp)
+ * Copyright (c) 2009 by Citrix Systems, Inc. (Patrick Colp)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Make Citrix copyright strinsg consistent., Xen patchbot-unstable <=